learn_recommendation
Get a data-driven strategy recommendation from learned usage patterns. Input a task type for optimal modes, token cost, and success rate, or leave blank for all.
Instructions
Get a data-driven context strategy recommendation from learned usage patterns.
Returns the best modes to use, expected token cost, and success rate for a given task type.
Known task types: debug, feature, refactor, code_navigation, orientation, cleanup,
architecture, dependency_audit, code_review, task_preparation, output_review,
learning, patterns.
Leave task_type empty to see all learned strategies for this repo.
NOTE: Requires the tempo package to be installed. Returns a LEARN_UNAVAILABLE
error if not installed — install with: pip install -e .
output_format: "text" (default) or "json" for structured responseInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No | /demo | |
| task_type | No | ||
| output_format | No | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |