mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-04 02:21:47 +00:00
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:
parent
e5d41f05d4
commit
4f716d72d1
7 changed files with 1414 additions and 0 deletions
12
agent_orchestration/plugin.yaml
Normal file
12
agent_orchestration/plugin.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue