feat(agent): add addressable queue operations

This commit is contained in:
kingwl
2026-07-30 00:05:00 +08:00
parent 87c9ab06b3
commit f893e2281d
108 changed files with 1785 additions and 608 deletions

View File

@@ -29,6 +29,7 @@ function stubAgent(ctx: Context, rawId: string): Agent {
steer: () => {},
inject: () => {},
send: () => {},
updateInbox: (): 'not-found' => 'not-found',
cancel() {},
whenIdle() { return Promise.resolve() },
}