-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor supervision handling and enhance provider support
- Updated `AsteroidChatSupervisionManager` to streamline message updates with provider-specific logic. - Improved `SupervisionRunner` to clarify tool call handling and ensure compatibility with single tool calls. - Enhanced `supervisors.py` to integrate Gemini support, including new conversion functions for state messages and responses. - Refactored `match_tool_call_ids` to accommodate different provider matching criteria, improving accuracy in tool interactions. - Cleaned up comments and improved code clarity across multiple files for better maintainability. These changes collectively enhance the modularity and functionality of the supervision process, ensuring better integration with various API providers.
- Loading branch information
Showing
3 changed files
with
67 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters