SynapseX Orchestrators — Introdução
Terminal-native multi-agent runtime for local codebases. Spawn, coordene e faça merge de AI coding agents com git worktree isolation, persistent sessions, e um policy engine para execução paralela segura.O que é
SynapseX Orchestrator é um runtime open-source local multi-agent para coding. Ele transforma AI agents em uma força de trabalho operacional que trabalha em paralelo em repositórios reais — com segurança, rastreabilidade e output mensurável.Objetivo comercial: Enterprise control plane for safe, observable, governable agent fleets.
Objetivo OSS: Tornar um desenvolvedor individual produtivo imediatamente em um repositório local.
Por que SynapseX é melhor que Composio Agent Orchestrator
| Layer | Composio AO | SynapseX |
|---|---|---|
| Workspace isolation | git worktree | worktree + Redis locks + snapshot/rollback |
| CI/review loop | basic | full event loop + replan + policy engine |
| Agent sessions | stateless | named, persistent, re-attachable |
| Tool layer | Composio SDK | MCP + tool catalog + sandbox + audit |
| Terminal UX | CLI flags | Textual TUI + live status + streaming logs |
| Security | minimal | command allowlist + sandbox + secret vault + audit trail |
Features Principais
🤖 14 Agentes Especializados
| Agente | Role |
|---|---|
planner | Decomposes issues into structured task graphs |
coder | Implements code changes in isolated worktree |
tester | Writes pytest tests, reports coverage |
debugger | Root cause analysis, confidence-ranked fixes |
reviewer | Security + performance + correctness review, confidence score |
docs | API docs, READMEs, runbooks, docstrings |
refactor | Clean code, SOLID principles |
migrate | Database migrations, schema upgrades |
security | Security audits, CVE scanning |
perf | Profiling, memory/DB optimization |
deploy | Deploy staging/production, CI/CD |
scaffold | Project templates, boilerplate |
translate | i18n extraction, translation management |
lint-fix | Auto-linting, code formatting |
🔄 Execução Multi-Agente
🛡️ Policy Engine
O policy engine decide automaticamente o que fazer quando um job falha:| Condição | Ação |
|---|---|
| Budget exceeded | ABORT |
| Critical error (rate limit, auth) | ESCALATE_HUMAN |
| Recurring error (2+ vezes) | ESCALATE_HUMAN |
| CI failures ≥ 3 | SWITCH_MODEL (claude-opus-4-6) |
| Retry count < max | RETRY with exponential backoff |
| Review score < 0.6 | ESCALATE_HUMAN |
Quick Start
1. Instale
2. Inicie a infraestrutura
3. Configure
4. Inicialize seu repo
5. Start o control plane
6. Spawn agentes
7. Submit jobs
8. Monitore
9. Merge & Promote
Referência de Comandos
Próximos Passos
| Guia | Descrição |
|---|---|
| Getting Started | Setup detalhado e configuração |
| CLI Reference | Referência completa de comandos |
| Architecture | Detalhes técnicos |
| GitHub | Repositório oficial |