System Orchestrator Kit
Coordinate multiple autonomous agent systems working toward shared objectives.
0/5 systems ready ยท 44 tasks queued
Configuration
Systems
5
Ready
0
Tasks
44
Mode: hierarchical
Health checks: Enabled
System Status
OrchestratorController
12 tasksReasoning SystemWorker
8 tasksTool SystemWorker
15 tasksMemory SystemWorker
6 tasksMonitor SystemObserver
3 tasksIntegration Code
import { createSystemOrchestrator } from 'agent-tools-kit/multi-system'
const orch = createSystemOrchestrator({ mode: 'hierarchical' })
await orch.register(systemA, systemB, systemC)