remember_observation
Record structured observations from sessions, including title, facts, and narrative, to capture multi-faceted events like debugging sessions or decisions with trade-offs.
Instructions
Record a structured observation extracted from a session. USE THIS WHEN: capturing a multi-faceted event (a debugging session, a decision with trade-offs, a workflow pattern) where you have a short title, a few atomic facts, and a narrative. PREFER THIS over remember(...) for typical auto-extracted observations from session transcripts. Use the simpler remember(content, type=...) only for polished single-fact memories you're confident about. Stored with type='observation' so future retrieval can score polished memories higher than raw observations. Pass scope='global' for universal lessons; default 'project' keeps the observation visible only inside its repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| facts | Yes | ||
| scope | No | ||
| title | Yes | ||
| project | No | ||
| narrative | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |