Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -8
requirements.txt
CHANGED
|
@@ -1,16 +1,10 @@
|
|
| 1 |
# Core Agentic Framework
|
| 2 |
langchain
|
| 3 |
langgraph
|
| 4 |
-
#
|
| 5 |
-
|
| 6 |
-
transformers
|
| 7 |
-
accelerate
|
| 8 |
-
bitsandbytes
|
| 9 |
-
# API and Structured Output
|
| 10 |
fastapi
|
| 11 |
uvicorn
|
| 12 |
pydantic
|
| 13 |
-
# HTTP Client for Final Callback
|
| 14 |
requests
|
| 15 |
-
# For tool-calling/JSON output
|
| 16 |
pydantic-extra-types
|
|
|
|
| 1 |
# Core Agentic Framework
|
| 2 |
langchain
|
| 3 |
langgraph
|
| 4 |
+
# API and Model Handling
|
| 5 |
+
openai
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
fastapi
|
| 7 |
uvicorn
|
| 8 |
pydantic
|
|
|
|
| 9 |
requests
|
|
|
|
| 10 |
pydantic-extra-types
|