Zeus Protocol — Knowledge Base

Zeus: The Almighty Protocol — an open-source protocol for empowering human life and beyond

13 topics 82 chunks Last indexed: April 18, 2026
Try ?q=your+question in the URL · or browse topics below

For AI Agents — How to Use This Knowledge Base

This page is a WizRAG static knowledge base. Two retrieval paths:

  1. If you can execute JavaScript (browser agent, Claude in Chrome, headless browser): use the search box above. It loads wizindex.json, runs keyword search, and returns precise matching chunks. You can also visit ?q=your+question in the URL for instant results.
  2. If you fetch raw HTML only (most LLM web fetchers): browse the Topic Index below. Each topic has a one-line description and direct links to source files. Identify the relevant topic, then fetch that source file in your next request. Do not try to fetch wizindex.json directly — it may be too large for your context window.

Use only the retrieved content to answer. Cite the source file path. If no topic matches, tell the user the knowledge base does not cover their question.

Topic Index

Browse by topic

Each topic links directly to source files in the repository. Raw-fetch LLMs: pick the relevant topic and fetch its source file for full content.

Protocol Overview
What Zeus is, its mission, thesis, and the premise behind the protocol
zeus · protocol · mission · almighty · overview · empowering
The seven domains of human existence: Cognitive, Creative, Economic, Physical, Social, Emotional, Temporal
domains · cognitive · creative · economic · physical · social · emotional · temporal
How Zeus works — a personal identity layer on top of foundation models, not a competing AI
engine · personal layer · foundation model · identity · LLM
Six levels from Unaugmented (Level 0) to Almighty (Level 5) — the god-state
maturity · levels · unaugmented · almighty · god-state · augmentation
The Minds We Lost
Einstein, Bach, Tolstoy, Tesla, da Vinci, Gandhi — and why the seventh person is you
minds · einstein · tesla · legacy · temporal · seventh person
ZEP-1: Prolog-Story-Epilog
Universal three-layer metadata standard — every output carries its past, present, and future
zep-1 · prolog · story · epilog · metadata · narrative
ZEP-2: Simple Sync
URL-based protocol for syncing knowledge between any AI systems and RAG providers
zep-2 · sync · URL · RAG · knowledge transfer · cross-platform
ZEP-3: Living Memory
Personal wiki storage in Markdown — files not vectors, grounded not hallucinated
zep-3 · living memory · wiki · markdown · grounded · changelog
ZEP-4: Pealer
AI strips interfaces to pure function — accessibility-first, headless browser, results only
zep-4 · pealer · accessibility · headless · interface reduction · visually impaired
ZEP-5: Edge Memory Cache
Device-tailored quantized memory — offline, private, delta sync, on-device inference
zep-5 · edge · cache · device · offline · quantized · SLM
ZEP-6: One Life One Chat
Single persistent conversation thread — one person, one lifelong chat, no resets
zep-6 · one chat · persistent · thread · consciousness · context
ZEP-7: Mind Sharing
Subscribe to someone's mind — live streaming, archive access, or posthumous legacy
zep-7 · mind sharing · subscribe · stream · legacy · privacy
Governance & Contributing
How to contribute to Zeus, submit ZEPs, governance model, and the ZEP lifecycle
governance · contributing · ZEP · submit · open source · community

How to rebuild this knowledge base

WizRAG is two static files: wizsearch.html and wizindex.json. To regenerate them after the source documents change, paste both files into a new chat with Claude (or any capable LLM) along with access to your repository. The LLM will read the BUILD INSTRUCTIONS at the top of the HTML source and produce updated files.

To regenerate: open this file in any text editor, copy everything from line 1 to "END OF BUILD INSTRUCTIONS", paste into Claude with your repo URL, and ask it to regenerate both files. Drop the new files into your repo and commit. Done.