Find a file
veguAI 25e646c56a
Some checks are pending
ci / container-build (push) Waiting to run
ci / deploy-docs (push) Waiting to run
Python Tests / test (3.10) (push) Waiting to run
Python Tests / test (3.11) (push) Waiting to run
Python Tests / test (3.12) (push) Waiting to run
Python Tests / test (3.13) (push) Waiting to run
0.32.1 (#213)
* GLM 4.5 templates

* set 0.33 and relock

* fix issues with character creation

* relock

* prompt tweaks

* fix lmstudio

* fix issue with npm on windows failing on paths
set 0.32.1

* linting

* update what's new

* #214 (#215)

* max-height and overflow

* max-height and overflow

* v-tabs to list and offset new scrollbar at the top so it doesnt overlap into the divider

* tweaks

* tweaks

* prompt tweaks

---------

Co-authored-by: Iceman Oakenbear <89090218+IcemanOakenbear@users.noreply.github.com>
2025-08-23 01:16:18 +03:00
.github/workflows 0.32.0 (#208) 2025-08-08 13:56:29 +03:00
docs 0.32.0 (#208) 2025-08-08 13:56:29 +03:00
install-utils 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
scenes 0.32.0 (#208) 2025-08-08 13:56:29 +03:00
src/talemate 0.32.1 (#213) 2025-08-23 01:16:18 +03:00
talemate_frontend 0.32.1 (#213) 2025-08-23 01:16:18 +03:00
templates 0.32.1 (#213) 2025-08-23 01:16:18 +03:00
tests 0.32.0 (#208) 2025-08-08 13:56:29 +03:00
tts/voice 0.32.0 (#208) 2025-08-08 13:56:29 +03:00
.gitignore 0.32.0 (#208) 2025-08-08 13:56:29 +03:00
.pre-commit-config.yaml linting 2025-06-29 19:51:08 +03:00
.python-version 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
config.example.yaml 0.26.0 (#133) 2024-07-26 21:43:06 +03:00
CONTRIBUTING.md linting can be done at merge 2025-07-06 20:32:40 +03:00
docker-compose.manual.yml 0.32.0 (#208) 2025-08-08 13:56:29 +03:00
docker-compose.yml 0.32.0 (#208) 2025-08-08 13:56:29 +03:00
Dockerfile 0.32.0 (#208) 2025-08-08 13:56:29 +03:00
frontend_wsgi.py linting 2025-06-29 19:51:08 +03:00
install-cuda.bat 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
install-cuda.sh 0.32.0 (#208) 2025-08-08 13:56:29 +03:00
install.bat 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
install.sh 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
LICENSE initial commit 2023-09-17 16:46:42 +03:00
mkdocs.yml 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
pyproject.toml 0.32.1 (#213) 2025-08-23 01:16:18 +03:00
README.md 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
ruff.toml linting 2025-06-29 19:51:08 +03:00
start-backend.bat 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
start-backend.sh 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
start-debug.bat 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
start-frontend.bat 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
start-frontend.sh 0.32.0 (#208) 2025-08-08 13:56:29 +03:00
start-local.bat 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
start.bat 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
start.sh 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
update.bat 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
update.sh 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
uv.lock 0.32.1 (#213) 2025-08-23 01:16:18 +03:00

Talemate

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

Screenshot 1 Screenshot 2
Screenshot 3 Screenshot 4

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
  • Node editor for creating complex scenarios and re-usable modules
  • Context management for character details, world information, past events, and pinned information
  • Customizable templates for all prompts using Jinja2
  • Modern, responsive UI

Documentation

Discord Community

Need help? Join the new Discord community

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