hermes-agent/tests
teknium1 783acd712d feat: implement code execution sandbox for programmatic tool calling
- Introduced a new `execute_code` tool that allows the agent to run Python scripts that call Hermes tools via RPC, reducing the number of round trips required for tool interactions.
- Added configuration options for timeout and maximum tool calls in the sandbox environment.
- Updated the toolset definitions to include the new code execution capabilities, ensuring integration across platforms.
- Implemented comprehensive tests for the code execution sandbox, covering various scenarios including tool call limits and error handling.
- Enhanced the CLI and documentation to reflect the new functionality, providing users with clear guidance on using the code execution tool.
2026-02-19 23:23:43 -08:00
..
__init__.py A bit of restructuring for simplicity and organization 2025-10-01 23:29:25 +00:00
test_batch_runner.py some cleanups 2025-11-05 03:47:17 +00:00
test_checkpoint_resumption.py some cleanups 2025-11-05 03:47:17 +00:00
test_code_execution.py feat: implement code execution sandbox for programmatic tool calling 2026-02-19 23:23:43 -08:00
test_modal_terminal.py Add browser automation tools and enhance environment configuration 2026-01-29 06:10:24 +00:00
test_nous_api_limits.py some cleanups 2025-11-05 03:47:17 +00:00
test_nous_api_pattern.py some cleanups 2025-11-05 03:47:17 +00:00
test_temperature_fix.py some cleanups 2025-11-05 03:47:17 +00:00
test_web_tools.py some cleanups 2025-11-05 03:47:17 +00:00