memory_review_beliefs
Review beliefs needing agent attention based on low confidence, age, or staleness. Returns structured list for agent to confirm or update.
Instructions
Review beliefs that may need agent attention — low confidence, old, or stale.
Returns a structured list of belief assertions with subject/predicate/object for the agent to confirm, supersede, retract, or reinforce.
Args: min_confidence: Maximum confidence threshold (returns beliefs BELOW this). belief_status: Filter by status (default "active"). older_than_days: Only return beliefs last reviewed more than this many days ago. limit: Max results (default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| belief_status | No | active | |
| min_confidence | No | ||
| older_than_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |