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 changed files with 899 additions and 948 deletions

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