feat: Enhance AgentChatWidget with network collaboration features and UI improvements
- Added support for selecting between local and network collaboration modes in the AgentChatWidget. - Implemented a UI for entering server URL and managing session details. - Updated collaboration state management to include server URL and connection status. - Improved layout of the collaboration panel with a table for session details and controls. - Integrated a simple WebSocket client for handling network communication. - Added CLI commands for starting and checking the status of the collaboration server.
This commit is contained in:
@@ -41,6 +41,7 @@ class ModernCLI {
|
||||
absl::Status HandleBpsPatchCommand(const std::vector<std::string>& args);
|
||||
absl::Status HandleExtractSymbolsCommand(const std::vector<std::string>& args);
|
||||
absl::Status HandleAgentCommand(const std::vector<std::string>& args);
|
||||
absl::Status HandleCollabCommand(const std::vector<std::string>& args);
|
||||
absl::Status HandleProjectBuildCommand(const std::vector<std::string>& args);
|
||||
absl::Status HandleProjectInitCommand(const std::vector<std::string>& args);
|
||||
absl::Status HandleRomInfoCommand(const std::vector<std::string>& args);
|
||||
|
||||
Reference in New Issue
Block a user