You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This feature proposal introduces a toolkit for SQL and data analysis, by enhancing current SQL tool and introducing few other concepts
Describe the solution you'd like
The SQL Toolkit will include:
SQLMetadataTool: Extract and print metadata, with optional schema linking.
SQLValuesSearchTool: Search for relevant filter values.
SQLGetExamplesTool: Enhance accuracy using an array of example queries.
SQLCorrect (Tentative): Initially part of SQLExecute to provide query correction.
The Data Analysis Toolkit will include:
SQLToolkit (as above).
PythonTool: Automatically include Python capabilities.
ExcelAdvancedParser: Parse and convert large or complex Excel files into SQLite for advanced querying.
Describe alternatives you've considered
Adding tools individually, which lacks the flexibility and easy of use of a unified toolkit.
Creating a new Specialized Agent without the concept of toolkit.
Additional context
Part of the FlowPilot team's contribution to Bee.
Initial draft PR in progress.
Is your feature request related to a problem? Please describe.
This feature proposal introduces a toolkit for SQL and data analysis, by enhancing current SQL tool and introducing few other concepts
Describe the solution you'd like
The SQL Toolkit will include:
The Data Analysis Toolkit will include:
Describe alternatives you've considered
Adding tools individually, which lacks the flexibility and easy of use of a unified toolkit.
Creating a new Specialized Agent without the concept of toolkit.
Additional context
Part of the FlowPilot team's contribution to Bee.
Initial draft PR in progress.
Example
The text was updated successfully, but these errors were encountered: