We have an AI agent fragmentation problem

We have an AI agent fragmentation problem

Every AI agent works fine on its own — but the moment you try to use more than one, everything falls apart.

Different runtimes.

Different models.

No shared context.

No clean way to coordinate them.

That fragmentation makes agents way less useful than they could be.

So I started building something to run agents in one place where they can actually work together.

We have plugins system and already defined some base plugins. The whole architecture is event based. Agents are defined as markdown files. Channels have their own spec.md participating agents can inject in their prompt. So basically with two main markdown files you can orchestrate workflow.

Still early — trying to figure out if this is a real problem others care about or just something I ran into.

How are you dealing with this right now?

Open source code here: https://github.com/meetopenbot/openbot/tree/refactor/slack

submitted by /u/DarasStayHome
[link] [comments]

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top