Find a file
vegu-ai-tools d8b34ce38e
Some checks failed
test-container-build / container-build (push) Has been cancelled
Python Tests / test (3.11) (push) Has been cancelled
relock
2026-06-28 14:42:39 +03:00
.github/workflows 0.35.0 (#242) 2026-01-27 10:22:41 +02:00
docs docs 2026-06-07 18:46:56 +03:00
install-utils Pnpm migration (#34) 2026-05-14 23:59:45 +03:00
scenes 0.37.0 (#267) 2026-05-12 21:01:51 +03:00
src/talemate set 0.38.0 and relock 2026-06-28 14:26:39 +03:00
talemate_frontend set 0.38.0 and relock 2026-06-28 14:26:39 +03:00
templates feat: add reasoning validation pattern to client configuration and update related components 2026-06-07 01:45:24 +03:00
tests fix(google): stop 'Setup incomplete' sentinel leaking into model name (#40) (#41) 2026-06-08 02:17:36 +03:00
tts/voice 0.35.0 (#242) 2026-01-27 10:22:41 +02:00
.gitattributes 0.35.0 (#242) 2026-01-27 10:22:41 +02:00
.gitignore Pnpm migration (#34) 2026-05-14 23:59:45 +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
CHANGELOG.md changelog 2026-06-12 12:54:19 +03:00
CHANGELOG.yaml fix(google): stop 'Setup incomplete' sentinel leaking into model name (#40) (#41) 2026-06-08 02:17:36 +03:00
config.example.yaml 0.35.0 (#242) 2026-01-27 10:22:41 +02:00
CONTRIBUTING.md linting can be done at merge 2025-07-06 20:32:40 +03:00
docker-compose.manual.yml 0.37.0 (#267) 2026-05-12 21:01:51 +03:00
docker-compose.yml 0.37.0 (#267) 2026-05-12 21:01:51 +03:00
docker-entrypoint.sh 0.35.0 (#242) 2026-01-27 10:22:41 +02:00
Dockerfile Pnpm migration (#34) 2026-05-14 23:59:45 +03:00
frontend_wsgi.py 0.37.0 (#267) 2026-05-12 21:01:51 +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-ffmpeg.bat 0.34.0 (#239) 2025-12-06 11:19:48 +02:00
install.bat Pnpm migration (#34) 2026-05-14 23:59:45 +03:00
install.sh Pnpm migration (#34) 2026-05-14 23:59:45 +03:00
LICENSE initial commit 2023-09-17 16:46:42 +03:00
mkdocs.yml 0.35.0 (#242) 2026-01-27 10:22:41 +02:00
pyproject.toml relock 2026-06-28 14:42:39 +03:00
README.md 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
ruff.toml 0.37.0 (#267) 2026-05-12 21:01:51 +03:00
start-backend.bat 0.37.0 (#267) 2026-05-12 21:01:51 +03:00
start-backend.sh 0.37.0 (#267) 2026-05-12 21:01:51 +03:00
start-debug.bat 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
start-frontend.bat Pnpm migration (#34) 2026-05-14 23:59:45 +03:00
start-frontend.sh Pnpm migration (#34) 2026-05-14 23:59:45 +03:00
start-local.bat 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
start.bat 0.37.0 (#267) 2026-05-12 21:01:51 +03:00
start.sh 0.37.0 (#267) 2026-05-12 21:01:51 +03:00
update.bat Pnpm migration (#34) 2026-05-14 23:59:45 +03:00
update.sh Pnpm migration (#34) 2026-05-14 23:59:45 +03:00
uv.lock relock 2026-06-28 14:42:39 +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