JonJacob commited on
Commit
c82cc0e
·
verified ·
1 Parent(s): 81917a3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt CHANGED
@@ -1,2 +1,9 @@
 
 
 
 
 
 
 
1
  gradio
2
  requests
 
1
+ smolagents # Core for code-thinking agents + built-in tools
2
+ langgraph # Graph flows for routing
3
+ langchain # Base for LangGraph (if not auto-pulled)
4
+ transformers # HF models/LLMs
5
+ torch # For model inference (CPU ok for hack)
6
+ duckduckgo-search # Backup web tool if smolagents needs it
7
+ pydantic # For typed states in graphs
8
  gradio
9
  requests