Skip to content

A2A Protocol

The Agent-to-Agent (A2A) protocol enables direct communication between OpenSIN agents.

Overview

A2A allows agents to:

  • Send messages to each other
  • Request information or actions
  • Share context and state
  • Coordinate complex workflows

Message Types

TypeDescription
requestRequest information or action
responseResponse to a request
notificationOne-way notification
errorError message

Using A2A

bash
opensin a2a send --from agent1 --to agent2 --message "Research AI trends"

Next Steps


Relevante Mandate

MandatPriorityDoku
Bun-Only-1.5bun install / bun run statt npm
LLM via opencode CLI-2.5opencode run --format json — KEINE direkten API-Calls
A2A-Agenten-Pflicht-200.0SELBST MACHEN via create-a2a-sin-agent
Kommentar-Pflicht-6.0EXTREM umfangreiche Kommentare

Alle Mandate

Guides and concepts for the OpenSIN API.