mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-19 15:59:37 +00:00
12 lines
384 B
Python
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"
|