cognitive_get_guidance
Retrieve applicable validated strategies for a task (§24, §18).
Does NOT return unverified or suspended strategies as trusted guidance.
Provides calibrated uncertainty, applicability conditions, and negative transfer warnings.
Args:
task_structure_id: UUID of the abstract task structure.
environment: Environment characteristics.
goal: Goal description and metric targets.
available_capabilities: Capabilities supported by the caller.
model_family: Model family of the consumer agent (e.g. 'claude', 'gpt', 'local').
Returns:
Ranked list of applicable strategies with procedures, conditions, and evidence.
Failures return {"error", "detail", "hint"} — never a bare exception.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| environment | No | ||
| model_family | No | generic | |
| task_structure_id | Yes | ||
| available_capabilities | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||