🔐 Replayable RAG — a local-first, auditable knowledge-reasoning platform. Graph-RAG + append-only audit log + deterministic contradiction arbitration + human-gated self-evolution. Replay any past knowledge state byte-for-byte. 100% local (Ollama). MIT.
https://www.bestpractices.dev/projects/12806 ↗// readme
SEKOS — Secure Enterprise Knowledge Operating System
A local-first, auditable knowledge platform with Graph-RAG retrieval, deterministic contradiction arbitration, an append-only audit log, and replayable knowledge state. Its one differentiator: Replayable RAG — the system’s state at any past point can be reconstructed byte-identically from the audit log alone (
reconstruct_graph_at(t)).Built as a general mother platform through v1.0; domain packs (legal, food, retail, …) branch off only after v1.0 (see
docs/PLATFORM_READINESS.md).
한국어 README · 🚀 처음 시작하시는 분 (10살도 따라할 수 있어요)
A note on naming. SEKOS is the product brand (UI, marketing, product framing). JAMES is the internal codename for the reasoning engine inside it — the RAG + audit + lifecycle core. The repository, source comments, environment variables (
JAMES_*), CLI flags (--sut james), the two benchmarks (RAB / LRB), and the citation BibTeX all keep the JAMES name because the published artifacts (Zenodo DOI, preprints, SPECs) were registered under it and must stay reproducible. Read SEKOS on…