API Reference

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

  • proversopen_atp.provers: the AutomatedProver base, its ProofResult output, the concrete candidate generators, and the standard catalog (standard_prover(), standard_provers()) that builds each ready-to-run default.

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

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

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

  • verifyopen_atp.verify: the VerificationReport and the shared Verifier.

  • examplesopen_atp.examples: bundled sorry’d example tasks (example_task(), EXAMPLE).