fix: add avatar_url to AgentProfile for dashboard
This commit is contained in:
@@ -75,6 +75,7 @@ export interface AgentProfile {
|
||||
agent_id: string;
|
||||
display_name: string;
|
||||
kind: string;
|
||||
avatar_url?: string;
|
||||
status: 'online' | 'offline' | 'degraded' | 'training' | 'maintenance';
|
||||
node_id?: string;
|
||||
roles: string[];
|
||||
|
||||
Reference in New Issue
Block a user