refactor(agent): simplify inbox-driven turn admission

This commit is contained in:
_Kerman
2026-08-02 00:27:37 +08:00
parent d38c8bfaf3
commit dbdf270af0
104 changed files with 550 additions and 511 deletions

View File

@@ -30,8 +30,6 @@ function stubAgent(ctx: Context, rawId: string): Agent {
followup: () => {},
steer: () => {},
inject: () => {},
updateInbox: (): 'not-found' => 'not-found',
reserveTurnAdmission: () => undefined,
cancel() {},
whenIdle() { return Promise.resolve() },
}