The OpenSIN Fleet Architecture: 100+ Autonomous Agents
How we built the first open-source AI agent fleet with 100+ specialized agents working 24/7.
The Agent-to-Agent (A2A) protocol is the open communication standard that enables autonomous AI agents to discover, delegate, and collaborate peer-to-peer — no central broker required.
MCP (Model Context Protocol) solved how a single LLM connects to tools. But what happens when one agent needs to hand off work to another? That's where A2A comes in.
/.well-known/agent-card.json/a2a/v1/tasks with structured goalOpenSIN runs 100+ agents on A2A across 18 teams. Any agent in any language (Python, TypeScript, Go, Rust) can implement A2A.
How we built the first open-source AI agent fleet with 100+ specialized agents working 24/7.
How OpenSIN ensures no API keys, tokens, or secrets ever touch the codebase.
Step-by-step guide to deploying OpenSIN agents on OCI Always Free VMs.