| Aspect | Value |
|---|---|
| Scope | Configurable (global, user, or custom namespace) |
| Persistence | Long-term |
| Default mode | Agentic |
| Supported modes | Always, Agentic, Propose |
| Requires | Knowledge base with vector database |
Prerequisites
Learned Knowledge requires a Knowledge base for semantic search:Basic Usage
Agentic Mode
The agent receives tools to manage knowledge explicitly.search_learnings, save_learning
The agent searches before answering questions and before saving (to avoid duplicates).
Propose Mode
The agent proposes learnings for user confirmation before saving.Always Mode
Learnings are extracted automatically after each response.Data Model
| Field | Description |
|---|---|
title | Short, searchable title |
learning | The actual insight |
context | When/where this applies |
tags | Categories for organization |
namespace | Sharing scope |
user_id | Owner (if namespace=“user”) |
created_at | When captured |
What to Save
| Good to save | Don’t save |
|---|---|
| Non-obvious discoveries | Raw facts or data |
| Reusable patterns | User-specific preferences |
| Domain-specific insights | Common knowledge |
| Problem-solving approaches | Conversation summaries |
| Best practices | Temporary information |
“When comparing cloud providers, always check egress costs first - they vary dramatically (AWS: 0.12/GB, Cloudflare R2: free).”Poor example:
“AWS has egress costs.”