refactor: centralize account bindings + health probes
This commit is contained in:
@@ -47,19 +47,29 @@ export type AgentSummary = {
|
||||
};
|
||||
|
||||
export type GatewayStatusSummary = {
|
||||
linkProvider?: {
|
||||
linkChannel?: {
|
||||
id?: string;
|
||||
label?: string;
|
||||
linked?: boolean;
|
||||
authAgeMs?: number | null;
|
||||
};
|
||||
heartbeatSeconds?: number;
|
||||
heartbeat?: {
|
||||
defaultAgentId?: string;
|
||||
agents?: Array<{
|
||||
agentId?: string;
|
||||
enabled?: boolean;
|
||||
every?: string;
|
||||
everyMs?: number | null;
|
||||
}>;
|
||||
};
|
||||
providerSummary?: string[];
|
||||
queuedSystemEvents?: string[];
|
||||
sessions?: {
|
||||
path?: string;
|
||||
paths?: string[];
|
||||
count?: number;
|
||||
defaults?: { model?: string | null; contextTokens?: number | null };
|
||||
recent?: Array<{
|
||||
agentId?: string;
|
||||
key: string;
|
||||
kind?: string;
|
||||
updatedAt?: number | null;
|
||||
|
||||
Reference in New Issue
Block a user