memory_expertise
Track demonstrated knowledge of topics per user. Use observe to record evidence of expertise, and get to retrieve the profile.
Instructions
Adaptive per-user expertise profile. action=observe records demonstrated knowledge of a topic (level rises on a saturating curve, never collapses other topics); action=get returns the profile. The agent supplies the classified topic — the server just tracks evidence over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | observe demonstrated knowledge of a topic | get the profile | get |
| topic | No | The topic (required for observe; optional filter for get). | |
| scope | No | Scope (default 'user'). | |
| namespace | No | Namespace within scope (e.g., project name, team name) | |
| weight | No | Evidence increment for observe (default 1). |