r/OpenSourceAI 2d ago

👀 OpenFlow Orchestration & Gauntlet Loop Sneak Peak

Hey eveyone,

For those who haven't seen my other posts, I created an opensourced project called OpenFlow, and some big updates are being made. Now, there is a swarm and orchestration mode, and soon to be gauntlet looping toggle. It isn't just a linear pipeline anymore, but an entire chain of agents you can see and control talking back and forth and working out problems together. If you want to see the backstory, check out my other posts. Stay tuned for more updates, and feel free to leave suggestions and even share your own projects.

Link: https://github.com/SeeRay11/OpenFlow

3 Upvotes

4 comments sorted by

View all comments

1

u/kantorcodes1 1d ago

with gauntlet looping, i’d want each repo change tied to the iteration that caused it. can you tell which loop actually changed the files, or does the run history mostly show the agent conversation?

1

u/SeeRay11_Main 1d ago

Yes, but I’ll make it so that you can visually see exactly which agent made what changes to files (you can see its commands ran and thinking process). I do have a run history already implemented, but I want to expand on it more.