https://github.com/coreason-ai/coreason-meta-engineering
The Agentic Forge & AST Manipulation Layer
https://github.com/coreason-ai/coreason-meta-engineering
agents code-generation compiler coreason eda mcp metaprogramming pydantic
Last synced: 16 days ago
JSON representation
The Agentic Forge & AST Manipulation Layer
- Host: GitHub
- URL: https://github.com/coreason-ai/coreason-meta-engineering
- Owner: CoReason-AI
- License: other
- Created: 2026-04-08T12:16:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-16T04:00:09.000Z (23 days ago)
- Last Synced: 2026-05-16T05:48:12.807Z (23 days ago)
- Topics: agents, code-generation, compiler, coreason, eda, mcp, metaprogramming, pydantic
- Language: Python
- Homepage: https://coreason-ai.github.io/coreason-meta-engineering/
- Size: 841 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Notice: NOTICE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# coreason-meta-engineering
The Agentic Forge & AST Manipulation Layer
[](https://github.com/CoReason-AI/coreason-meta-engineering/actions/workflows/ci.yml)
[](https://github.com/CoReason-AI/coreason-meta-engineering/actions/workflows/publish.yml)
[](https://github.com/CoReason-AI/coreason-meta-engineering/actions/workflows/security.yml)
[](https://pypi.org/project/coreason-meta-engineering/)
[](https://pypi.org/project/coreason-meta-engineering/)
[](https://github.com/CoReason-AI/coreason-meta-engineering/blob/main/LICENSE)
[](https://codecov.io/gh/CoReason-AI/coreason-meta-engineering)
[](https://pypi.org/project/coreason-meta-engineering/)
[](https://github.com/astral-sh/ruff)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/CoReason-AI/coreason-meta-engineering/stargazers)
[](https://github.com/CoReason-AI/coreason-meta-engineering/issues)
[](https://github.com/CoReason-AI/coreason-meta-engineering/pulls)
## The Universal Asset Forge
`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 →](https://CoReason-AI.github.io/coreason-meta-engineering/)**
## Getting Started
### Prerequisites
- Python 3.14+
- uv
### Installation
1. Clone the repository:
```sh
git clone https://github.com/CoReason-AI/coreason-meta-engineering.git
cd coreason-meta-engineering
```
2. Install dependencies:
```sh
uv sync --all-extras --dev
```
### Usage
- Run the linter:
```sh
uv run pre-commit run --all-files
```
- Run the tests:
```sh
uv run pytest
```