Skip to main content

A2A

Defined in the ui module.
Rust AI Agent SDK A2A Interface for PraisonAI Agents Exposes a PraisonAI Agent via the A2A (Agent2Agent) protocol, enabling agent-to-agent communication with other A2A-compatible systems.

Fields

Methods

new

Create a new A2A interface Parameters:

description

Set description Parameters:

version

Set version Parameters:

prefix

Set URL prefix Parameters:

get_agent_card

Get the Agent Card for this A2A instance

get_status

Get status

Source

View on GitHub

praisonai/src/parity/ui.rs at line 144

Rust A2A

Rust Agent-to-Agent