Lanerra/saga
Autonomous, agentic, creative story writing system that incorporates stored embeddings and Knowledge Graphs.
Orchestrates multi-phase fiction generation via **LangGraph** with checkpointed, resumable workflows that persist narrative state across local Neo4j and filesystem artifacts. Enforces story consistency through scene-level context retrieval, automated relationship normalization, and LLM-based validation loops (coherence, prose quality, contradiction detection). Runs entirely local-first as a Python CLI, requiring only OpenAI-compatible LLM and embedding endpoints—no web service or microservices infrastructure.
Stars
98
Forks
9
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 16, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/Lanerra/saga"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deepsense-ai/ragbits
Building blocks for rapid development of GenAI applications
infiniflow/ragflow
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses...
GiovanniPasq/agentic-rag-for-dummies
A modular Agentic RAG built with LangGraph — learn Retrieval-Augmented Generation Agents in minutes.
truefoundry/cognita
RAG (Retrieval Augmented Generation) Framework for building modular, open source applications...
NVIDIA/context-aware-rag
Context-Aware RAG library for Knowledge Graph ingestion and retrieval functions.