refactor: unify agent and session identity

This commit is contained in:
Tianyi Cui
2026-07-14 01:59:21 +08:00
parent 7a33ee94be
commit 709cc7200e
105 files changed
+899 -948

No files matched your search

+1 -1
View File
@@ -68,7 +68,7 @@ The handle the consumer holds after a provider has established a ready child. Th
```ts type-equiv
interface SubagentRun {
readonly id: AgentId
readonly id: SessionId
readonly result: Promise<SubagentResult>
dispose(): Promise<void>
sendMessage?(content: ContentBlock[]): void