Skip to content

ai-data-science-team 0.0.0.9009

Compare
Choose a tag to compare
@mdancho84 mdancho84 released this 18 Jan 01:03
· 88 commits to master since this release

New Agents:

Improvements

  • Workflow Summary Report: The explain code step was replaced with a much faster step for documenting the agentic workflow. A get_workflow_summary() method returns formatted summary reports of every step taken in the agentic workflow.
  • Smart Schema Pruning: SQL Database Agent gained a new parameter, smart_schema_pruning, which uses an extra LLM call to prune tables and columns. This is useful when database schemas are very large. Pruning is based on Uber QueryGPT blog article which implements a Column Prune Agent. Read more here: https://www.uber.com/blog/query-gpt/

Full Changelog: 0.0.0.9008...0.0.0.9009