Cultivation World Simulator
ActiveDescription
An open-source Cultivation World Simulator using Agentic Workflow to create a dynamic, emerging Xianxia world. Showcases multi-agent collaboration in complex scenarios.
Key Features
- Every NPC is an independent LLM-driven agent with unique personality, memory, relationships, and decision-making logic
- Emergent storytelling with no preset scripts — sect wars, rivalries, and character arcs arise from world rules and AI interactions
- Rich cultivation world system including spirit roots, realms, techniques, sects, alchemy, artifacts, and martial tournaments
- Play as the Heavenly Dao — observe the world, descend tribulations, or subtly intervene in the simulation
- Full-stack architecture with FastAPI backend, Vue.js frontend, and PixiJS rendering
- REST API for external agent integration with query and command endpoints for observation and intervention
Use Cases
Tags
Categories
Quick Start
Clone the repo, install Python 3.10+ and Node.js 18+ dependencies, run `python src/server/main.py --dev` to start both backend and frontend, then configure a model preset (DeepSeek/MiniMax/Ollama) in the settings page before starting a new game.