Wire up all agents with LLM calls

- Worldsmith, Character Lead, Voice, Editor agents now call LLM
- All nonfiction agents wired (Researcher, Analyst, Writer, FactChecker, Editor)
- Orchestrator fully wired with agent pipeline
- Add python-dotenv dependency
This commit is contained in:
2026-03-12 18:42:15 +00:00
parent e151cee69f
commit dec5aae09a
7 changed files with 584 additions and 462 deletions
+1
View File
@@ -28,6 +28,7 @@ dependencies = [
"pyyaml>=6.0",
"tiktoken>=0.7.0",
"markdown>=3.7",
"python-dotenv>=1.0.0",
]
[project.optional-dependencies]