Metadata-Version: 2.3
Name: refplane
Version: 0.0.1
Summary: An enforcement layer and auditable calculation record for engineering LLM agents.
Author: Cory Kinney
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# RefPlane

> **Status: planning.** This package currently reserves the name while the core is under active development. 

An enforcement layer and calculation record for engineering LLM agents. The agent orchestrates 
the workflow, but all calculations and tool calls are executed through a reference monitor that
automatically checks units, quantity kinds, and validity. Each step in the workflow is recorded
to produce an auditable provenance record that tracks inputs, outputs, external tool versions, 
and environment details to guarantee deterministic workflow execution.
