mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-04 02:21:47 +00:00
Point atropos dep at tool_call_support branch (PR #366)
ManagedServer in this branch passes tools= to apply_chat_template(), enabling proper tool calling for Phase 2 (RL training with logprobs).
This commit is contained in:
parent
b99c2a2644
commit
507b77c4ac
1 changed files with 2 additions and 1 deletions
|
|
@ -41,8 +41,9 @@ messaging = ["python-telegram-bot>=20.0", "discord.py>=2.0", "aiohttp>=3.9.0"]
|
|||
cron = ["croniter"]
|
||||
cli = ["simple-term-menu"]
|
||||
# Install Atropos + Tinker training integration from source.
|
||||
# Uses tool_call_support branch for ManagedServer tool calling (PR #366).
|
||||
atropos = [
|
||||
"atroposlib @ git+https://github.com/NousResearch/atropos.git",
|
||||
"atroposlib @ git+https://github.com/NousResearch/atropos.git@tool_call_support",
|
||||
"tinker @ git+https://github.com/thinking-machines-lab/tinker.git",
|
||||
# Atropos integration runtime deps (kept optional for Hermes-only users)
|
||||
"aiohttp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue