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
What to Save
Good example:
“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.”