Idea 09

Typed Memory System

Structured memory nodes with ambient context and transparent search expansion

AI Type System Search

Core Problem


Solution: 3 Structural Extensions

Built on top of the existing memory pipeline, these extensions add structure without changing the Agent core.

1. Typed Memory Nodes

Knowledge: { content, confidence, source }
Person:    { name, role, department, expertise }
Event:     { name, start_date, end_date, status, related_knowledge }

Search results are structured by type:

{
  knowledge: [...],
  people: [...],
  active_events: [...]
}

2. Event as Ambient Context

3. Alias as Search Expansion Layer


Core Design Principle: Agent Core Unchanged

All 3 extensions operate inside Memory MCP. The Agent receives well-structured text, completely unaware of types, events, or aliases.

User Scenarios

Temporal Context

Query: "Why do I need tax withholding receipt?"

Person-based Indirect Search

Query: "Who should I ask about server migration?"

Domain Jargon

Query: "How to set up SuHyunBot?"