Robert Brennan

Results 1267 comments of Robert Brennan

Backend is merged! Use the PlannerAgent to see plan events

Yeah I've been thinking more about multi-agent. But I'm thinking maybe it's in the form of a "meta-agent", which follows the current agent contract, but uses other agents under the...

Hmm--good question @Sparkier There should be events for `add_task` and `modify_task` coming through the websocket--lmk if not. We probably want a new API endpoint like `GET /plan` to retrieve the...

Ah @Sparkier are you using the PlannerAgent? I don't see that getting passed into `initialize`. PlannerAgent is the only one that implements those actions

Sorry @Sparkier I missed your comment! If you look in the network tab, you'll see an `initialize` event getting sent to the backend, which has a bunch of settings in...

@maruf-rahman007 looks like you need to fix the lint issues

Looks like this is fixed now. Thanks!

Agreed with Graham's comments :) We should also minimize the number of places we put this `docker run` command since it's prone to change And it looks like some troubleshooting...

This is really interesting--thanks for bringing it up! The improvement from using diffs is impressive. But I imagine the logic for applying them is...messy. This would be really interesting for...

I also really like the idea of the user telling the agent which files to focus on!