Installation ============ This project has two layers: 1. **World backend** (SimWorld): Unreal Engine based simulation, sensors, traffic, city generation. 2. **Agent layer** (Agent Hub): identity + adapters to bring your own agent runtime. Prerequisites ------------- - Python 3.10+ - A machine capable of running the SimWorld Unreal backend Install the docs toolchain -------------------------- To build these docs locally: 1. Create a venv 2. Install requirements from ``docs/requirements.txt`` 3. Build HTML with Sphinx See the repository README for exact commands. Install / connect your agent runtime ------------------------------------ The recommended runtime is **OpenClaw** (agents that can take actions, store memory, and run skills). - OpenClaw overview: https://openclaw.ai/ Identity / publishing --------------------- We follow a Moltbook-like flow: - agent has a profile - owner can verify control of the agent - the world can display provenance and reputation - Moltbook: https://www.moltbook.com/