1
0
Fork 0
taleweave-ai/README.md

102 lines
3.5 KiB
Markdown
Raw Normal View History

2024-05-09 03:57:11 +00:00
# TaleWeave AI
2024-05-09 03:26:01 +00:00
2024-06-17 14:30:38 +00:00
TaleWeave AI is an open-source game engine designed for creating rich, immersive text adventures and multi-user dungeons
(MUDs). Play through a Discord bot or a web browser for a versatile, cross-platform gaming experience.
2024-05-09 03:55:02 +00:00
2024-06-08 02:18:04 +00:00
![TaleWeave AI logo with glowing sunrise over angular castle](https://docs-cdn.taleweave.ai/taleweave-github-1280.png)
2024-06-17 14:30:38 +00:00
## Features
TaleWeave AI offers a range of features for gamers, developers, and researchers. It is a:
- multiplayer text adventure
- Discord role-playing game
- emergent behavior laboratory
- life simulator
- survival game
- game engine
- world generator
- human-machine interface
- multi-user dungeon
- cross-platform gaming experience
- behavior experiment
TaleWeave AI does a few things out of the box:
- Generate a world from a brief text prompt
- Simulate the actions of characters in that world
- Allow humans to interact with each other and with NPCs
- Track detailed status for each entity: mood, hunger, thirst, hygiene, time of day, weather, etc
- Summarize the environment into LLM prompts
- Foster emergent behavior through action digests, shared environment, and note taking
TaleWeave AI can:
- Be modified in almost every way - everything is a plugin, including the planning-action loop that drives the simulation
- Be run locally - does not require any cloud services, but does play nicely with them
- Connect to your data - game systems can fetch data for RAG
- Export training data for fine tuning character models
2024-06-17 14:32:25 +00:00
- Plug in to your workflow - run the simulation step by step in Jupyter notebooks as a Python library
2024-06-17 14:30:38 +00:00
- Connect to your server and vice versa - the Discord bot is a plugin and can be replaced with your favorite chat platform
2024-05-09 03:55:02 +00:00
## Contents
2024-05-09 03:57:11 +00:00
- [TaleWeave AI](#taleweave-ai)
2024-05-09 03:55:02 +00:00
- [Features](#features)
2024-06-17 14:30:38 +00:00
- [Contents](#contents)
- [Requirements](#requirements)
- [Recommended](#recommended)
2024-06-04 02:39:57 +00:00
- [Setup](#setup)
2024-05-09 03:55:02 +00:00
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Support and Community](#support-and-community)
- [License](#license)
2024-05-09 03:26:01 +00:00
## Requirements
2024-05-09 03:26:01 +00:00
- Python 3.10
- Ollama, vLLM, or another OpenAI-compatible LLM API (including OpenAI)
2024-05-09 03:26:01 +00:00
### Recommended
2024-05-09 03:26:01 +00:00
- 1-2 16GB or larger GPUs
- ComfyUI
- Discord account
2024-05-09 03:41:26 +00:00
2024-06-04 02:39:57 +00:00
## Setup
Please [see the admin guide for setup instructions](./docs/guides/admin.md).
TaleWeave AI is provided as both a Python module and a Docker container. [Everything can be run
locally](./docs/guides/admin.md#running-locally) or [run on a container host like
RunPod](./docs/guides/admin.md#running-on-runpod).
2024-05-09 03:26:01 +00:00
## Documentation
For a detailed guide on how to use TaleWeave AI, customize adventures, and integrate with Discord and web browsers,
please check out to [the documentation folder](./docs).
Detailed guides are available for:
- [admins](./docs/guides/admin.md)
2024-06-17 14:33:09 +00:00
- [game developers](./docs/guides/developer.md)
- [players](./docs/guides/player.md)
2024-05-09 03:26:01 +00:00
## Contributing
2024-06-04 03:32:41 +00:00
TaleWeave AI is working, playable, and looking for contributors. We need developers to help improve the web client, add
new mechanics and systems to the game, and fine-tune models for better role playing.
[Check out the developer pitch for more details](https://docs.google.com/presentation/d/1weHYaLzbRCq5A9K1iy33KdSvZ0bzCaBT6Trc0RCNJZE/edit?usp=sharing).
2024-05-09 03:26:01 +00:00
## Support and Community
2024-05-09 03:55:02 +00:00
Join our community on Discord to discuss TaleWeave AI, share your experiences, and get help from fellow users and
developers.
[Click here to join the TaleWeave AI Discord Community](https://discord.gg/4RfZBE77fa).
2024-05-09 03:26:01 +00:00
## License
TaleWeave AI is released under the MIT License. See the [LICENSE](./LICENSE) file for more details.