jpmschweitzer
8c0ced68eb
feat(scheduler): add Pydantic models and improve task API
Scheduler API:
- Add Pydantic models for request/response validation
- Improve API documentation with examples
- Add detailed schedule pattern documentation
- Document priority levels and executor types
Models:
- TaskCreate, TaskUpdate, TaskResponse models
- Field validation and constraints
- Type safety for task operations
Documentation:
- Add TASK_REGISTRATION.md guide
- Document schedule patterns and executor configs