Documentation ¶ Index ¶ func Available() bool func Run(prompt string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Available ¶ func Available() bool Available returns true if any supported LLM CLI is installed. func Run ¶ func Run(prompt string) (string, error) Run sends a prompt to the best available LLM CLI and returns the response. It tries claude first, then falls back to codex. The prompt is written to a temp file and passed via the -p flag to avoid ARG_MAX issues with large prompts. Types ¶ This section is empty. Source Files ¶ View all Source files llm.go Click to show internal directories. Click to hide internal directories.