Name | Description |
---|---|
GoogleSearch | Search for online trends, news, current events, real-time information, or research topics. |
WebCrawler | Useful for when you need to summarize a webpage. Do not use for Web search. |
SDXLTurbo | Generate an image from text using Stability.ai |
Weather | Find the weather for a city. |
RAGQuery | Search the documents in a vector index. |
Integration details
Class | Package | PY support | Version |
---|---|---|---|
WatsonxToolkit | @langchain/community | ✅ |
Setup
If you want to get automated tracing from runs of individual tools, you can also set your LangSmith API key by uncommenting below:typescript process.env.LANGSMITH_TRACING="true" process.env.LANGSMITH_API_KEY="your-api-key"
Installation
This toolkit lives in the@langchain/community
package:
npm
Instantiation
Now we can instantiate our toolkit:Tools
View available tools:Use within an agent
First, ensure you have LangGraph installed:API reference
For detailed documentation of allWatsonxToolkit
features and configurations head to the API
reference.