refactor(agent-loop): simplify message machine
This commit is contained in:
@@ -50,7 +50,6 @@ function stubAgent(session: Session): Agent {
|
||||
followup: () => {},
|
||||
steer: () => {},
|
||||
inject: () => {},
|
||||
send: () => {},
|
||||
cancel() {},
|
||||
whenIdle: () => Promise.resolve(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user