Find a file
vegu-ai-tools 7a9f9b2a9e
Some checks failed
test-container-build / container-build (push) Has been cancelled
Python Tests / test (3.11) (push) Has been cancelled
linting
2026-05-11 14:28:46 +03:00
.github/workflows 0.35.0 (#242) 2026-01-27 10:22:41 +02:00
docs docs 2026-05-11 13:00:35 +03:00
install-utils 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
scenes lock save file 2026-04-15 00:12:51 +03:00
src/talemate linting 2026-05-11 14:28:46 +03:00
talemate_frontend allow disabling and equalizing of weights 2026-05-11 13:18:23 +03:00
templates wording 2026-04-29 12:45:11 +03:00
tests fix issue where removing an openai compat endpoint would leave an orphaned entry in enabled apis that could not be removed 2026-05-11 14:27:42 +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 llm prompt template management ux 2026-04-04 13:51:13 +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 update whatsnew 2026-05-08 16:57:33 +03:00
CHANGELOG.yaml version to 0.37.0 2026-05-11 12:09:23 +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 feat: Update host and port configuration for backend and frontend; add environment variable support 2026-04-16 01:30:13 +03:00
docker-compose.yml feat: Update host and port configuration for backend and frontend; add environment variable support 2026-04-16 01:30:13 +03:00
docker-entrypoint.sh 0.35.0 (#242) 2026-01-27 10:22:41 +02:00
Dockerfile feat: Update host and port configuration for backend and frontend; add environment variable support 2026-04-16 01:30:13 +03:00
frontend_wsgi.py Modify frontend_wsgi.py to ensure proper MIME type handling for .js and .css files. 2026-03-19 11:08:24 +02: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 0.36.0 (#255) 2026-03-15 12:00:57 +02: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.35.0 (#242) 2026-01-27 10:22:41 +02:00
pyproject.toml version to 0.37.0 2026-05-11 12:09:23 +03:00
README.md 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
ruff.toml linting 2026-05-09 17:26:34 +03:00
start-backend.bat feat: Update host and port configuration for backend and frontend; add environment variable support 2026-04-16 01:30:13 +03:00
start-backend.sh feat: Update host and port configuration for backend and frontend; add environment variable support 2026-04-16 01:30:13 +03:00
start-debug.bat 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
start-frontend.bat feat: Update host and port configuration for backend and frontend; add environment variable support 2026-04-16 01:30:13 +03:00
start-frontend.sh feat: Update host and port configuration for backend and frontend; add environment variable support 2026-04-16 01:30:13 +03:00
start-local.bat 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
start.bat feat: Update host and port configuration for backend and frontend; add environment variable support 2026-04-16 01:30:13 +03:00
start.sh feat: Update host and port configuration for backend and frontend; add environment variable support 2026-04-16 01:30:13 +03:00
update.bat 0.36.0 (#255) 2026-03-15 12:00:57 +02:00
update.sh 0.31.0 (#193) 2025-06-29 18:06:11 +03:00
uv.lock version to 0.37.0 2026-05-11 12:09:23 +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