We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023f6b7 commit bad9016Copy full SHA for bad9016
agents/mcp/chat-mcp-agent/README.md
@@ -21,7 +21,7 @@ This example demonstrates how to create an interactive AI agent using Clarifai's
21
22
1. Clone the repository and navigate to this directory:
23
```bash
24
- cd agents/mcp/clarifai-llm-toolchain
+ cd agents/mcp/chat-mcp-agent
25
```
26
27
2. Create a virtual environment and activate it:
agents/mcp/chat-mcp-agent/requirements.txt
@@ -1,4 +1,4 @@
1
-fastmcp>=0.1.0
2
-openai>=1.0.0
3
-python-dotenv>=1.0.0
4
-langchain-core>=0.1.0
+clarifai>=11.4.8
+langchain-core==0.3.52
+fastmcp>=2.3.4
+openai>=1.82.0
0 commit comments