mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-09-01 16:51:53 +03:00
feat(tui): integrate with Herdr host
This commit is contained in:
@@ -279,8 +279,10 @@ export interface AgentUIBlob {
|
||||
/** WebSocket snapshot for sustained goals (`goal_state` events; keyed by ``chat_id``). */
|
||||
export interface GoalStateWsPayload {
|
||||
active: boolean;
|
||||
status?: "active" | "blocked";
|
||||
ui_summary?: string;
|
||||
objective?: string;
|
||||
recap?: string;
|
||||
}
|
||||
|
||||
export interface ToolProgressEvent {
|
||||
|
||||
Reference in New Issue
Block a user