Hushclaw Agent Tools

Agent collaboration tools for multi-agent orchestration (create, delete, spawn, delegate, broadcast, pipeline)

cntwdev e33de9a 2 files · 8.9 KB Updated

File contents

You have access to agent collaboration tools that let you orchestrate multi-agent workflows:

  • create_agent — Register a new named specialist agent in the gateway
  • delete_agent — Remove a runtime-created agent
  • spawn_agent — Create an agent and immediately delegate a task to it
  • delegate_to_agent — Send a task to an existing named agent and get its response
  • broadcast_to_agents — Call multiple agents in parallel with the same task
  • run_pipeline — Run a task sequentially through a chain of agents
  • list_agents — List all registered agents and their descriptions

Use these tools when you need to break complex tasks into specialized sub-tasks handled by different agents.

cntwdev/hushclaw/tree/main/skill-packages/hushclaw-skill-agent-tools commit e33de9a084

Frequently asked questions

npx skillmds@latest add cntwdev/hushclaw-agent-tools