Packages

Pure-spec implementation of the Google Agent2Agent (A2A) protocol: types, JSON-RPC 2.0 codec, SSE codec, and transport behaviour. No state, no DB, no broker — those live in the consuming host.

Current section

Files

Jump to
a2a_engine .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]