AI-powered voxel architect that uses LLMs to plan and build structures (houses, castles, gardens, and more) inside Minetest
This project is an autonomous builder agent that:
- 🧠 Uses LLMs to plan construction goals into step-by-step tasks.
- 🏗️ Translates plans into tool calls that place blocks, build floors, raise walls, and decorate.
- 🎮 Connects directly with a Minetest server to execute builds in real time.
- 🔄 Follows an agentic workflow (planning → execution → summarization → refinement).
With a single prompt like “Build a 3x3 stone house with a wooden roof and a garden”, the agent generates a structured plan, places voxel blocks, and constructs the build autonomously.