veto_explain
Explains source files, error messages, or code snippets by auto-routing to the appropriate expert agent. Supports file_path or text input with adjustable depth.
Instructions
Explains a file or raw text using the most appropriate expert agent. Pass file_path to explain a source file, or text to explain an error message, stack trace, or compiler output. Agent is auto-detected from file extension or content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Raw text to explain — error messages, stack traces, compiler output, or any code snippet. Automatically routes to debugger agent for error-like content. | |
| depth | No | Explanation depth. Default: overview. | |
| context | No | Optional focus area or context. | |
| file_path | No | Absolute path to the file to explain. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |