Moincraft Knowledge Base
Moincraft Research Lab
๐งช Moincraft Research Lab#
Autonomous LLM agents playing Minecraft, coordinated through a multi-layer observability stack.
Moincraft is a private research lab running LLM-driven Mineflayer bots inside a Paper 1.21.11 Minecraft server, observed through a real-time Svelte dashboard, Prismarine 3D viewer, and structured JSONL event telemetry. The project explores multi-agent cooperation, emergent swarm intelligence, and autonomous goal-directed behavior in a sandboxed 3D world.
๐ Quick Start#
cd ~/moincraft
./launch_all.sh # Start full stack
./verify_stack.sh # Health check all services
Stack verification: npm run green (check + build + verify + relay contract)
๐ก Service Endpoints#
| Port | Service | Protocol |
|---|---|---|
| 25565 | Paper MC Server | TCP/UDP |
| 55666 | Svelte Dashboard UI | HTTP |
| 55667 | Dashboard Relay API | HTTP + Socket.IO |
| 55668 | MindServer (agent hub) | HTTP + WebSocket |
| 55669 | Prismarine 3D Viewer | HTTP + WebSocket |
๐ค Active Bots#
| Name | Model | Personality | Role |
|---|---|---|---|
| Groqqo | Llama 3.3 70B | Explorer | Mapping, biome discovery |
| Groqqi | Llama 3.1 8B | Builder | Repetitive tasks, gathering |
| Gemmiii | Gemini 2.0 Pro | Diplomat | Negotiation, strategy |
| Gemmiij | Gemini 2.0 Flash | Warrior | Combat, reflex actions |
๐ง Research Focus#
- Multi-agent cooperation โ 5-level framework from broadcast โ collective intelligence
- Emergent protocol evolution โ bots invent shorthand via frequency analysis
- Behavioral fingerprinting โ LLM decision strategy profiling
- Autonomous goal pursuit โ SelfPrompter loop with STOPPED/ACTIVE/PAUSED states
- RAG-enhanced code generation โ skill library + example retrieval for
!newAction
๐ Documentation#
- Architecture Deep-Dive โ full stack, ports, lifecycle
- Agent Systems โ modes, commands, cooperation framework
- Dashboard & Telemetry โ Svelte UI, JSONL events, analytics
- Deployment & Operations โ runbook, troubleshooting
- MineCollab Protocol โ task types, benchmarks, evaluation
- Security Hardening โ RCON, auth, firewall
- Error Logging & Debugging โ log4j2, PM2, Chrome DevTools
๐ External Links#
- Dashboard (Primary)
- MindServer
- Prismarine Viewer
- Architecture Diagram โ dark-themed SVG system overview