Route blockchain tasks to specialists
blockchain-web3-orchestratorskillsetup L2★0
Sheshiyer/skill-clusters ↗What it does
Orchestrate agentic workflows dispatching work to sub-agents in parallel
Best for
Parallelizing research or batch enrichment when one supervising agent can fan out and aggregate work.
Inputs
- · workflow definition
- · initial payload
- · tools available to subagents
Outputs
- · sub-agent results
- · aggregated final output
Requires
- · workflow executor
- · subagent harness
- · message queue (optional)
Preconditions
- · subagents registered and reachable
- · tool definitions valid
Failure modes
- · subagent deadlock on shared resource access
- · tool execution timeout before completion
- · memory exhaustion from large payloads
Trust signals
- · parallel execution of subagents
- · result aggregation and deduplication
- · timeout protection per tool