The Agentic Forge & AST Manipulation Layer
coreason-meta-engineering acts as the deterministic mathematical toolchain (EDA) for expanding the CoReason ecosystem. It is an active engineering service rather than a passive library—it strictly parses Python as a Concrete Syntax Tree (libcst), rigidly enforces cryptographic URN discovery bounds, and strictly avoids probabilistic AI logic execution when generating code.
For complete architectural rules, agent mandates, and SDK documentation, visit our formal documentation: Read the Docs →
- Python 3.14+
- uv
- Clone the repository:
git clone https://github.com/CoReason-AI/coreason-meta-engineering.git cd coreason-meta-engineering - Install dependencies:
uv sync --all-extras --dev
- Run the linter:
uv run pre-commit run --all-files
- Run the tests:
uv run pytest