mirror of
https://github.com/getpaseo/paseo.git
synced 2026-08-15 04:42:45 +00:00
refactor: replace agent-control MCP with labels system and Paseo MCP
This commit is contained in:
@@ -98,7 +98,6 @@ export interface Agent {
|
||||
requiresAttention?: boolean;
|
||||
attentionReason?: "finished" | "error" | "permission" | null;
|
||||
attentionTimestamp?: Date | null;
|
||||
parentAgentId?: string | null;
|
||||
archivedAt?: Date | null;
|
||||
}
|
||||
|
||||
@@ -839,7 +838,6 @@ export const useSessionStore = create<SessionStore>()(
|
||||
requiresAttention: agent.requiresAttention ?? false,
|
||||
attentionReason: agent.attentionReason ?? null,
|
||||
attentionTimestamp: agent.attentionTimestamp ?? null,
|
||||
parentAgentId: agent.parentAgentId,
|
||||
});
|
||||
}
|
||||
return entries;
|
||||
|
||||
Reference in New Issue
Block a user