3 Commits

  • Python: Refactor ag-ui to clean up some patterns (#2363)
    * Refactor ag-ui to clean up some patterns
    
    * Mypy fixes
    
    * Fix imports, typing, tests, logging.
    
    * Fix test import error
    
    * Fix imports again
    
    * Fix thread handling
  • Python: clean up exception (#2319)
    * Potential fix for code scanning alert no. 18: Information exposure through an exception
    
    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    
    * Fix test
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
  • Python: AG-UI protocol support (#1826)
    * Add AG-UI integration
    
    * Fix tests. PR feedback
    
    * Cleanup
    
    * PR Feedback
    
    * Improve README and getting started experience
    
    * Fix links