The stateless cognitive bridge connecting deterministic rules to LLMs
- Python 3.14+
- uv
- Clone the repository:
git clone https://github.com/CoReason-AI/coreason_inference_engine.git cd coreason_inference_engine - Install dependencies:
uv sync --all-extras --dev
- Run the linter:
uv run pre-commit run --all-files
- Run the tests:
uv run pytest