Views
No views yet
| Property | Value |
|---|---|
| Parameters | 171.8M |
| Architecture | Custom encoder-decoder transformer |
| Training data | 28,000+ PM scenarios across 16 industries |
| Output format | Structured JSON (phases, tasks, milestones, risks) |
| License | MIT |
1curl -X POST http://localhost:8765/plan/quick \
2 -H "Content-Type: application/json" \
3 -d '{"request": "Build a mobile payment app, Q2 deadline, team of 12, budget $2M."}'1curl -X POST http://localhost:8765/plan \
2 -H "Content-Type: application/json" \
3 -d '{"request": "...", "comm_request": "Write a project kickoff email."}'