API Reference¶
The reference mirrors the package layout under src/open_atp/:
provers —
open_atp.provers: theAutomatedProverbase, itsProofResultoutput, the concrete candidate generators, and the standard catalog (standard_prover(),standard_provers()) that builds each ready-to-run default.harness —
open_atp.harness: the agent-CLI harnesses composed byAgentProver.backends —
open_atp.backends: theComputeBackendsandbox primitive (docker|modal).lean —
open_atp.lean: the Lean input contract (LeanProject,ProofTask) and thecreate_projecthelper.verify —
open_atp.verify: theVerificationReportand the sharedVerifier.examples —
open_atp.examples: bundledsorry’d example tasks (example_task(),EXAMPLE).