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

Released under the Apache 2.0 License.