LLM-based role-playing game for human behavior simulation
Top 45.6% on sourcepulse
SkyAGI enables the simulation of emergent human-like behaviors in Large Language Models (LLMs), offering a novel approach to creating believable non-player characters (NPCs) for role-playing games and other interactive experiences. It targets developers and researchers interested in AI-driven character development and interactive storytelling.
How It Works
SkyAGI implements the "Generative Agents" concept, focusing on simulating human behavior through LLM-driven agents. Each agent maintains a memory of past interactions and uses this context to generate contextually relevant and human-like responses and actions, enabling emergent narrative progression without explicit human scripting.
Quick Start & Requirements
pip install --upgrade skyagi
or make install
.export OPENAI_API_KEY="..."
.examples
directory.Highlighted Details
Maintenance & Community
No specific information on contributors, sponsorships, or community channels (like Discord/Slack) is provided in the README.
Licensing & Compatibility
The README does not explicitly state the license type. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
The project relies on OpenAI's API, incurring costs per interaction. Agent configuration files are not bundled with the standard pip installation, requiring manual download. The README does not detail specific LLM versions or hardware requirements beyond the need for an OpenAI API key.
1 year ago
Inactive