Metadata-Version: 2.4
Name: sot-generator
Version: 0.0.1
Summary: Generate Source of Truth (.sot) files using LLM assistance - epistemic quality for AI-safe documentation
Project-URL: Homepage, https://github.com/frmoretto/clarity-gate
Project-URL: Repository, https://github.com/frmoretto/clarity-gate
Project-URL: Documentation, https://github.com/frmoretto/clarity-gate/blob/main/docs/SOT_FORMAT.md
Project-URL: Issues, https://github.com/frmoretto/clarity-gate/issues
Author-email: Francesco Marinoni Moretto <francesco@fmmconsulting.it>
License-Expression: CC-BY-4.0
Keywords: ai-safety,clarity-gate,documentation,epistemic,generator,llm,rag,sot,source-of-truth
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
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
Classifier: Topic :: Documentation
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# sot-generator

Generate Source of Truth (`.sot`) files using LLM assistance — epistemic quality for AI-safe documentation.

[![PyPI version](https://badge.fury.io/py/sot-generator.svg)](https://pypi.org/project/sot-generator/)
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)

## Status: Coming Soon

This package is part of the [Clarity Gate](https://github.com/frmoretto/clarity-gate) ecosystem for epistemic quality verification.

**Functionality is under development.**

## What Will This Do?

`sot-generator` will use LLM assistance to generate properly structured Source of Truth documents with:
- Automatic confidence level assignment
- Staleness marker generation
- HITL verification routing
- Format compliance guaranteed

## Related Packages

- [sot-creator](https://pypi.org/project/sot-creator/) - Create .sot files manually
- [sot-validator](https://pypi.org/project/sot-validator/) - Validate existing .sot files
- [cgd-generator](https://pypi.org/project/cgd-generator/) - Generate .cgd files with LLM

## File Format Specification

See [SOT_FORMAT.md](https://github.com/frmoretto/clarity-gate/blob/main/docs/SOT_FORMAT.md) for the complete format specification.

## License

CC BY 4.0 — Use freely with attribution.

## Author

Francesco Marinoni Moretto  
GitHub: [@frmoretto](https://github.com/frmoretto)
