Discover and explore top open-source AI tools and projects—updated daily.
ZJU-LLMsMulti-agent LLM framework for dynamic story simulation
Top 99.3% on SourcePulse
OpenStory is a multi-agent simulation framework leveraging Large Language Models (LLMs) and an Agent-Kernel architecture. It enables dynamic, AI-driven narrative deduction and world-building, targeting developers and researchers interested in interactive storytelling and complex AI agent interactions. The framework allows for creative co-creation of stories, offering a novel approach to AI-powered narrative experiences.
How It Works
OpenStory employs an Agent-Kernel architecture enabling dynamic agent addition/removal during simulation, offering high extensibility. LLMs drive agent behaviors and plot generation, fostering deep interactions based on personalities and context. A 1:1 simulation of "Dream of the Red Chamber's" Grand View Garden features a visual interface tracking agent movements and profiles, enhancing immersion.
Quick Start & Requirements
Installation involves cloning the Agent-Kernel repo, pip installing dependencies, and running the simulation.
git clone https://github.com/ZJU-LLMs/Agent-Kernel.git
cd Agent-Kernel
pip install -e "packages/agentkernel-distributed[all]"
cd ../../..
python -m examples.story_of_the_stone.run_simulation
http://localhost:8000/frontend/index.html (post-simulation).Highlighted Details
Maintenance & Community
The project is actively developing, with "Story 2" announced as "Coming Soon." A QQ community group (1091827223) is available for users. No specific details on core maintainers, sponsorships, or partnerships are provided.
Licensing & Compatibility
The project's license is not specified in the README. This absence is a critical omission for assessing commercial use or integration into closed-source projects.
Limitations & Caveats
The README does not detail known limitations, bugs, or unsupported platforms. The absence of license information is a significant caveat for adoption. Ongoing development is indicated by upcoming content modules.
3 days ago
Inactive
joonspk-research