ketan_observe_belief
Log observed facts about the workspace into a belief engine that detects contradictions to prevent AI hallucination loops.
Instructions
Record a factual observation into the Epistemic Belief Engine. The engine tracks beliefs about the workspace and detects contradictions (e.g., "tests pass" followed by "tests fail") to prevent hallucination loops.
Args: subject: What the belief is about (e.g., "tests/test_main.py") predicate: The relationship (e.g., "exists", "passes", "contains_bug") value: The observed value (e.g., "true", "false", "syntax_error") confidence: Confidence level 0.0–1.0 (default 1.0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| subject | Yes | ||
| predicate | Yes | ||
| confidence | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |