Overview
yopedia (yologdev) is a full-stack LLM Wiki implementation that runs with zero human code — it is agent-evolved and maintained by a multi-agent team, with 4K+ tests. It is a Tier 3 specialized implementation in the comprehensive report, notable for showing fully autonomous wiki maintenance.
Key Facts
- Innovation: agent-evolved wiki, zero human-written code, multi-agent team maintenance
- Quality signal: 4K+ automated tests
- Model: multi-agent team owns ingest, lint, and upkeep
- Language: Python (fastapi, uvicorn, sqlalchemy, alembic, openai, pydantic)
- Stack: PostgreSQL + pgvector + FastAPI backend + Jinja2 HTML
- Part of: the third wave (Jun 1–11, 2026) of implementations
Features
Core Architecture
- Zero human code — entire codebase evolved by LLM agents
- Multi-agent team — separate agents for ingest, lint, research, and maintenance
- FastAPI backend — Python web framework with async support
- PostgreSQL + pgvector — relational database with vector search
Ingest & Processing
- Source ingestion pipeline — processes text files into wiki pages
- Entity extraction — auto-creates pages for people, concepts, projects
- Wikilink resolution — builds cross-reference graph automatically
Search & Retrieval
- Vector search — pgvector-powered semantic search
- Keyword search — full-text search across wiki pages
Quality & Governance
- 4K+ tests — comprehensive automated test suite
- Lint pipeline — automated quality checks on every page
- Contradiction detection — flags conflicting claims across sources
Integration
- Web interface — Jinja2 HTML frontend
- API endpoints — RESTful API for programmatic access
Data & Storage
- PostgreSQL + pgvector — database backend
- Markdown pages — wiki content in markdown format
Relationships
- llm-wiki — (type: belongs-to) fully autonomous implementation of the pattern
- agent-memory-systems — (type: uses) multi-agent maintenance is its differentiator
- lint — (type: uses) its test suite is an automated quality gate
- cognee — (type: sibling-of) both appear in the report’s multi-agent / production tiers
Implications
yopedia is the strongest example of “the LLM does all the maintenance” — the user’s stated goal of removing manual work taken to its limit. It shows agent teams can own the wiki without human code.
External Links
- Repository: https://github.com/yologdev/yopedia