serdes-ai-a2a
Agent-to-Agent (A2A) protocol support for SerdesAI
This crate provides A2A (Agent-to-Agent) protocol support for SerdesAI:
- A2A client and server implementations
- Agent discovery and registration
- Inter-agent communication
- Task delegation and coordination
Installation
[]
= "0.1"
Usage
use ;
// Connect to a remote agent
let client = new.await?;
let card = client.get_agent_card.await?;
println!;
// Send a task to the remote agent
let result = client.send_task.await?;
Part of SerdesAI
This crate is part of the SerdesAI workspace.
License
MIT License - see LICENSE for details.