No central registry
Each machine announces itself every few seconds with its CPU, memory, GPU and what it can do. Adding one is starting the process; one can also be spun up in the cloud when more muscle is needed.
Under the hood
AMSET is not a model with a website in front of it. It is a work queue, a fleet of machines emptying it and an agent with real tools on each one. This is the full path of a request.
Turns from the same conversation run in order, never at the same time.
The fleet
Each machine announces itself every few seconds with its CPU, memory, GPU and what it can do. Adding one is starting the process; one can also be spun up in the cloud when more muscle is needed.
The conversation goes to a machine that can actually do it: the one with WhatsApp linked, the one with a GPU, the one that owns that project. If they are all busy the task waits in the queue instead of failing.
Several tasks per machine at once. If two touch the same repository, the second one works on an isolated copy. And two turns of the same chat never run together.
One machine can ask another for something, and the result comes back on its own to the conversation that asked — whether it succeeded or failed.
A supervisor that restarts, automatic updates that never cut a running task, cleanup of orphaned tasks, account rotation when one runs out of quota and a daily check of the integrations that warns if something stops working.
When you cancel, the process and all its children die on the machine. It is not a button that only changes what you see.
What AI is underneath
No model is best at everything, and some data should not leave the building. That is why several coexist.

While it works
Every step the agent takes is stored and streamed instantly: which tool it uses, what it returns, when it is thinking and when it fails. The app panel also shows the connected machines with their load and which task each one is running.
The same architecture (queues, agents, real time, automatic deployment) can be applied to your product, not just ours.