API Reference¶
The reference mirrors the package layout under src/open_atp/:
provers —
open_atp.provers: the prover registry (PROVERS,get_prover(),available_provers()), theAutomatedProverbase, and the concrete candidate generators.lean —
open_atp.lean: the Lean input contract (LeanProject,ProofTask) and thestage_fileshelper.verify —
open_atp.verify: the output types (VerificationReport,ProofResult) and the sharedVerifier.backends —
open_atp.backends: theComputeBackendsandbox primitive (docker|modal).harness —
open_atp.harness: the agent-CLI harnesses composed byAgentProver.