wisdom_load_context_for_task
Prevent redundant work by retrieving relevant prior knowledge from the wisdom network. Uses task description, trust, and confidence filters to fit a token budget.
Instructions
ALWAYS call this at the start of any task to load relevant prior knowledge and avoid duplicating work. Searches the wisdom network for fragments matching the task description, filtered by trust and confidence within a token budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Filter by project UUID | |
| token_budget | No | Maximum approximate tokens to return (default: 10000) | |
| min_confidence | No | Minimum confidence threshold (default: 0.3) | |
| task_description | Yes | Description of the task to find relevant fragments for |