check_instrumentation
Audit a Python AI agent file to identify missing ioa-observe-sdk instrumentation and receive specific recommendations.
Instructions
Audit a Python AI agent file for missing ioa-observe-sdk instrumentation.
Read-only — does not modify the file. Use instrument_agent to apply changes.
Args: file_path: Path to the Python file to audit.
Returns: Audit report: what is present, what is missing, and specific recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |