Module llm

Module llm 

Source
Expand description

LLM client and prompt management.

Provides integration with various LLM providers for AI-powered features:

  • PRD parsing to generate initial task lists
  • Task expansion into subtasks
  • Complexity analysis and dependency detection

Supported providers:

  • claude-cli - Anthropic Claude via CLI
  • anthropic - Direct Anthropic API
  • xai - xAI/Grok API
  • openai - OpenAI API
  • openrouter - OpenRouter API
  • codex - OpenAI Codex CLI

Re-exports§

pub use client::LLMClient;
pub use client::ModelInfo;
pub use prompts::Prompts;

Modules§

client
prompts