Distributed AI-native Minecraft metaverse with persistent AI agents ("Daemons").
DaemonCraft is a scalable ecosystem where persistent AI companions live inside a rich industrial and exploration world built on the Phi-Craft modpack. The game supports both Java Edition and Bedrock Edition clients from day one.
server/— Minecraft Forge server configuration and databots/— Mineflayer-based Daemon AI agents (Node.js)agent-bridge/— Python trigger bridge for agent orchestrationdocker/— Docker configurations and overridesdocs/— Architecture docs, runbooks, and design records
./start-dev.shThis project uses:
- Lattice for task tracking (see
.lattice/) - Git feature branches — never commit directly to
main - TDD where applicable
- Wiki at
~/wikifor design docs and research
Current milestone: Development Server Setup
See PROJECT.md for the full Phase 0 specification.