Metadata-Version: 2.4
Name: agent2agent-client
Version: 0.0.1
Summary: Agent2Agent server utility and boilerplate code from google.
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: httpx-sse>=0.4.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: jwcrypto>=1.5.6
Requires-Dist: pydantic>=2.10.6
Requires-Dist: pyjwt>=2.10.1
Requires-Dist: sse-starlette>=2.2.1
Requires-Dist: starlette>=0.46.1
Requires-Dist: typing-extensions>=4.12.2
Requires-Dist: uvicorn>=0.34.0
Description-Content-Type: text/markdown

# agent2agent-client
This repository is a wrapper for building google a2a client, without explicitly copying the code to the native development codebase. This repository support - a2a client core, - a2a client utils,  - a2a client types under the package called commons. Infact this package is direct lift and shift from google's repository.

# How to install
### clone this repository
* option-1
    - `git clone https://github.com/pavanjava/agent2agent-client.git`
    - `pip install -e .`
* option-2

    - `pip install agent2agent-client` from pypi.org

# How to use this?
