Support steering in dispatch()
#272
danthegoodman1
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
RFC
Summary
Support steering with agents
Background & Motivation
Right now, it seems like
dispatch()only allows follow-up-like behavior, meaning you cannot provide more context to an agent while it's working. This is useful beyond watching an agent: if you've already dispatched something, but want to tell it to abort or enlighten it with something you've just remembered, then steering is the solution.I would like to test this for production agents, but we require steering behavior.
Goals
Example
Dispatch can take a
mode: "steer"or similar. It's already supported by thepiharness, so this should mostly be about drilling the message IIUC.Beta Was this translation helpful? Give feedback.
All reactions