Quick Start
Configuration Options
| Parameter | Type | Default | Description |
|---|---|---|---|
persona | bool | True | Learn user preferences and profile |
insights | bool | True | Capture observations and learnings |
thread | bool | True | Maintain session/conversation context |
patterns | bool | False | Store reusable knowledge patterns |
decisions | bool | False | Log decision-making process |
feedback | bool | False | Capture outcome signals |
improvements | bool | False | Store self-improvement proposals |
scope | str | LearnScope | "private" | Visibility scope (private, shared) |
store_path | str | None | None | Custom path for learning storage |
auto_consolidate | bool | True | Automatically consolidate learnings |
retention_days | int | None | None | Days to retain learnings (None = forever) |
Common Patterns
Pattern 1: Full Learning Profile
Pattern 2: Shared Team Learning
Best Practices
Start with Default Capabilities
Start with Default Capabilities
The defaults (
persona, insights, thread) cover most use cases. Only enable additional capabilities when needed.Use Private Scope by Default
Use Private Scope by Default
Keep learnings private unless you explicitly need shared team knowledge. This protects user data.
Set Retention for Compliance
Set Retention for Compliance
For compliance requirements, set
retention_days to automatically purge old learnings.
