@agentic-kernel/multi-agent
v0.6.0
Published
Multi-agent orchestration above the kernel: `SubagentDelegationManager` and `TaskGraphCoordinator`, plus reusable patterns (`runParallel`, `mapReduce`, `vote`, `plannerWorkerCritic`) composed over the `AgentRunner` seam.
Readme
@agentic-kernel/multi-agent
Multi-agent orchestration above the kernel: SubagentDelegationManager and TaskGraphCoordinator, plus reusable patterns (runParallel, mapReduce, vote, plannerWorkerCritic) composed over the AgentRunner seam.
Part of Agentic Kernel — a microkernel agent runtime, feature-paired across TypeScript and Python.
Install
npm install @agentic-kernel/multi-agentUsage
import { vote } from "@agentic-kernel/multi-agent";
const { result, key, agreement } = await vote(runner, [stepA, stepB, stepC]);See the documentation site for guides and the full API.
License
Apache-2.0
