Skip to main content

A2A Protocol Client Tool for LangGraph

Project description

LangGraph A2A Client

A2A (Agent-to-Agent) Protocol Client Tool for LangGraph.

Overview

This library provides functionality to discover and communicate with A2A-compliant agents in LangGraph applications.

Key Features

  • Agent discovery through agent cards from multiple URLs
  • Message sending to specific A2A agents
  • LangChain tool integration for easy use in LangGraph workflows

Installation

pip install langgraph-a2a-client

Or with uv:

uv pip install langgraph-a2a-client

Usage

from langgraph_a2a_client import A2AClientToolProvider

# Initialize the A2A client
a2a_client = A2AClientToolProvider(
    known_agent_urls=["https://example.com/agent"],
    timeout=300,
    webhook_url="https://your-webhook.com/notify",
    webhook_token="your-webhook-token"
)

# Get the tools for use in LangGraph
tools = a2a_client.tools

# Use in your LangGraph application
# ...

API

A2AClientToolProvider

Main class that provides A2A client functionality.

Parameters

  • known_agent_urls (list[str] | None): List of A2A agent URLs to discover initially
  • timeout (int): Timeout for HTTP operations in seconds (default: 300)
  • webhook_url (str | None): Optional webhook URL for push notifications
  • webhook_token (str | None): Optional authentication token for webhook notifications

Tools

The provider exposes three tools:

  1. a2a_discover_agent: Discover an A2A agent and return its agent card
  2. a2a_list_discovered_agents: List all discovered A2A agents and their capabilities
  3. a2a_send_message: Send a message to a specific A2A agent

Examples

Basic Usage

uv run examples/basic_usage.py

Supervisor Agent Example

export OPENAI_API_KEY="your-openai-api"
uv run --extra examples examples/supervisor_agent.py

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langgraph_a2a_client-0.1.3.tar.gz (98.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

langgraph_a2a_client-0.1.3-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file langgraph_a2a_client-0.1.3.tar.gz.

File metadata

File hashes

Hashes for langgraph_a2a_client-0.1.3.tar.gz
Algorithm Hash digest
SHA256 453a3f981fbc5869c115de5bb1916f217e0edb134bc5a563d0f8fd303fa67e07
MD5 5551d18132c8f9e9b48882034a0b6f57
BLAKE2b-256 9185b89703fd00c33c49d7885b6c4a831b0dbb9916a58c0aaca3519548481cf1

See more details on using hashes here.

File details

Details for the file langgraph_a2a_client-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for langgraph_a2a_client-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fc5b2fa011732c2bd34ff3b797f5ff9b75d260e2bda4cda1fdf44ea7fa888572
MD5 cad2f1bce53f81cdf3753ccc4cda1009
BLAKE2b-256 f770ede8803615bbeaf1edf9fd0bd16a34aee6111ad523d9ccce94c906752a79

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page