a2a-agents 0.2.0

Framework for building A2A Protocol agents with declarative configuration
Documentation
1
2
3
4
5
6
7
8
{
  "host": "127.0.0.1",
  "http_port": 8080,
  "ws_port": 8081,
  "storage": {
    "type": "InMemory"
  }
}