Skip to content

Memory & Knowledge

lynox has persistent memory. Everything you discuss, every document you share, every pattern it detects — it’s stored locally and available in future conversations. The more you use lynox, the better it understands your business.

Memory is organized into four namespaces:

NamespaceWhat it storesExample
KnowledgeFacts, context, business data”Q1 revenue was 240k”, “Main competitor is Acme Corp”
MethodsPreferences, workflows, how you work”Weekly reports go to the team channel on Monday 9am”
StatusCurrent state of projects and tasks”Website redesign is in review phase”
LearningsInsights from past interactions”PDF summaries work best with bullet points for this user”

lynox extracts and categorizes information automatically during conversations. You can also store memories manually — just tell lynox to remember something.

Knowledge memory view

Behind the namespaces, lynox builds a Knowledge Graph — a network of entities and their relationships.

Knowledge Graph — entities and relationships

  • People — Contacts, colleagues, clients
  • Companies — Organizations you interact with
  • Projects — Ongoing work and initiatives
  • Concepts — Topics, products, technologies
  • Relationships — How entities connect (“works at”, “responsible for”, “competitor of”)

As you chat, lynox identifies entities and relationships in your messages. These are stored with confidence scores that evolve over time — new information can confirm or contradict what was known before.

Open the Knowledge Graph view in the Web UI to explore visually. Click any entity to see:

  • Related entities and their relationships
  • Source conversations where the entity was mentioned
  • Confidence and last-updated timestamps

Memory Insights — patterns, trends, and analytics

lynox notices recurring patterns in your behavior:

  • “You always check email first thing on Monday”
  • “Revenue reports are requested every end of month”
  • “You tend to follow up with [contact] after meetings”

Detected patterns can become the basis for automated workflows — lynox may suggest scheduling a task based on what it observes.

The Memory view lets you browse, search, edit, and delete entries in any namespace. The Knowledge Graph view shows entity relationships.

  • “Remember that our fiscal year starts in April”
  • “Forget what you know about [topic]”
  • “What do you know about [entity]?”

Memories have a configurable half-life (memory_half_life_days in config). Older, unused memories gradually fade — frequently referenced information stays strong. This prevents clutter while keeping important context alive.

The memory system works across languages. You can discuss topics in German, English, or any of the 100+ languages Claude supports — entities and relationships are tracked regardless of language.

All memory is stored locally in ~/.lynox/agent-memory.db (SQLite). Nothing leaves your machine unless you explicitly configure cloud backups.