refactor(agent): complete inbox lifecycle migration
This commit is contained in:
@@ -48,6 +48,7 @@ function sessionAgent(session: Session, id = 'agent'): Agent {
|
||||
steer: () => {},
|
||||
inject: () => { throw new Error('time-context must append directly to the open step') },
|
||||
cancel() {},
|
||||
runMaintenance: task => task(new AbortController().signal),
|
||||
whenIdle: () => Promise.resolve(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user