gitdataai/libs/service/git_tools
ZhenYi 1af796ac75 feat(service): add file_tools module and git_blob_get tool
Add AI-accessible tools for reading structured files (CSV, JSON/JSONC,
Markdown, SQL) and searching repository content (git_grep). Also adds
git_blob_get to retrieve raw blob text content with binary detection.

Deferred: Excel, Word, PDF, PPT modules are stubbed out due to library
API incompatibilities (calamine 0.26, lopdf 0.34, quick-xml 0.37).
2026-04-18 23:02:10 +08:00
..
branch.rs feat(agent): wire git_tools into AI tool registry with full schemas 2026-04-18 21:42:33 +08:00
commit.rs feat(agent): wire git_tools into AI tool registry with full schemas 2026-04-18 21:42:33 +08:00
ctx.rs feat(backend): add git_tools service module 2026-04-18 19:08:06 +08:00
diff.rs feat(agent): wire git_tools into AI tool registry with full schemas 2026-04-18 21:42:33 +08:00
mod.rs feat(backend): add git_tools service module 2026-04-18 19:08:06 +08:00
tag.rs feat(agent): wire git_tools into AI tool registry with full schemas 2026-04-18 21:42:33 +08:00
tree.rs feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
types.rs feat(backend): add git_tools service module 2026-04-18 19:08:06 +08:00