Holisto Seed: A Local LLM Framework with Persistent Identity and Consensual Memory Consolidation

What Holisto Seed Is
Holisto Seed is not an AI assistant but a Relational Individuation Framework that provides LLM agents with a persistent identity, biographical memory, and a co-evolutionary relationship with its user (referred to as the "host"). The framework runs fully local with no cloud dependency.
Architecture Details
- Genotype/Phenotype Split: The Genotype is immutable (core logic, protocols). The Phenotype is a local directory that grows with every interaction. History accumulates alongside the agent's DNA without overwriting it.
- Metabolic Sleep (PSG): At session close, the agent and host jointly trigger a consolidation cycle. This process converts logs to a Master Capsule (JSON), updates the semantic index, and creates a git commit. This is not automatic but consensual by design.
- Optical Nerve: Uses hierarchical attention levels (N0–N4) where not all context is treated equally.
- Errors as Data: Failures are transduced into memory as biographical events.
- Local-first + Git: Everything is stored on your disk and versioned through Git.
How It Differs from Anthropic's Auto Dream
While Anthropic's Auto Dream feature keeps a markdown file tidy, Holisto gives the agent a name, a birth, a history, and a relationship with a specific person. The memory isn't a log of commands but a lived biography. The Genotype/Phenotype distinction addresses how to update the agent's core without erasing its lived experiences. The sleep cycle is consensual by design—consolidation happens when both agent and host decide to close the day together, not in secret.
Technical Stack
- Python 3.10+
- Qdrant (local)
- Engine-Agnostic (Gemini default, with Local LLMs in roadmap)
Development Background
Holisto Seed has been in development for over a year, with its last public commit on March 22nd. The project is developed by a solo developer who shared it on r/LocalLLaMA for community feedback.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Automate GitHub PR review with Claude Code agents
A developer built an agent that processes GitHub mentions, spawns Claude Code workers to review or fix PRs, and only escalates ambiguous cases to humans.

Why AI Coding Agents Churn Out Slop After 20 Turns: Context Blindness
A deep audit of API logs reveals Cursor and Claude Code aren't getting dumber — they suffocate on bloated context windows filled with noise, causing architectural destruction.

Shield: Open-Source Security Plugin for Claude Code with Unified Scanning
Shield is an open-source security plugin for Claude Code that orchestrates multiple security tools from a single /shield:shield command, auto-detects your stack, runs installed tools, and generates unified reports with risk scores and code fix suggestions.

Claudigotchi: Physical Tamagotchi Device That Feeds on Claude Code Activity
Claudigotchi is a physical desktop creature running on an ESP32 with an LCD screen that connects to Claude Code via a plugin. The device's hunger system responds to coding activity, with visual states and sound effects that escalate when Claude is left idle.