Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 513 Bytes

Morat agent swarm

Getting Started

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.

Development

To start the development server run:

bun run dev --watch

It expects the Morat reference API to be running locally on port 3000.