Metadata-Version: 2.5
Name: agnara-events
Version: 0.1.0a8
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 :: 3 - Alpha
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==0.1.0a8
Description-Content-Type: text/markdown

# agnara-events

Reserved namespace for future event exposure abstractions and AsyncAPI projection.

This `0.1.0a4` package deliberately has no public API or event runtime. It is
built and versioned with the synchronized workspace set to reserve the official
package boundary, not to claim broker or AsyncAPI support.

- Import package: `agnara_events`
- Depends on: the exact synchronized `agnara` version
- Must not import: sibling adapter packages

See `ARCHITECTURE.md` sections 3 and 4 for the package boundaries and the
allowed dependency graph.
