You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any part of the conversational thread should be editable, so we can guide the agent better, including its own responses and actions.
Forking a thread is fairly slow and cumbersome, re: #8555 (that's when I start a new thread, and copy paste only some context I care about, to re-bootstrap the agent on a specific task)
What I would like is more control over the conversational thread, because the whole thing gets fed back on every follow-up response. But, most of the time the agent goes all over the place, and that's not helping it act better on the next turn.
Desired outcome:
ability to edit my messages
ability to edit agent's messages
ability to delete either
ability to delete (or edit?) specific tasks inside agent's response.
ability to instant-fork a conversation from any point in a thread: keep same sandbox, same agent, same context
ability to drop old context, e.g.: scroll up, click "delete everything up to this point"; sometimes I don't need the context from its 100 circular steps, and would rather drop that, and continue with the narrow context of the current activity. This would also dramatically help control costs (to not have to send all history on every turn)
ability to see the rationale of choosing one tool over another (sometimes it chooses the less effective tool, say, a sed text replace, instead of overwriting the short file, but I can't figure out why it's doing that)
If I could replace an action that it did with a correct "toy" action that I think it should've done, in its own response, I believe that will steer the agent better on the next turn.
Thoughts?
👍 to upvote
The text was updated successfully, but these errors were encountered:
Any part of the conversational thread should be editable, so we can guide the agent better, including its own responses and actions.
Forking a thread is fairly slow and cumbersome, re: #8555 (that's when I start a new thread, and copy paste only some context I care about, to re-bootstrap the agent on a specific task)
What I would like is more control over the conversational thread, because the whole thing gets fed back on every follow-up response. But, most of the time the agent goes all over the place, and that's not helping it act better on the next turn.
Desired outcome:
If I could replace an action that it did with a correct "toy" action that I think it should've done, in its own response, I believe that will steer the agent better on the next turn.
Thoughts?
👍 to upvote
The text was updated successfully, but these errors were encountered: