refactor(subagent): narrow continuation interface

This commit is contained in:
Tianyi Cui
2026-08-02 04:34:17 +08:00
committed by imccyu
parent 644bf00b86
commit f14121a4c2
55 files changed
+669 -441

No files matched your search

+3 -1
View File
@@ -398,7 +398,9 @@ export class BasicCompactService extends CompactService {
{
owner: null,
stability: 'selected-span',
flush: () => this.ctx.sessions.flush(agent.session),
flush: async () => {
await this.ctx.sessions.flush(agent.session)
},
},
signal,
)