costwright_check
Statically analyze LLM-agent workflows to identify runaway budget risks and missing token caps before deployment. Get a worst-case budget summary with pass/fail verdict.
Instructions
Statically analyze an LLM-agent repo (LangGraph / CrewAI / OpenAI-Agents-SDK) for runaway-budget risk WITHOUT running it. Builds a .py-only archive of the given local path and returns a worst-case budget summary: counts of certifiable / default_dependent / non_certifiable / runaway graph units and a pass|fail verdict. Use before deploying a workflow to catch missing token caps and while-True runaway drivers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy | No | Analysis policy. | default |
| repo_path | Yes | Absolute path to the local Python repo/directory to analyze. |