Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- 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
|