mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-21 00:57:42 +02:00
[eric] browser: subtle Remembered/Learned chip on the agent card so memory feels earned, zero clicks
This commit is contained in:
@@ -82,6 +82,9 @@ export interface AgentSession {
|
||||
dashboard_id?: string;
|
||||
browser_id?: string | null;
|
||||
parent_session_id?: string | null;
|
||||
/** Browser memory signals that drive the subtle "Remembered"/"Learned" card chip. */
|
||||
memory_recalled?: boolean;
|
||||
memory_learned?: boolean;
|
||||
thinking_level?: 'off' | 'low' | 'medium' | 'high' | 'auto';
|
||||
active_mcps?: string[];
|
||||
ctx_used_pct?: number;
|
||||
|
||||
Reference in New Issue
Block a user