Metadata-Version: 2.4
Name: aws-agentcore-a2a-proxy
Version: 0.1.6
Summary: A2A server for AWS Bedrock AgentCore agents
Author: Dave Kerr
Requires-Python: >=3.11
Requires-Dist: a2a-sdk[sqlite]>=0.2.12
Requires-Dist: boto3>=1.40.1
Requires-Dist: click>=8.0.0
Requires-Dist: fastapi>=0.104.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: uvicorn>=0.34.2
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: flake8>=6.0.0; extra == 'dev'
Requires-Dist: httpx>=0.25.0; extra == 'dev'
Requires-Dist: pyright>=1.1.403; extra == 'dev'
Requires-Dist: pytest-asyncio>=1.1.0; extra == 'dev'
Requires-Dist: pytest-cov>=6.2.1; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# AWS Bedrock A2A Proxy

A Python server that provides an A2A (Agent-to-Agent) proxy for AWS Bedrock AgentCore agents.

## Quick Start

```bash
pip install aws-agentcore-a2a-proxy
python -m aws_agentcore_a2a_proxy
```

## Documentation

For full documentation, setup instructions, and examples, see the [GitHub repository](https://github.com/dwmkerr/aws-agentcore-a2a-proxy).