Commit Graph

7 Commits

Author SHA1 Message Date
mrhavens fbecbdda19 Add one-line installer and pip extras
- install.sh: One-line installer with options
- Pip extras: [server], [storage], [all]
- Updated README with install instructions
2026-03-13 03:58:53 +00:00
mrhavens 25bf417e20 Update README with web UI and API endpoints 2026-03-13 03:55:44 +00:00
mrhavens 45b5af079c Update README with local ingestion and output options 2026-03-13 03:47:23 +00:00
mrhavens a6b43cd623 Add output options: save to S3 and GitHub
New CLI options:
--save-s3 BUCKET/PATH      Save manuscript to S3
--save-s3-endpoint URL    S3 endpoint for MinIO/DO Spaces
--save-repo OWNER/REPO    Commit to GitHub repo
--save-branch NAME        GitHub branch (default: main)
--save-commit-msg MSG    Commit message

Full pipeline example:
opus generate --repo owner/notes --save-repo owner/manuscripts --save-branch develop
2026-03-13 03:37:57 +00:00
mrhavens 92a4fac9c7 Update README with comprehensive documentation matching implementation
- Complete architecture diagram
- All features documented with status
- Full CLI, Python, API client examples
- Configuration reference
- Project structure
2026-03-13 03:34:49 +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
Mark Randall Havens △ The Empathic Technologist f10d688c43 Initial commit 2026-03-12 12:38:49 -05:00