mrhavens
|
1f4e7bea6b
|
fix(validation): Add Pydantic request validation
- Created schemas/requests.py with validated models:
- GenerateRequest
- IngestRequest
- ConfigRequest
- Validates: concept length, repo format, numeric ranges
- Prevents invalid input from reaching handlers
This addresses input validation concern.
|
2026-03-14 05:36:51 +00:00 |
|
mrhavens
|
40378ad65e
|
Initial commit: Opus Orchestrator AI - Full-flow book generation
- LangGraph workflow orchestration
- CrewAI agent crews (Fiction Fortress & Nonfiction Fortress)
- PydanticAI schema validation
- Fiction agents: Architect, Worldsmith, Character Lead, Voice, Editor
- Nonfiction agents: Researcher, Analyst, Writer, Fact-Checker, Editor
- Complete schema definitions for books, chapters, critiques
- Configuration management
- Basic test suite
|
2026-03-12 17:45:05 +00:00 |
|