Find a file
veguAI e4d465ba42
Some checks failed
ci / deploy (push) Has been cancelled
Python Tests / test (3.10) (push) Has been cancelled
Python Tests / test (3.11) (push) Has been cancelled
Python Tests / test (3.12) (push) Has been cancelled
Python Tests / test (3.13) (push) Has been cancelled
0.30.1 (#190)
* address circular import issues

* set 0.30.1

* docs

* numpy to 2

* docs
2025-06-10 21:05:46 +03:00
.github/workflows 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
docs 0.30.1 (#190) 2025-06-10 21:05:46 +03:00
scenes 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
src/talemate 0.30.1 (#190) 2025-06-10 21:05:46 +03:00
talemate_frontend 0.30.1 (#190) 2025-06-10 21:05:46 +03:00
templates 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
tests 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
.gitignore 0.30.0 (#184) 2025-06-03 12:26:12 +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 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
install-cuda.sh 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
install-local-tts.bat Prep 0.14.0 (#34) 2023-11-24 22:08:13 +02:00
install.bat 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
install.sh 0.30.0 (#184) 2025-06-03 12:26:12 +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
poetry.lock 0.30.1 (#190) 2025-06-10 21:05:46 +03:00
pyproject.toml 0.30.1 (#190) 2025-06-10 21:05:46 +03:00
README.md 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
reinstall.bat Prep 0.13.0 (#28) 2023-11-18 12:16:29 +02:00
start-backend.bat 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
start-backend.sh 0.30.0 (#184) 2025-06-03 12:26:12 +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.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 0.30.0 (#184) 2025-06-03 12:26:12 +03:00
update.sh 0.30.0 (#184) 2025-06-03 12:26:12 +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