recall_knowledge
Query a universal knowledge graph to retrieve facts, entities, recent episodes, and contradictions. Use result_kind to control payload size and scope filters for plan, goal, or node.
Instructions
Universal knowledge graph query. Returns facts, entities, recent episodes, and contradictions in one shape. Use result_kind to control payload size. Replaces recall_knowledge legacy + find_entities + get_recent_episodes + check_contradictions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query — required for facts/entities, optional for episodes | |
| scope | No | ||
| since | No | ISO 8601 — only return episodes after this | |
| entry_type | No | all | |
| result_kind | No | all | |
| max_results | No | ||
| include_contradictions | No |