Metadata-Version: 2.5
Name: agnara-a2a
Version: 1.0.3
Summary: Agent-to-Agent exposure adapter for Agnara capabilities.
Project-URL: Homepage, https://github.com/Blandskron/agnara
Project-URL: Repository, https://github.com/Blandskron/agnara
Author-email: Agnara Maintainers <maintainers@agnara.dev>
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.14
Requires-Dist: agnara==1.0.3
Description-Content-Type: text/markdown

# agnara-a2a

`agnara-a2a` reserves the official Agent-to-Agent adapter namespace. It has no
public exports, Agent Card, task handling, streaming or A2A runtime. Installing
it does not enable an A2A endpoint.

```bash
pip install "agnara-a2a==1.0.3"
```

The import package is `agnara_a2a`; its `__all__` is empty. It pins the exact
synchronized `agnara==1.0.3` kernel and does not depend on sibling adapters.
There is no usage API beyond importing the reserved namespace. Protocol work
requires a separate reviewed contract and implementation.

See the [public API policy](../../docs/PUBLIC_API.md) and
[maturity matrix](../../docs/MATURITY.md).
