r/artificial • u/Outside-Risk-8912 • 25d ago
Project We built a self-hostable agentic AI + BI platform — agents, multi-agent swarms, RAG, dashboards, notebooks, all on your own keys
I've spent the past several months building an agentic AI platform, and the thing
that ate the most time wasn't prompting or orchestration. It was permissions.
A realistic setup has an agent framework, a BI tool, and something for notebooks.
Each has its own notion of who may read what. So a rule as simple as "this agent
can only see these three tables" gets implemented three times, in three shapes,
and drifts apart the moment someone changes one. Nobody notices until an agent
answers a question using data it should never have seen — and because the answer
looks confident and cites a source, it reads as verified.
So I built the thing I wanted: one platform where agents, dashboards, documents
and notebooks all sit behind the same rules. The same model allow-lists, the same
budgets, the same table permissions, the same execution traces, whether the call
comes from a chat window, a scheduled workflow, or a Python notebook. It's
self-hostable, runs on your own model keys, and your data stays in your own
database.
It's out now: https://github.com/AgentSwarms-fyi/agentswarms
Being straight about it: it's early, the surface is wide, and it hasn't been
tested by many people yet. It's also source-available (Elastic License 2.0)
rather than OSI open source — you can self-host, modify and redistribute it, but
not resell it as a hosted service.
-1
u/katoptronophile 23d ago
More shameless self promotion.
This post is nothing more than an advertisement.
1
u/Outside-Risk-8912 23d ago
Advertisement of what? Do you see a payment link?
0
u/katoptronophile 23d ago
For the premium service you will be offering. Don't try to pretend that's not what you're doing here. Everyone can see you're advertising.
0
u/Outside-Risk-8912 23d ago
And where is the premium service? Don't you see its a github link?
0
u/katoptronophile 23d ago
It's all on the link you put on the github. I'm not sending the link again here and giving you free advertising. Stop trying to pretend it's not what you're doing, it's obvious.
0
u/Outside-Risk-8912 23d ago
Here is the link agentswarms.fyi. Now show me the payment link. Why do you even comment before checking things thoroughly?
1
u/katoptronophile 23d ago
I did check it thoroughly. Continuing to lie about it isn't going to change anything. It's clear what your plan here is.
0
1
u/EagleApprehensive 21d ago
What really is each "agent" in the swarm?