update memory by SSE in preview

This commit is contained in:
JzoNg
2025-09-12 14:35:07 +08:00
parent 27d6fee1ed
commit df502e0d79
3 changed files with 33 additions and 1 deletions

View File

@ -290,6 +290,15 @@ export type AgentLogResponse = {
data: AgentLogItemWithChildren
}
export type MemoryUpdateResponse = {
task_id: string
event: string
data: {
memory_id: string
memory: any // TODO
}
}
export type WorkflowRunHistory = {
id: string
version: string