gitdataai/libs/service/file_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
..
csv.rs feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
excel.rs feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
grep.rs feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
json.rs feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
markdown.rs feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
mod.rs feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
pdf.rs feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
ppt.rs feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
sql.rs feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
word.rs feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00