@@ -7,7 +7,7 @@ TaleWeave AI is an open-source game engine designed for creating rich, immersive
7
7
8
8
## Features
9
9
10
- TaleWeave AI offers a range of features for gamers, developers, and researchers. It is a:
10
+ TaleWeave AI is meant for gamers, developers, and researchers. It is a:
11
11
12
12
- multiplayer text adventure
13
13
- Discord role-playing game
@@ -19,7 +19,7 @@ TaleWeave AI offers a range of features for gamers, developers, and researchers.
19
19
- human-machine interface
20
20
- multi-user dungeon
21
21
- cross-platform gaming experience
22
- - behavior experiment
22
+ - behavioral experiment
23
23
24
24
TaleWeave AI does a few things out of the box:
25
25
@@ -32,11 +32,11 @@ TaleWeave AI does a few things out of the box:
32
32
33
33
TaleWeave AI can:
34
34
35
- - Be modified in almost every way - everything is a plugin, including the planning- action loop that drives the simulation
35
+ - Be modified in almost every way - everything is a plugin, including the planning and action stages that drive the simulation
36
36
- Be run locally - does not require any cloud services, but does play nicely with them
37
- - Connect to your data - game systems can fetch data for RAG
38
- - Export training data for fine tuning character models
39
- - Plug in to your workflow - run the simulation step by step in Jupyter notebooks as a Python library
37
+ - Connect to your data - game systems can fetch data for RAG, making responses richer and more consistent
38
+ - Export training data - for analysis and fine tuning of character models
39
+ - Plug in to your workflow - run the simulation step by step in Jupyter notebooks using the TaleWeave AI engine as a Python library
40
40
- Connect to your server and vice versa - the Discord bot is a plugin and can be replaced with your favorite chat platform
41
41
42
42
## Contents
@@ -57,6 +57,8 @@ TaleWeave AI can:
57
57
- Python 3.10
58
58
- Ollama, vLLM, or another OpenAI-compatible LLM API (including OpenAI)
59
59
60
+ While TaleWeave AI can be run entirely on CPU, one or more GPUs are highly recommended.
61
+
60
62
### Recommended
61
63
62
64
- 1-2 16GB or larger GPUs
0 commit comments