mtzanidakis/praktor
Multi-agent Claude Code orchestrator with Telegram I/O, Docker isolation, swarm patterns, and Mission Control UI
Implements a Go gateway that routes Telegram messages to named Claude agents via AI-powered classification or explicit `@agent_name` prefixes, with per-agent SQLite memory databases using hybrid FTS5+vector search for persistent recall across sessions. Each agent runs in isolated Docker containers with hot-reloadable YAML configuration, AES-256-GCM encrypted secrets management, and optional integrations including web/browser automation, voice transcription (Whisper), email routing (AgentMail), and on-demand package installation via Nix. Supports graph-based multi-agent swarms, scheduled cron/interval tasks with parallel execution, and real-time WebSocket updates to a Mission Control dashboard.
Stars
11
Forks
3
Language
Go
License
MIT
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/mtzanidakis/praktor"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jayminwest/overstory
Multi-agent orchestration for AI coding agents — pluggable runtime adapters for Claude Code, Pi, and more
yohey-w/multi-agent-shogun
Samurai-inspired multi-agent system for Claude Code. Orchestrate parallel AI tasks via tmux with...
Dicklesworthstone/claude_code_agent_farm
Orchestration framework for running 20+ Claude Code agents in parallel: automated bug fixing,...
aqm-framework/aqm
An orchestration framework for AI agents to pass tasks through explicit queues. Build pipelines...
VibeCodingWithPhil/agentwise
Multi-agent orchestration for Claude Code with 15-30% token optimization, self-improving agents,...