feat(tui): integrate with Herdr host

This commit is contained in:
Xubin Ren
2026-08-17 20:56:10 +08:00
parent 783d381710
commit 79d51be71f
17 changed files with 622 additions and 32 deletions
+2
View File
@@ -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 {