@breadai/protocol-a2a-server
v0.1.1
Published
Agent-to-agent (A2A) protocol plugin for bread.
Maintainers
Readme
@breadai/protocol-a2a-server
Agent-to-agent (A2A) protocol plugin for bread.
bun add @breadai/protocol-a2a-server # or: npm i @breadai/protocol-a2a-serverPart of bread — an explicit-by-design framework for AI agents. Docs: A2A server · all docs.
Usage
import { a2aServer } from '@breadai/protocol-a2a-server'
// v0.3.x (default) — the interoperable spec version
a2aServer({ agentId: 'researcher', url: 'https://api.example.com/a2a' })
// v1.0 — its JSON-RPC binding only
a2aServer({ agentId: 'researcher', url: 'https://api.example.com/a2a-v1', specVersion: '1.0' })License
MIT © Matteo Zambon
