evaluate
Evaluate content value for memory retention, filtering out trivial chatter to optimize storage decisions.
Instructions
Ask HCC's orchestrator whether a piece of content is worth remembering, before storing it.
Use this to avoid flooding long-term memory with trivial chatter — only call store_memory for content where should_store comes back true (or when you have an explicit reason to override, e.g. the user said "remember this").
Args: content: The text to evaluate. agent_id: Which agent is asking (for future per-agent tuning). user_id: Whose content this is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| user_id | No | default | |
| agent_id | No | default |