fix(agent): restore public send method
This commit is contained in:
@@ -47,6 +47,7 @@ function stubAgent(session: Session): Agent {
|
||||
inbox: new Inbox(session),
|
||||
status: 'idle',
|
||||
ctx: new Context(),
|
||||
send: () => {},
|
||||
followup: () => {},
|
||||
steer: () => {},
|
||||
inject: () => {},
|
||||
|
||||
Reference in New Issue
Block a user