Skip to content

Add tools for reading and grepping csv/xls files#52

Merged
amrit110 merged 8 commits into
mainfrom
add_file_tools
Feb 18, 2026
Merged

Add tools for reading and grepping csv/xls files#52
amrit110 merged 8 commits into
mainfrom
add_file_tools

Conversation

@amrit110
Copy link
Copy Markdown
Member

Summary

Clickup Ticket(s): Link(s) if applicable.

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🔧 Refactoring (no functional changes)
  • ⚡ Performance improvement
  • 🧪 Test improvements
  • 🔒 Security fix

Changes Made

  • Add tools for fetching (downloading) files, searching within files and reading specific sections of files
  • Add basic unit tests
  • Update init file with new tools and constructor methods

Testing

  • Tests pass locally (uv run pytest tests/)
  • Type checking passes (uv run mypy <src_dir>)
  • Linting passes (uv run ruff check src_dir/)
  • Manual testing performed (describe below)

Manual testing details:

  • Ran evals over a subset to check if the tools are being used correctly, i.e. agent is able to download CSV, search it and read it if needed.

Screenshots/Recordings

Related Issues

Deployment Notes

Checklist

  • Code follows the project's style guidelines
  • Self-review of code completed
  • Documentation updated (if applicable)
  • No sensitive information (API keys, credentials) exposed

@amrit110 amrit110 requested review from fcogidi and lotif February 17, 2026 15:38
@amrit110 amrit110 self-assigned this Feb 17, 2026
@amrit110 amrit110 added the enhancement New feature or request label Feb 17, 2026
@amrit110 amrit110 merged commit 9e9da55 into main Feb 18, 2026
3 checks passed
@amrit110 amrit110 deleted the add_file_tools branch February 18, 2026 01:11
@amrit110
Copy link
Copy Markdown
Member Author

Merging this since its internally only used for knowledge_qa agent, has comprehensive tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant