File size: 343 Bytes
c82cc0e
 
 
 
 
 
 
cb5f8c6
1232637
1
2
3
4
5
6
7
8
9
smolagents  # Core for code-thinking agents + built-in tools
langgraph  # Graph flows for routing
langchain  # Base for LangGraph (if not auto-pulled)
transformers  # HF models/LLMs
torch  # For model inference (CPU ok for hack)
duckduckgo-search  # Backup web tool if smolagents needs it
pydantic  # For typed states in graphs
gradio
requests