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