RUEN
Start a project

Engineering case

A fleet of isolated agents

A panel driving dozens of accounts on a trading platform. Each lives on its own server, with its own address and its own stable set of browser traits — so the platform sees independent users.

The trait set is not random but derived from the account key: the same agent looks the same every time. A fresh random set on every start would give the automation away faster than having none. There are roughly seven thousand combinations.

Panel and agent are separate: the panel hands out tasks and collects state, while the agent runs on its own and survives losing the link to it.

Python · FastAPI · SQLite