API Reference

The reference mirrors the package layout under src/open_atp/:

  • proversopen_atp.provers: the prover registry (PROVERS, get_prover(), available_provers()), the AutomatedProver base, and the concrete candidate generators.

  • leanopen_atp.lean: the Lean input contract (LeanProject, ProofTask) and the stage_files helper.

  • verifyopen_atp.verify: the output types (VerificationReport, ProofResult) and the shared Verifier.

  • backendsopen_atp.backends: the ComputeBackend sandbox primitive (docker | modal).

  • harnessopen_atp.harness: the agent-CLI harnesses composed by AgentProver.