Metadata-Version: 2.4
Name: aletheia-mbs
Version: 1.0.0
Summary: Aletheia MBS: measurable structured agent outputs - compile schemas into contracts, validate, trace, gate, and report cost per safe decision
Author-email: Abdulmalek Saket <aletheia@fenicebrand.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/aletheiaprotocol-ai/mbs
Project-URL: Repository, https://github.com/aletheiaprotocol-ai/mbs
Project-URL: Issues, https://github.com/aletheiaprotocol-ai/mbs/issues
Keywords: llm,agents,structured-output,json-schema,validation,mbs,ai-safety,agent-governance
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: api
Requires-Dist: fastapi>=0.115; extra == "api"
Requires-Dist: starlette>=1.3.1; extra == "api"
Requires-Dist: uvicorn[standard]>=0.30; extra == "api"
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Dynamic: license-file

# Aletheia MBS

MBS is the runtime gate and validation layer for structured agent outputs.

This folder contains the installable Python package:

- `mbs/` - package source
- `mbs_compiler.py` - legacy console module used by `mbs-compile`
- `pyproject.toml` - package metadata and CLI entrypoints
- `MANIFEST.in` - packaging manifest
- `LICENSE` - package license

Install from this folder with:

```powershell
python -m pip install -e .
mbs --help
python -m mbs --help
```
