analyze_workflow
Analyze any codebase to generate a structured JSON report of workflow components, concurrency primitives, capacity estimates, and ranked bottlenecks.
Instructions
Scan a project and return the workflow analysis as structured JSON (no file written). Returns: framework, workers, capacity estimates, detected components (LLM, storage, queues, external sources), concurrency primitives (semaphores, rate limits), and bottleneck ranking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | No | Absolute path to the project root. |