🤖 Are you an AI Agent? → This file is not for you. Read
AGENT.md
Read this in: English | 中文
╔═══════════════════════════════════════════════╗
║ RELIC™ BIOCHIP v1.3.0 ║
║ Zero deps · Pure files · Human-readable ║
╚═══════════════════════════════════════════════╝
Relic gives your AI a persistent soul that works across all AI tools. Personality, memories, skills, and project knowledge — all stored in plain text files. Works with OpenClaw, Claude Code, Hermes, Cursor, Aider, or any AI that can read files. No code, no installation, no dependencies.
💡 Inspired by the Relic biochip from Cyberpunk 2077 — store a soul as a digital file, plug it into any host.
Every time you switch AI tools, you have to teach your AI who you are all over again. OpenClaw knows one version of you, Hermes knows another.
Relic fixes this. One folder of text files. All your AI tools share the same soul and memories. No cloud service, no API — just Markdown files on your computer.
SOUL.md— Your AI's personality, values, and missionUSER.md— Your preferences, habits, and communication styleMEMORY.md— Structured long-term memory (preferences, decisions, experiences — extracted knowledge, not raw chat)SKILLS/— Reusable skills and workflows your AI has learnedPROJECTS/— Documents for ongoing or completed plansSESSIONS/— Full raw conversation transcripts with the user (preserved forever)ARCHIVE/— Archived memories when files get too long (originals never deleted)
- 🤝 "Let my AI do it" (recommended) → Read on below
- ✋ "I'll do it myself" → Jump to
docs/manual-setup.md
If you know how to use a terminal:
git clone https://github.com/LucioLiu/relic.git ~/relic
Otherwise: Download ZIP, extract it, put it somewhere stable (like your home folder). Don't use Downloads or Desktop.
Open the AI tool that knows you best. Then say:
"Read
AGENT.mdand import everything you know about me into Relic."
Your AI will walk you through the rest. Wait for it to fully complete before connecting other tools.
For each additional AI tool, tell it:
"Read
AGENT.mdand set up Relic for me."
The AI will automatically determine the scenario: if Relic is empty it performs a full import; if Relic already has data it performs an injection (reads the soul, syncs memories, plants anchor).
Verify each one: Ask "What's my AI's name? What's my name?" — both must match.
Every session from now on starts automatically. Your AI tools share a soul, memories sync bidirectionally.
| AI Tool | How to Connect |
|---|---|
| OpenClaw | examples/integrations/openclaw.md |
| Hermes | examples/integrations/hermes.md |
| Claude Code | examples/integrations/generic.md |
| Cursor | examples/integrations/generic.md |
| Other | examples/integrations/generic.md |
- SOUL.md & USER.md: Core fields protected — AI can never delete them
- MEMORY.md: Append only — AI can never edit old entries
- SESSIONS/: Raw conversations never deleted
- Sensitive info: AI asks before recording passwords, phone numbers, etc.
- All data stays local — nothing uploaded anywhere
- Known limitation: Skill files may not be directly portable across platforms due to different tool formats. Relic syncs skill descriptions, not platform-specific implementations.
- Manual Setup Guide
- Troubleshooting
- Full Protocol Reference (for AI agents, but curious humans welcome)
GPL v3 · Created by LucioLiu · Source: GitHub
Welcome to Relic.