Update requirements.txt
Browse files- requirements.txt +2 -11
requirements.txt
CHANGED
|
@@ -4,15 +4,6 @@ torch>=2.0.0 # Required backend for model execution [3]
|
|
| 4 |
accelerate>=0.26.0 # For efficient model loading with device_map="auto" [3]
|
| 5 |
sentencepiece # Often required by tokenizers for newer models [7]
|
| 6 |
|
| 7 |
-
# Agent Orchestration and State Management
|
| 8 |
-
langgraph>=0.2.0 # To build the stateful ReAct graph and loop logic [4, 8]
|
| 9 |
-
langchain>=0.2.0 # Base framework for tool and prompt management [4, 9]
|
| 10 |
-
pydantic>=2.0.0 # For defining structured tool schemas and validated outputs [10, 11]
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
requests>=2.31.0 # For making external API calls if used as agent tools [10, 13]
|
| 15 |
-
|
| 16 |
-
# Utilities and Security
|
| 17 |
-
python-dotenv>=1.0.0 # For secure management of API keys and environment variables [14]
|
| 18 |
-
jinja2>=3.1.0 # Required for processing the model's chat_template.jinja [15]
|
|
|
|
| 4 |
accelerate>=0.26.0 # For efficient model loading with device_map="auto" [3]
|
| 5 |
sentencepiece # Often required by tokenizers for newer models [7]
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
+
flask
|
| 9 |
+
llama-cpp-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|