Overview
A LangGraph-based multi-agent story writing system. Generates stories by referencing a Lorebook (world-building settings) through vector search, with a Director agent automatically iterating through review and feedback cycles.
Demo
Workflow
- Request Parser: Extracts genre, style, and length from user input
- Story Writer: Searches Lorebook and writes stories consistent with the world setting
- Director: Reviews stories and provides feedback (up to 3 iterations)
Tech Stack
- Orchestration: LangGraph, LangChain
- Vector Search: ChromaDB, HuggingFace Embeddings
- LLM: Ollama (local)
- UI: Gradio