hermes-agent/tests
teknium1 90e5211128 feat: implement subagent delegation for task management
- Introduced the `delegate_task` tool, allowing the main agent to spawn child AIAgent instances with isolated context for complex tasks.
- Supported both single-task and batch processing (up to 3 concurrent tasks) to enhance task management capabilities.
- Updated configuration options for delegation, including maximum iterations and default toolsets for subagents.
- Enhanced documentation to provide clear guidance on using the delegation feature and its configuration.
- Added comprehensive tests to ensure the functionality and reliability of the delegation logic.
2026-02-20 03:15:53 -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_delegate.py feat: implement subagent delegation for task management 2026-02-20 03:15:53 -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