fix(agent): restore public send method

This commit is contained in:
_Kerman
2026-07-31 10:01:35 +08:00
parent c891cb6f6f
commit 060c0f78f0
28 changed files with 76 additions and 32 deletions

View File

@@ -36,6 +36,7 @@ function agent(ctx: Context, cwd: string): Agent {
inbox: new Inbox(session),
status: 'idle',
ctx: scope.ctx,
send: () => {},
followup: () => {},
steer: () => {},
inject: () => {},