Expand description
Read Tool Implementation
This module implements the ReadTool for reading files with:
- Text file reading with line numbers
- Image reading with base64 encoding
- PDF reading (optional)
- Jupyter notebook reading
- File read history tracking
Requirements: 4.1, 4.2, 4.3, 4.4, 4.5
Structs§
Constants§
- MAX_
IMAGE_ FILE_ SIZE - Maximum file size for images (50MB)
- MAX_
TEXT_ FILE_ SIZE - Maximum file size for text files (10MB)