Gandr TTS for CrewAI agents.
One pip install, one constructor, and every Crew agent in your crew can speak.
The whole integration
Install, construct, add to the agent tools.
Integration
pip install gandr-crewai
from gandr_crewai import GandrTTSTool
tool = GandrTTSTool()
The tool plugs into any Crew agent that accepts a tool list. The key comes from GANDR_API_KEY.
What it needs
What it takes
| One package | pip install gandr-crewai |
| A key | GANDR_API_KEY in the environment |
| CrewAI | Any recent version with tool support |
| Python | 3.9 or newer |