- Name: ProofPartner
- Description: Interactive agentic tool for math research using Lean 4 — transforms rough mathematical ideas into formal Lean 4 conjectures and discovers proofs through an explore-conjecture-prove loop
- Language: Python 3.11+
- Framework: Custom orchestrator (state machine)
- Target branch: master
Expand ProofPartner's proof discovery capabilities through improved formalization accuracy, conjecture generation diversity, and proof search effectiveness.
- tests: Unit and integration test pass rate (
pytest tests/ -v) - lint: Code style and static analysis (
ruff check agentic_research/ tests/) - type_check: Type safety verification (
mypy agentic_research/) - capability_surface: Fraction of core pipeline stages implemented and functional
- observability: Structured logging coverage and cost tracking instrumentation
0.45
pytest tests/ -vagentic_research/— all source codetests/— test suitepyproject.toml— project configurationfactory.md— this fileCLAUDE.md— project conventionsREADME.md— documentation
.factory/— factory infrastructuredata/benchmarks/— downloaded benchmark data (read-only after download)