Metadata-Version: 2.4
Name: chronolith-omega
Version: 3.2.0
Summary: Chronolith (Omega): Enterprise Oracle. Advanced RAG, cognitive maps, and proactive impact analysis.
Author: SteveBlackbeard
License-Expression: MIT
Project-URL: Homepage, https://github.com/SteveBlackbeard/CHRONOLITH-by-Ethernium
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: chromadb>=0.4.0
Requires-Dist: networkx>=3.0
Requires-Dist: sentence-transformers
Dynamic: license-file

# Chronolith Omega

![Version](https://img.shields.io/badge/version-3.0.3-blueviolet)

Chronolith Omega is part of the Ethernium Chronolith Python runtime.

## Install

```bash
pip install chronolith-omega
```

## Commands

```bash
chronolith-omega --help
```

## Role

Advanced chronolith with RAG-oriented dependencies, cognitive maps, graph analysis, and higher-cost enterprise workflows.

## Governance Boundary

Chronolith is the Python runtime and governance kernel. Chronolith Conekta is an external visual control surface, and AgentOps is an extractable incubated tool.

## Quality Gate

Before release, run the root repository checks:

```bash
python scripts/health_guard.py --strict
python scripts/golden_baseline.py verify
pytest -q
python -m build
python -m twine check dist\*
```
