Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPLIT interest. Past log completion. Better list handling. I'm going this now it and it works better. (also helpful for failing agents) #2583

Closed
bbarclay opened this issue Jun 22, 2024 · 2 comments
Labels
enhancement New feature or request large effort Estimated large effort Stale Inactive for 30 days

Comments

@bbarclay
Copy link

What problem or use case are you trying to solve?
Agent doesn't have task list to work on, or reference back to. In the even it crashes. Or other agents want to work on the task at the same time.

  • Currently, I'm opening multiple browsers to have threaded agents working on app conversion.

Describe the UX of the solution you'd like

  • When the agent is prompted, It creates a folder of tasks and subtasks.
  • What can is the general prompt for this task?
  • What are the subtasks that can be distributed at the same time, or if they can't label them.
  • Create a directory of these, so they can be checked out by multiple agents. To work on them at the same time.
  • Smaller tasks and more of them, = Smaller context windows.

Do you have thoughts on the technical implementation?

Basically before I prompt anything now. I say, here's the tasks, create a folder with a list, or multiple lists, of what the tasks is, so the next agent when you fail at 50,000 characters another agent can pick up on what you haven't finished. Put a check in the list. 1 meaning it's being worked on, and 2 meaning you finished it.

  • AI will then write a prompt. and these tasks to complete.
  • Then I can spin up multiple browsers and tell it to work on the same thing. In the case that it can work on this simultaneously.

Describe alternatives you've considered
I'm using the alternative suggested above to solve this. But what happens, is when the agents fail. the majority of the time. They have no point of reference where to start up again.

  • Even during their process of working. They could be creating more subtasks. LIke. I finished this, but I recommend testing.

So they can add to another lists of @todo's .

If the lists isn't completed, or a test hasn't passed, or something. Then the agents don't move on, and you keep deploying them, or tell them to move on from that task.

Additional context

In today's ever evolving world of technology, we delve into. JK. JK. Additional context: The additional context is this. When the application is going through it's processes, having a list of tasks, and subtasks, and being able to deploy threaded agents towards these tasks is super helpful.

@bbarclay bbarclay added the enhancement New feature or request label Jun 22, 2024
@mamoodi mamoodi added the large effort Estimated large effort label Jul 6, 2024
Copy link
Contributor

github-actions bot commented Aug 8, 2024

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale Inactive for 30 days label Aug 8, 2024
Copy link
Contributor

This issue was closed because it has been stalled for over 30 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request large effort Estimated large effort Stale Inactive for 30 days
Projects
None yet
Development

No branches or pull requests

2 participants