feat: update orchestrator for enhanced multi-bot management and room discovery
This commit is contained in:
@@ -54,6 +54,7 @@ type ContextMessage struct {
|
||||
// ParticipantInfo describes a bot available for routing.
|
||||
type ParticipantInfo struct {
|
||||
ID string `json:"id"`
|
||||
MatrixUserID string `json:"matrix_user_id"` // e.g. "@assistant-bot:server"
|
||||
Description string `json:"description"`
|
||||
Capabilities []string `json:"capabilities,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user