Implement core models
Implementation Steps
- ✅ Define Node model
- ✅ Define Edge model
- ✅ Define Step model
- ⏳ Add to_html() methods
- ⏳ Add to_context() methods
Properties
- Estimated Effort
- 4 hours
- Completion
- 60%
Description
Create Pydantic models for graph nodes, edges, and steps.
- Node: Main graph entity with status, priority, and edges
- Edge: Relationship between nodes
- Step: Checklist item within a node