Project
LifeOS Platform Open Source Repository
Visit projectAn open-source Agent World Runtime with persona, memory, emotion, dreams, and multi-client connectors.
LifeOSHarness is the open-source implementation of LifeOS Platform: a local-first, self-hosted Agent World Runtime that gives agents persistent identity, memory, emotion, life context, and dreams across multiple agent clients.
The repository includes a FastAPI runtime, runtime_state for persona, emotion, memory, world facts, and dreams, PromptComposer, and connector templates/installers for Claude Code, Codex, pi, Hermes, OpenClaw, and more. Core concepts include Agent Pack, World Instance, and Connector-aware Context.
For a local quickstart, run uv sync, start the API, create a World with lifeos world-create, then install the relevant connector. The product story and architecture narrative live at lifeos.hebox.one; this repository focuses on source code, deployment, APIs, and connector docs.