Memory is what separates OpenOri from every other AI app. While others start from zero every conversation, OpenOri remembers.Documentation Index
Fetch the complete documentation index at: https://docs.openori.dev/llms.txt
Use this file to discover all available pages before exploring further.
How it works
After every conversation, OpenOri runs a lightweight extraction pass that identifies:- Facts — “I work at Acme Corp”, “My project uses Next.js 15”
- Preferences — “I prefer TypeScript strict mode”, “Use Tailwind v4”
- Patterns — “When I ask about code, I usually mean the Atlas project”
- Corrections — “Actually, I meant Python, not JavaScript” updates existing memory
Example
Day 1:You: “Help me set up a new Node.js project” OpenOri: Creates a basic JavaScript projectDay 30 (after learning your preferences):
You: “Help me set up a new Node.js project” OpenOri: Creates a TypeScript project with strict mode, ESLint, your preferred folder structure, and Drizzle ORM — because it remembers everything from previous conversationsThis is the “gets smarter with use” effect. Every conversation teaches OpenOri something new.
The three tiers
OpenOri uses a tiered loading system to keep token usage efficient:| Tier | Size | What it holds | When loaded |
|---|---|---|---|
| L0 (Abstract) | ~100 tokens | One-line summary of each memory | Every conversation |
| L1 (Overview) | ~2K tokens | Structured detail, key facts | When the topic is relevant |
| L2 (Full) | Variable | Complete context, full histories | On explicit demand |
Recall mode
The Recall toggle in the prompt box controls memory injection:- Recall ON — OpenOri searches its memory and includes relevant context in the conversation. It knows who you are and what you’re working on.
- Recall OFF — Clean conversation with no memory. Useful for generic questions or when helping someone else.
Managing your memories
Open Settings → Context tab to:- View all memories — See everything OpenOri has learned, organized by category
- Delete individual memories — Remove anything you don’t want remembered
- View the Context Graph — A visual graph showing relationships between your memories, projects, and preferences
- Check stats — Total memory count, project count, index size
OpenOri is fully transparent. You can see, edit, and delete everything it remembers. There are no hidden memories.