You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the template voice-provider agnostic:
- Renamed 'Voice Agent powered by LiveKit' to 'Conversational Agent'
- Removed LiveKit credential examples from manifest
- Removed LiveKit env var examples from README
- Updated docstrings to be provider-neutral
The agent exposes a standard ACP endpoint that any voice
provider (LiveKit, Twilio, etc.) can connect to.
Copy file name to clipboardExpand all lines: src/agentex/lib/cli/templates/voice/README.md.j2
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# {{ agent_name }} - Voice Agent Template
2
2
3
-
This is a starter template for building **voice agents** with the AgentEx framework. It provides a pre-configured implementation using the `VoiceAgentBase` class with LiveKit voice integration, conversation state management, guardrails, and streaming support.
3
+
This is a starter template for building **conversational agents** with the AgentEx framework. It provides a pre-configured implementation using the `VoiceAgentBase` class with conversation state management, guardrails, and streaming support.
4
4
5
5
## What's Included
6
6
@@ -10,8 +10,7 @@ This template provides:
10
10
- ✅ **Interruption Handling** - Voice-specific logic for handling user interruptions
0 commit comments