Skip to content

v1.1.0

Choose a tag to compare

@trend-denny-lee trend-denny-lee released this 25 Sep 10:10
· 70 commits to main since this release
v1.1.0
7884f9c

ADK AGUI Middleware v1.1.0 Release Notes

🚀 What's New

✨ Key Features

  • Enhanced Documentation: Complete README overhaul with architecture diagrams and production examples
  • New Utilities: Added default session ID handler and improved tool message conversion
  • Better Code Organization: Restructured conversion modules under utils/convert/ package
  • DeepWiki Integration: Added community documentation support

🔧 Improvements

  • Session Management: Improved session handling and tool call management
  • User Message Processing: Enhanced input conversion capabilities
  • Event Translation: Optimized ADK ↔ AGUI event translation pipeline
  • Test Coverage: Added comprehensive test suites (+1,100 test lines)

🧹 Cleanup

  • Removed legacy HITL workflow components
  • Simplified long-running tool checks
  • Improved code readability and type safety

📊 Stats

  • 39 files changed
  • +2,431/-1,245 lines (net +1,186)
  • Enhanced test coverage and documentation

🔄 Breaking Changes

Update import paths for conversion utilities

Old: from adk_agui_middleware.utils.convert import ...

New: from adk_agui_middleware.utils.convert.adk_event_to_agui_message import ...

📋 Migration

  1. Update conversion utility imports
  2. Review session configuration if using custom session ID extraction
  3. Test existing HITL workflows

Full Changelog: v1.0.0...v1.1.0