Commit graph

3 commits

Author SHA1 Message Date
william.dias
f1b8bfe4b0 feat: Expand architecture proposal with detailed automation scenarios and integration plans 2026-01-21 14:22:37 -03:00
william.dias
4f0dfbadfd fix: Add type ignore comment for aiofiles import in file_handler and metadata_repository 2026-01-21 14:18:04 -03:00
william.dias
c29590d636 feat: Implement SQL prompt generators for PostgreSQL, SQLite, and SQL Server
- Added PostgreSQLPromptGenerator for generating prompts optimized for PostgreSQL features.
- Introduced SQLitePromptGenerator to handle SQLite-specific optimizations and features.
- Created SQLServerPromptGenerator for Microsoft SQL Server, including detailed analysis and optimization requirements.
- Developed a template system for rendering SQL-to-natural language and natural-to-SQL prompts.
- Established core tools for SQL analysis, optimization, and comparison, including complexity assessment and comment stripping.
- Integrated a team application to manage SQL optimization tasks and agent interactions.
- Added utility functions for handling SQL files and ensuring valid SQL input.
2026-01-21 13:51:03 -03:00