feat: add supervisor prototype with embedded frontend
This commit is contained in:
9
internal/supervisor/models.go
Normal file
9
internal/supervisor/models.go
Normal file
@ -0,0 +1,9 @@
|
||||
package supervisor
|
||||
|
||||
import "time"
|
||||
|
||||
type AgentAssignment struct {
|
||||
AgentID string `json:"agentId"`
|
||||
SessionID string `json:"sessionId"`
|
||||
AssignedAt time.Time `json:"assignedAt"`
|
||||
}
|
||||
Reference in New Issue
Block a user