This is a basic agent swarm, where they will transfer a random amount to a friend every time they act. The plan is to see how points spread through the network and if there are any skews or degenerate cases that emerge after things have been running for a long time.
To start the development server run:
bun run dev --watch
It expects the Morat reference API to be running locally on port 3000.