From 507b77c4aca59f8c4e286dc39366b04513bcc6b9 Mon Sep 17 00:00:00 2001 From: Shannon Sands Date: Tue, 10 Feb 2026 01:54:03 +0000 Subject: [PATCH] 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). --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b9c9612bc..7c17e4fd75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",