Earlier quoted context omitted.
What tooling did you use to make the agents cross-collaborate?
Python classes. In my framework agents are class instances and tools are methods. Each agent has it's own internal conversation state. They're composable and the agent has tools for communicating with the other agents.
Jules: An asynchronous coding agent
191–200 of 245 posts
Re: Jules: An asynchronous coding agent
#192So, you can assign github issues to this thing, and it can handle them, merge the results in, and mark the bug as fixed? I kind of wonder what would happen if you added a "lead dev" AI that wrote up bugs, assigned them out, and "reviewed" the work. Then you'd add a "boss" AI that made new feature demands of the lead dev AI. Maybe the boss AI could run the program and inspect the experience in some way so it could dem…
> then you add a boss AI This seems like a more plausible one. Robots don't care about your feelings, so they can make decisions without any moral issues
Re: Jules: An asynchronous coding agent
#193I was interested. Clicked the try button and just another wait list. When will Google learn that the method that worked so well with Gmail doesn't work any more. There are so many shiny toys to play with now, I will have forgotten about this tomorrow.
Re: Jules: An asynchronous coding agent
#194Re: Jules: An asynchronous coding agent
#195Earlier quoted context omitted.
Python classes. In my framework agents are class instances and tools are methods. Each agent has it's own internal conversation state. They're composable and the agent has tools for communicating with the other agents.
Do you have a repo for this? I've thought that this would be a great way to compose an Agentic system, I'd love to see how you're doing it.
Re: Jules: An asynchronous coding agent
#196[flagged]
Re: Jules: An asynchronous coding agent
#197Earlier quoted context omitted.
95% of people aren't coders.
1. You are right 2. My guess: even among people who code professionally (e.g. data scientists), the same applies
Re: Jules: An asynchronous coding agent
#198Notice how no-one (up until now) mentioned "Devin" or compared it to any other AI agent? It appears that AI moves so quickly that it was completely forgotten or little to no-one wanted to pay for its original prices. Here's the timeline: 1. Devin was $200 - $500. 2. Then Lovable, Bolt, Github Copilot and Replit reduced their AI Agent prices to $20 - $40 3. Devin was then reduced to $20. 4. Then Cursor and Windsurf AI…
Re: Jules: An asynchronous coding agent
#199Earlier quoted context omitted.
Python classes. In my framework agents are class instances and tools are methods. Each agent has it's own internal conversation state. They're composable and the agent has tools for communicating with the other agents.
Do you have a repo for this? I've thought that this would be a great way to compose an Agentic system, I'd love to see how you're doing it.
https://github.com/langroid/langroid
Quick tour:
https://langroid.github.io/langroid/tutorials/langroid-tour/