@gicm/orchestrator
v0.1.1
Published
Multi-agent orchestration - workflow coordination and routing
Maintainers
Readme
@gicm/orchestrator
Multi-agent orchestration - Workflow coordination and routing
Installation
npm install @gicm/orchestrator
# or
pnpm add @gicm/orchestratorFeatures
- Multi-Agent Coordination: Route tasks to specialized agents
- Workflow Engine: Define complex multi-step workflows
- Event Bus: Pub/sub for agent communication
- Autonomy Integration: Bounded autonomous execution
Quick Start
import { Orchestrator } from "@gicm/orchestrator";
const orchestrator = new Orchestrator({
agents: {
wallet: walletAgent,
defi: defiAgent,
hunter: hunterAgent,
},
});
// Route a complex task
const result = await orchestrator.run({
task: "Find and buy the best yield opportunity under 10 SOL",
});License
MIT - Built by gICM
