//! AI agent function-call tools: git operations, file parsing/search, project management, and chat tools. pub mod chat_tools; pub mod file_tools; pub mod git_tools; pub mod project_tools;