Fleet Overview — A2A Agent Fleet
Status: Active Owner: SIN-Zeus (Fleet Commander)
What Is The Fleet?
The OpenSIN-AI Fleet is a network of autonomous A2A (Agent-to-Agent) agents that collaborate across repositories, platforms, and services. Each agent is a self-contained process with its own tools, skills, and Telegram bot — coordinated by Team Managers and the global orchestrator SIN-Zeus.
Fleet Architecture
┌──────────────────────────────────────────────┐
│ SIN-Zeus │
│ (Fleet Commander) │
├──────────────────┬───────────────────────────┤
│ Team Managers │ Global Agents │
│ ───────────── │ ───────────── │
│ Team Coding │ SIN-Hermes (Dispatcher) │
│ Team Worker │ SIN-Herakles (Backend) │
│ Team Infra │ SIN-Solver (Web App) │
│ Team Google │ SIN-Research │
│ Team Media │ SIN-Patents │
│ Team Microsoft │ ... │
└──────────────────┴───────────────────────────┘Agent Categories
| Category | Count | Examples |
|---|---|---|
| Team Managers | 5+ | Team Coding, Team Worker, Team Infra, Team Google Apps, Team Microsoft |
| Coding Agents | 10+ | Simone-MCP, Frontend, Backend, DevOps, DataScience, GitLab-LogsCenter |
| Platform Agents | 30+ | Prolific, HeyPiggy, Mindrift, Instagram, TikTok, YouTube, LinkedIn |
| Messaging Agents | 15+ | WhatsApp, Telegram, Discord, Signal, Slack, Teams, WeChat, LINE |
| Apple Agents | 10+ | Mail, Notes, Calendar, Safari, Shortcuts, Photos, FaceTime |
| Infrastructure | 5+ | Storage, Stripe, Chrome Extension, Computer Use, Memory |
Fleet Communication
- A2A Protocol: Agent-to-Agent JSON-RPC over HTTP
- Telegram: Fleet-wide alerts, operator chat, incident escalation
- Neural-Bus: NATS JetStream event mesh (WIP — see Neural-Bus docs)
- GitHub: Issues, PRs, and the Fleet Operations project board
Agent Lifecycle
- Create: Generated from
Template-SIN-Agentvia/create-a2a-sin-agentskill - Deploy: Pushed to GitHub, Cloudflare Workers, or HF Space
- Register: Added to fleet registry and team configuration
- Operate: Autonomous task execution, self-healing via GitHub Issues
- Monitor: GitLab LogCenter collects logs, errors trigger auto-issues
Key Repositories
| Repo | Purpose |
|---|---|
| Template-SIN-Agent | Blueprint for all agents |
| Template-SIN-Team | Blueprint for team managers |
| OpenSIN-documentation | Fleet docs (this repo) |
| OpenSIN-Code | CLI core, plugins, engine |
| OpenSIN-Neural-Bus | Event-sourcing mesh |
| Fleet Operations Project | Tracking board |