mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Add agent orchestration module with mailbox, manager, hooks, and tools for multi-agent coordination. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
363 B
YAML
12 lines
363 B
YAML
name: agent_orchestration
|
|
version: "0.1.0"
|
|
description: "Multi-agent orchestration — spawn, communicate, and coordinate sub-agents via workflow patterns (parallel, sequential, map_reduce, dag)"
|
|
provides_tools:
|
|
- spawn_agent
|
|
- agent_status
|
|
- send_agent_message
|
|
- orchestrate_task
|
|
provides_hooks:
|
|
- on_session_start
|
|
- on_session_end
|
|
- pre_tool_call
|