a2a-agents 0.2.0

Framework for building A2A Protocol agents with declarative configuration
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "host": "127.0.0.1",
  "http_port": 8080,
  "ws_port": 8081,
  "storage": {
    "type": "Sqlx",
    "url": "sqlite:reimbursement_tasks.db",
    "max_connections": 10,
    "enable_logging": false
  }
}