system-prompts-and-models-o.../dealix/dealix/__init__.py
2026-05-01 14:03:52 +03:00

12 lines
384 B
Python

"""
Dealix — the OS kernel layer.
Contains contracts, classifications, trust fabric, and governance registers
that govern the entire platform above the implementation agents
(core, auto_client_acquisition, autonomous_growth).
This package must not depend on any agent or integration module.
Other modules depend on dealix — never the other way around.
"""
__version__ = "1.0.0"