←back to thread

280 points zachwills | 1 comments | | HN request time: 0s | source
Show context
simianwords ◴[] No.45229697[source]
Slightly off topic but I would really like agentic workflow that is embedded in my IDE as well as my code host provider like GitHub for pull requests.

Ideally I would like to spin off multiple agents to solve multiple bugs or features. The agents have to use the ci in GitHub to get feedback on tests. And I would like to view it on IDE because I like the ability to understand code by jumping through definitions.

Support for multiple branches at once - I should be able to spin off multiple agents that work on multiple branches simultaneously.

replies(3): >>45229872 #>>45230470 #>>45230733 #
1. muratsu ◴[] No.45230733[source]
Why not just use only async agents? You can fire off many tasks and check PRs locally when they complete the work. (I also work on devfleet.ai to improve this experience, any feedback is appreciated)