CollaborationModule 多 Agent 协作模块
| 240 | |
| 241 | // CollaborationModule 多 Agent 协作模块 |
| 242 | type CollaborationModule struct { |
| 243 | RoomInfo *RoomCollaborationInfo |
| 244 | } |
| 245 | |
| 246 | type RoomCollaborationInfo struct { |
| 247 | RoomID string |
nothing calls this directly
no outgoing calls
no test coverage detected