ask
Get answers to questions about any codebase using AI with full repository context. Combines static analysis and key file contents for evidence-based responses.
Instructions
Ask a specific question about a repository, answered by AI with full codebase context.
The LLM receives all static analysis data + key file contents, then answers your question based on that evidence.
Requires FERRET_LLM_API_KEY (for Anthropic) or a local LLM server.
Args: path: Absolute path to the repository root directory. question: The question you want answered about this codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |