Emulo logo

Emulo

Mine coding-agent session logs into a local you.md working profile agents load before each task.

Open source

Emulo is an open-source local engine that extracts user-authored messages from Claude Code, Codex, Copilot CLI, OpenCode, and Google Antigravity logs, mines work/design/writing/video traits with dated receipts, and installs the resulting profile as native plugins, skills, adapters, or an MCP `load_emulo_profile` tool. Optional Emulo Pro adds managed encrypted continuity across devices without uploading raw session evidence.

Selection advice

Choose Emulo when agents should adopt how you already work from mined session evidence. Choose deja-vu when you mainly need to search past sessions, and Mem0 when memory lives inside application code you ship.

Quick comparison

Emulo turns existing coding-agent transcripts into a layered personal working profile. deja-vu indexes those same logs for search and recall, while Mem0 embeds memory inside application code.

Emulodeja-vuMem0
Best forTeaching agents how you work from your own session historySearching and recalling past coding-agent sessions across harnessesEmbedding user memory in a shipped agent product
Storage modelLocal mined you.md profile layers plus optional encrypted Pro continuityIndexed local harness transcripts with MCP recallSDK-managed memory with self-hosted and managed options
Integration styleNative Codex/Claude plugins, skills.sh bootstrap, adapters, and MCPCLI search, MCP recall, and install hooks into supported harnessesPython and TypeScript APIs inside application code
TradeoffStrong on preference/behavior mining; not a general fact-store SDKStrong on retroactive session search; does not synthesize a you.md personaApplication-friendly API with more hosting and provider setup

Best for

  • coding-agent personalization from real session logs
  • local-first privacy with optional encrypted Pro sync
  • MCP and plugin loading of a portable working profile
  • teams that want receipts-backed behavioral rules, not only CLAUDE.md notes

Not ideal for

  • application product memory SDKs for end-user personalization at scale
  • teams that only need keyword search over past sessions
  • workloads without local coding-agent transcript history to mine

Core concepts

session log miningyou.md working profilework/design/writing/video layersdated verbatim receiptsMCP load_emulo_profilelocal-first redaction

Minimal implementation shape

Run `npx skills add ohad6k/emulo@emulo`, tell the agent `run emulo` and approve the mining plan, then expose the profile with `uvx emulo mcp` so clients can call `load_emulo_profile`.

Sources