MCPcopy Create free account
hub / github.com/astercloud/aster / CollaborationModule

Struct CollaborationModule

pkg/agent/prompt_modules.go:242–244  ·  view source on GitHub ↗

CollaborationModule 多 Agent 协作模块

Source from the content-addressed store, hash-verified

240
241// CollaborationModule 多 Agent 协作模块
242type CollaborationModule struct {
243 RoomInfo *RoomCollaborationInfo
244}
245
246type RoomCollaborationInfo struct {
247 RoomID string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected