Metadata-Version: 2.5
Name: proofstep-core
Version: 0.1.0
Summary: Proofstep evaluation engine — datasets, evaluators, runner, aggregation, gates
Project-URL: Homepage, https://github.com/IlaKhan17/proofstep
Project-URL: Documentation, https://github.com/IlaKhan17/proofstep/tree/main/docs
Project-URL: Repository, https://github.com/IlaKhan17/proofstep
Project-URL: Issues, https://github.com/IlaKhan17/proofstep/issues
License-Expression: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: proofstep-types
Requires-Dist: pydantic>=2.9
Description-Content-Type: text/markdown

# proofstep-core

**Evaluators, aggregation, gates, statistics** — part of [Proofstep](https://github.com/IlaKhan17/proofstep), the CI gate for AI
agents that knows the difference between a regression and a bad day.

The pure evaluation library: deterministic and statistical evaluators, LLM-judge harnesses with
calibration, score aggregation, quality gates, and paired significance testing.

No HTTP, no database, no provider SDKs — enforced in CI by an import-linter contract. That boundary
is what makes local mode, CI mode, and server mode the same code path, and it is why the CLI's exit
code and a dashboard's verdict cannot drift apart.

## Documentation

Full documentation lives in the [repository](https://github.com/IlaKhan17/proofstep/tree/main/docs).

Apache-2.0.
