mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
added atropos as dependency, and extra flag, adding atropos as optional backend to agent
This commit is contained in:
parent
e38c274f8d
commit
68fb0efe0e
11 changed files with 4990 additions and 19 deletions
27
hermes_agent.egg-info/requires.txt
Normal file
27
hermes_agent.egg-info/requires.txt
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
openai
|
||||
python-dotenv
|
||||
fire
|
||||
httpx
|
||||
rich
|
||||
tenacity
|
||||
pyyaml
|
||||
prompt_toolkit
|
||||
requests
|
||||
jinja2
|
||||
pydantic>=2.0
|
||||
firecrawl-py
|
||||
fal-client
|
||||
litellm>=1.75.5
|
||||
typer
|
||||
platformdirs
|
||||
|
||||
[atropos]
|
||||
atroposlib @ git+ssh://git@github.com/NousResearch/atropos.git
|
||||
|
||||
[dev]
|
||||
pytest
|
||||
pytest-asyncio
|
||||
|
||||
[modal]
|
||||
modal
|
||||
boto3
|
||||
Loading…
Add table
Add a link
Reference in a new issue