dmahan93
92cb77eaa7
Add tests for atropos tool calling integration
- test_tool_call_parsers.py: 16 tests for parser registry, hermes parser
(single/multiple/truncated/malformed), and ParseResult contract validation
- test_agent_loop.py: 21 tests for HermesAgentLoop with mock servers
(text responses, tool calls, max turns, unknown tools, API errors,
extra_body forwarding, managed state, blocked tools, reasoning extraction)
- test_managed_server_tool_support.py: 9 tests validating API compatibility
between hermes-agent and atroposlib's ManagedServer tool_call_parser support
(gracefully skips on baseline atroposlib, passes on tool_call_support branch)
2026-03-09 15:42:16 -05:00
..
2026-03-08 03:58:13 -07:00
2026-03-07 00:04:41 -08:00
2026-02-28 14:28:04 +03:00
2026-03-08 15:54:51 -07:00
2026-03-08 15:20:29 -07:00
2026-03-04 19:35:01 -08:00
2026-03-05 10:26:22 -08:00
2026-03-08 06:22:00 -07:00
2025-10-01 23:29:25 +00:00
2026-03-02 04:34:21 -08:00
2026-03-04 14:42:41 -08:00
2026-03-09 15:42:16 -05:00
2026-03-07 21:00:12 -05:00
2026-03-06 05:50:12 -08:00
2026-03-01 19:59:24 -08:00
2026-03-02 17:18:15 +11:00
2026-03-06 05:50:12 -08:00
2026-03-08 05:35:02 -07:00
2026-03-08 06:13:12 -07:00
2026-02-25 18:20:38 -08:00
2026-03-05 01:41:50 -08:00
2026-02-25 19:27:54 -08:00
2026-03-01 19:59:24 -08:00
2026-02-28 21:47:51 -08:00
2026-03-08 15:54:51 -07:00
2026-03-01 03:12:37 -05:00
2026-03-06 14:50:57 -08:00
2026-03-09 15:42:16 -05:00
2026-03-05 18:46:30 -08:00
2026-03-07 10:14:19 -08:00
2026-02-28 21:47:51 -08:00
2026-03-07 23:36:35 -08:00
2026-03-06 17:16:14 -08:00
2026-03-03 18:23:40 +05:30
2026-03-09 15:42:16 -05:00
2026-02-26 13:54:20 +03:00
2026-02-26 13:27:58 +03:00
2026-02-28 21:28:28 +03:00
2026-03-07 21:05:40 -08:00