mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-03 17:27:37 +08:00
feat: just more cleaning
This commit is contained in:
@@ -11,6 +11,19 @@ export interface ActivityItem {
|
||||
tone: 'error' | 'info' | 'warn'
|
||||
}
|
||||
|
||||
export interface SubagentProgress {
|
||||
durationSeconds?: number
|
||||
goal: string
|
||||
id: string
|
||||
index: number
|
||||
notes: string[]
|
||||
status: 'completed' | 'failed' | 'interrupted' | 'running'
|
||||
summary?: string
|
||||
taskCount: number
|
||||
thinking: string[]
|
||||
tools: string[]
|
||||
}
|
||||
|
||||
export interface ApprovalReq {
|
||||
command: string
|
||||
description: string
|
||||
|
||||
Reference in New Issue
Block a user