hebbrix_confidence
Assess confidence before autonomous actions using stored memories and past outcomes. Detect numeric rule violations and return a confidence score with a recommended action to proceed or halt.
Instructions
Ask how confident the agent should be before acting on something, grounded in stored memory and past decision outcomes. Call this before a consequential autonomous action. Returns a confidence score and a recommended action.
If the action VIOLATES a stored numeric rule (e.g. opening a 600-line PR when
a memory says "PRs must be < 400 lines"), the result includes a
constraint_conflict block and recommended_action is do_not_act.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| collection_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||