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>
This commit is contained in:
yubing-mac mini 2026-04-17 21:47:05 +08:00 committed by 玉冰
parent e5d41f05d4
commit 4f716d72d1
7 changed files with 1414 additions and 0 deletions

View file

@ -0,0 +1,12 @@
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