fastapi_hf / routes /agents /agent_sql.py

Commit History

Implement data-source access control for SQL agent; add caching for user access profiles and enhance query processing with access validation
80406ea

looh2 commited on

Refactor agents to use asynchronous clients, enhance SQL execution with connection pooling, and improve rate-limiting logic
2648cc9

looh2 commited on

Refactor SQL queries to improve aliasing for clarity and consistency
5ef6b84

looh2 commited on

Refactor SQL queries to improve readability and consistency in naming conventions
2b2e97a

looh2 commited on

Increase max_tokens limit for SQLAgent to enhance response capacity
ca8d0f8

looh2 commited on

Refactor SQL example inputs to use consistent aliasing for clarity and readability
db238b5

looh2 commited on

Revert "Clarify SQL example inputs in system prompt to enhance user understanding and ensure consistency in query structure"
1278666

looh2 commited on

Clarify SQL example inputs in system prompt to enhance user understanding and ensure consistency in query structure
0597e44

looh2 commited on

Revise SQL response prompts to clarify the order of results presentation, emphasizing business-friendly summaries followed by markdown tables.
342ce4c

looh2 commited on

Strip LLM preamble from SQL statements by identifying the start of the SQL query
21d42e9

looh2 commited on

Enhance SQL response formatting by requiring markdown tables for query results in prompts
a16095c

looh2 commited on

Enhance SQL parsing to support JSON responses and extract corrected SQL
b6ff39d

looh2 commited on

Enhance multi-agent pipeline with conversation memory and feedback logging
29b3c24

looh2 commited on

Refactor: Remove deprecated agent modules and chat endpoints
d16509f

looh2 commited on

feat: Set TensorFlow environment variable for optimized performance
d6743ec

looh2 commited on

Refactor code structure for improved readability and maintainability
14be8cc

looh2 commited on