Metadata-Version: 2.5
Name: agnara-events
Version: 1.0.3
Summary: Event exposure abstractions 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-events

`agnara-events` reserves the official event-adapter namespace. It has no
public exports, broker integration, event runtime or AsyncAPI projection.
Installing it does not enable event publication.

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

The import package is `agnara_events`; 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.

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