Agents Orchestrator Service
March 18, 2026 ยท View on GitHub
The Agents Orchestrator runs a background reconciler that ensures agent workloads exist for threads with unacknowledged agent messages.
Architecture: https://github.com/agynio/architecture/blob/main/architecture/agents-orchestrator.md
Local Development
Full setup: https://github.com/agynio/architecture/blob/main/architecture/operations/local-development.md
Prepare environment
git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -y
Run from sources
# Deploy once (exit when healthy)
devspace dev
# Watch mode (streams logs, re-syncs on changes)
devspace dev -w