Skip to main content

RAG

RAG provides readonly access to databases and filesystems for production safety.
Database tools: sql (SELECT queries only) Filesystem tools: ls (list files), grep (search), cat (read)

Database

Full database access with read and write operations.
Available tools: 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.
Available tools: ls (list), grep (search), cat (read), write_file, delete_file Supported paths: Local filesystems, S3, Google Cloud Storage, Azure Blob Storage