Ai Component Inventory
ai_component_inventoryScan a project to identify AI/ML components, agent frameworks, and model artifacts for enterprise inventory and ML-BOM review.
Instructions
Scan a project for AI/ML provider SDKs, agent frameworks, vector databases, Vertex/Gemini/Dialogflow CX usage, and model artifacts. Returns evidence suitable for enterprise AI inventory and ML-BOM review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootDir | No | Project root to scan. Defaults to the current process working directory. | |
| format | No | Response format. summary is compact text; json returns ThumbGate inventory; cyclonedx returns ML-BOM JSON. | |
| maxFiles | No | Maximum files to scan (default 2500). | |
| includeSnippets | No | Include matched source snippets in evidence. Defaults true. |