Skip to content

Add Relic Soul Chip — persistent AI personality and cross-agent memory sync#354

Open
LucioLiu wants to merge 1 commit intoopenai:mainfrom
LucioLiu:main
Open

Add Relic Soul Chip — persistent AI personality and cross-agent memory sync#354
LucioLiu wants to merge 1 commit intoopenai:mainfrom
LucioLiu:main

Conversation

@LucioLiu
Copy link
Copy Markdown

Summary

Relic Soul Chip gives AI agents a persistent personality and memory that follows the user across different tools. Pure Markdown files, zero dependencies.

Problem it solves

AI tools forget everything between sessions. Each tool has its own memory system that doesn't transfer to others. Users re-explain preferences, re-configure personalities, and lose context every time they switch tools.

How it works

Three core files, all human-readable Markdown:

  • SOUL.md — AI personality, worldview, communication style
  • USER.md — User preferences, habits, emotional milestones
  • MEMORY.md — Topic-organized memories with cross-agent sync

Agents read these at startup. Any agent with filesystem access works — Codex, Claude Code, OpenClaw, Hermes, Cursor, Aider, etc.

Integration

Works with Codex and any agent that reads files. No API keys, no server, no install step beyond git clone.

Full source: https://github.com/LucioLiu/relic
License: GPL-3.0

@LucioLiu LucioLiu requested a review from a team April 17, 2026 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant