🤖 AI Summary
Current LLM-driven interactive drama systems lack a unified, reproducible development platform, hindering research progress and system scalability. To address this, we introduce DramaLLM—the first open-source framework specifically designed for interactive drama. It features a modular, configurable multi-agent architecture integrating a hierarchical retrieval-augmented memory mechanism and an LLM-powered dialogue control pipeline, significantly improving character behavioral consistency and long-horizon narrative coherence. The framework supports immersive user role-playing and dynamic plot evolution, while ensuring high extensibility and experimental usability. Empirical evaluation across diverse dramatic scenarios demonstrates robust system stability alongside strong narrative expressiveness. DramaLLM thus establishes a standardized, accessible infrastructure for advancing interactive narrative research.
📝 Abstract
LLM-based Interactive Drama introduces a novel dialogue scenario in which the player immerses into a character and engages in a dramatic story by interacting with LLM agents. Despite the fact that this emerging area holds significant promise, it remains largely underexplored due to the lack of a well-designed playground to develop a complete drama. This makes a significant barrier for researchers to replicate, extend, and study such systems. Hence, we present Open-Theatre, the first open-source toolkit for experiencing and customizing LLM-based interactive drama. It refines prior work with an efficient multi-agent architecture and a hierarchical retrieval-based memory system, designed to enhance narrative coherence and realistic long-term behavior in complex interactions. In addition, we provide a highly configurable pipeline, making it easy for researchers to develop and optimize new approaches.