To stream LLM responses into a text-echo avatar:Documentation Index
Fetch the complete documentation index at: https://docs.avaturn.live/llms.txt
Use this file to discover all available pages before exploring further.
- Use your LLM’s streaming endpoint.
- Split the stream into sentences as it arrives.
- Send each sentence to the Avaturn
POST /api/v1/sessions/{id}/tasksendpoint (or callavatar.task()from the frontend).