sahibzada-allahyar/YC-Killer
在 GitHub 查看[Physics Copilot] E0-01 — Create root-level `physics_copilot/` and `lean_proof_engine/`
Open
#20 创建于 2025年11月2日
area:infrahelp wantedsize:Stype:task
仓库指标
- Star
- (2,780 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Goal Establish two root-level packages with proper Python project structure.
Directory Structure
YC-Killer/
├── physics_copilot/
│ ├── pyproject.toml
│ ├── Makefile
│ ├── backend/
│ ├── adapters/
│ ├── ui/
│ ├── runs/
│ └── tests/
└── lean_proof_engine/
├── pyproject.toml
├── engine/
├── cli/
└── tests/
Dependencies
- FastAPI, uvicorn, pydantic
- httpx, redis
- pytest, ruff, mypy
Success Criteria
- Both packages import cleanly
- make dev starts services
- CI runs for both packages
Estimated Time: 1 day