Mandark-droid commited on
Commit
9603227
·
1 Parent(s): 908be6c

Add smolagents[mcp] dependency for MCP client support

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -31,5 +31,6 @@ hf_xet
31
 
32
  # Agentic Framework (for Chat screen - Track 2)
33
  smolagents>=1.22.0
 
34
  google-generativeai>=0.3.0 # For Gemini integration
35
  litellm>=1.0.0 # For LiteLLM model support
 
31
 
32
  # Agentic Framework (for Chat screen - Track 2)
33
  smolagents>=1.22.0
34
+ smolagents[mcp]>=1.22.0 # MCP client support
35
  google-generativeai>=0.3.0 # For Gemini integration
36
  litellm>=1.0.0 # For LiteLLM model support