hermes-agent/agent_orchestration/plugin.yaml
yubing-mac mini 4f716d72d1 feat: add agent_orchestration plugin
Add agent orchestration module with mailbox, manager, hooks, and tools
for multi-agent coordination.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-25 00:12:40 +08:00

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