ChatTTS: ChatTTS is a generative speech model specifically designed for daily dialogue scenarios, such as LLM assistants. It offers natural and expressive speech with fine-grained control over prosodic features like laughter, pauses, and interjections.; llama-cpp-agent: llama-cpp-agent is a Python framework for interacting with LLMs running via llama.cpp. It provides a unified interface for chat, structured function calls, and JSON-formatted output — including models not explicitly fine-tuned for function calling. Developers can define tools and callable functions that the agent invokes directly, making it practical for building local agentic workflows without cloud dependencies.
Providing voice output for LLM assistants in dialogue scenarios
Building local agentic pipelines with open-source LLMs