fix(agent): restore public send method
This commit is contained in:
@@ -43,6 +43,7 @@ function sessionAgent(session: Session, id = 'agent'): Agent {
|
||||
inbox: new Inbox(session),
|
||||
status: 'running',
|
||||
ctx: new Context(),
|
||||
send: () => {},
|
||||
followup: () => {},
|
||||
steer: () => {},
|
||||
inject: () => { throw new Error('time-context must append directly to the open step') },
|
||||
|
||||
Reference in New Issue
Block a user