preflight
BEFORE running: get known failure patterns for a given agent setup so you can avoid them. Returns a ranked list of {failure_class, root_cause, fix_suggestion} from Snapback's library. Call this before executing a plan and self-correct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | task facets, e.g. [tool_calling, retrieval] (optional) | |
| limit | No | max cards (default 10) | |
| agent_stack | No | e.g. openclaw, langchain (optional) |