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#

Sections

Pages