wt002 commited on
Commit
8ad2404
·
verified ·
1 Parent(s): 0b28c6a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -23
requirements.txt CHANGED
@@ -1,25 +1,10 @@
1
  gradio
2
  requests
3
-
4
- langchain>=0.2.0
5
- langgraph>=0.0.33
6
- langchain-openai>=0.1.7
7
- langchain-community>=0.2.0
8
-
9
-
10
- # Tools and Utilities
11
- duckduckgo-search>=5.1.0
12
- wikipedia>=1.4.0
13
- requests>=2.31.0
14
-
15
- # Optional (but recommended) for enhanced functionality
16
- python-dotenv==1.0.1 # For environment variable management
17
- tiktoken==0.7.0 # For token counting
18
- faiss-cpu==1.8.0 # For vector storage (if adding memory)
19
- sentence-transformers==2.7.0 # For embeddings
20
- pydantic==2.7.1 # For data validation
21
-
22
- # Development/Testing
23
- pytest==8.1.1
24
- ipython==8.22.2 # For interactive debugging
25
- black==24.3.0 # Code formatting
 
1
  gradio
2
  requests
3
+ smolagents[openai]
4
+ smolagents[audio]
5
+ smolagents
6
+ wikipedia-api
7
+ transformers
8
+ smolagents[transformers]
9
+ tabulate
10
+ openpyxl