Metadata-Version: 2.4
Name: mutiny-core
Version: 0.1.0
Summary: Mutiny Core — deterministic policy oracle and domain kernel
Project-URL: Homepage, https://github.com/CodewithJha/mutiny
Project-URL: Repository, https://github.com/CodewithJha/mutiny
Project-URL: Issues, https://github.com/CodewithJha/mutiny/issues
Author-email: Priyanshu Jha <155089480+CodewithJha@users.noreply.github.com>
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: pydantic<3,>=2.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Provides-Extra: llm
Requires-Dist: openai>=1.40; extra == 'llm'
Description-Content-Type: text/markdown

# mutiny_core

Deterministic domain kernel for Mutiny.

Owns policy evaluation, genomes, and trace types. Does **not** own HTTP, DB, or UI.

**Principle:** AI proposes; code proves.
