RAG
RAG provides readonly access to databases and filesystems for production safety.sql (SELECT queries only)
Filesystem tools: ls (list files), grep (search), cat (read)
Database
Full database access with read and write operations.sql (any query), insert, update, delete
Supported databases: PostgreSQL, MySQL, SQLite, DuckDB, SQL Server, Oracle (any SQLAlchemy connection string)
FileSystem
Full filesystem access with read and write operations.ls (list), grep (search), cat (read), write_file, delete_file
Supported paths: Local filesystems, S3, Google Cloud Storage, Azure Blob Storage