//! LLM integration module for file editing via tool calling. pub mod groq; pub mod tools; pub use groq::GroqClient; pub use tools::{execute_tool_call, Tool, ToolCall, ToolResult, AVAILABLE_TOOLS};