Find a file
2025-05-11 21:55:28 +03:00
.github/workflows dont auto install cuda 2025-05-04 20:04:08 +03:00
docs editor revision: automatic revision setting, prompt tweaks, docs 2025-05-11 21:55:28 +03:00
scenes sim suite only generate auto direct requirements if auto direct is enabled 2025-05-09 19:56:40 +03:00
src/talemate editor revision: automatic revision setting, prompt tweaks, docs 2025-05-11 21:55:28 +03:00
talemate_frontend editor revision: automatic revision setting, prompt tweaks, docs 2025-05-11 21:55:28 +03:00
templates remove test template 2025-04-16 00:31:19 +03:00
tests dedupe split on comma honors min length 2025-04-26 00:03:59 +03:00
.gitignore 0.26.0 (#133) 2024-07-26 21:43:06 +03:00
config.example.yaml 0.26.0 (#133) 2024-07-26 21:43:06 +03:00
docker-compose.yml 0.27.0 (#137) 2024-09-23 12:55:34 +03:00
Dockerfile Dockerfile Update (#174) 2025-01-30 02:29:44 +02:00
frontend_wsgi.py 0.27.0 (#137) 2024-09-23 12:55:34 +03:00
install-cuda.bat separate cuda install 2025-05-04 20:50:11 +03:00
install-cuda.sh separate cuda install 2025-05-04 20:50:11 +03:00
install-local-tts.bat Prep 0.14.0 (#34) 2023-11-24 22:08:13 +02:00
install.bat py 312 py 313 support 2025-05-04 19:36:24 +03:00
install.sh py 312 py 313 support 2025-05-04 19:36:24 +03:00
LICENSE initial commit 2023-09-17 16:46:42 +03:00
mkdocs.yml 0.26.0 (#133) 2024-07-26 21:43:06 +03:00
poetry.lock dont auto install cuda 2025-05-04 20:04:08 +03:00
pyproject.toml dont auto install cuda 2025-05-04 20:04:08 +03:00
README.md pytorch update 2025-05-04 12:37:04 +03:00
reinstall.bat Prep 0.13.0 (#28) 2023-11-18 12:16:29 +02:00
start-backend.bat 0.27.0 (#137) 2024-09-23 12:55:34 +03:00
start-backend.sh 0.27.0 (#137) 2024-09-23 12:55:34 +03:00
start-developer.bat 0.27.0 (#137) 2024-09-23 12:55:34 +03:00
start-frontend.bat 0.27.0 (#137) 2024-09-23 12:55:34 +03:00
start-frontend.sh 0.22.0 (#89) 2024-03-29 21:37:28 +02:00
start-local.bat 0.23.0 (#91) 2024-04-20 01:01:06 +03:00
start.bat 0.27.0 (#137) 2024-09-23 12:55:34 +03:00
start.sh 0.27.0 (#137) 2024-09-23 12:55:34 +03:00
update.bat py 312 py 313 support 2025-05-04 19:36:24 +03:00
update.sh py 312 py 313 support 2025-05-04 19:36:24 +03:00

Talemate

Roleplay with AI with a focus on strong narration and consistent world and game state tracking.

Screenshot 3 Screenshot 3
Screenshot 4 Screenshot 1
Screenshot 2 Screenshot 3

Core Features

  • Multiple agents for dialogue, narration, summarization, direction, editing, world state management, character/scenario creation, text-to-speech, and visual generation
  • Supports per agent API selection
  • Long-term memory and passage of time tracking
  • Narrative world state management to reinforce character and world truths
  • Creative tools for managing NPCs, AI-assisted character, and scenario creation with template support
  • Context management for character details, world information, past events, and pinned information
  • Customizable templates for all prompts using Jinja2
  • Modern, responsive UI

Documentation

Supported APIs

Supported self-hosted APIs:

Generic OpenAI api implementations (tested and confirmed working):

  • DeepInfra
  • llamacpp with the api_like_OAI.py wrapper
  • let me know if you have tested any other implementations and they failed / worked or landed somewhere in between