cjb97 commited on
Commit
3d307d7
·
1 Parent(s): b03b147

feat: Add smolagents dependency for agent functionality

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -4,6 +4,7 @@ python-dateutil>=2.8.2,<3.0.0
4
  pytz>=2024.1
5
  typing-extensions>=4.8.0
6
  pydantic>=2.0.0
 
7
 
8
  # API and HTTP
9
  aiohttp>=3.8.0
 
4
  pytz>=2024.1
5
  typing-extensions>=4.8.0
6
  pydantic>=2.0.0
7
+ smolagents>=0.1.0 # For agent functionality
8
 
9
  # API and HTTP
10
  aiohttp>=3.8.0