Views
No views yet
| Property | Value |
|---|---|
| Parameters | 125.3M |
| Architecture | Custom encoder-decoder transformer |
| Training data | 28,000+ PM scenarios with risk annotations |
| Output format | Structured JSON (health, risks, critical_path, recommendations) |
| License | MIT |
1curl -X POST http://localhost:8765/plan/quick \
2 -H "Content-Type: application/json" \
3 -d '{"request": "Migrate enterprise from on-prem to cloud, 18 months, $15M budget."}'1{
2 "planner": {"methodology": "hybrid", "num_tasks": 47, ...},
3 "reasoner": {"overall_health": "yellow", "top_risks": ["vendor lock-in", ...], ...}
4}