mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-03 17:27:37 +08:00
fix(tui): stabilize live todo progress
This commit is contained in:
@@ -116,6 +116,7 @@ export interface Msg {
|
||||
thinkingTokens?: number
|
||||
toolTokens?: number
|
||||
tools?: string[]
|
||||
todos?: TodoItem[]
|
||||
}
|
||||
|
||||
export type Role = 'assistant' | 'system' | 'tool' | 'user'
|
||||
|
||||
Reference in New Issue
Block a user