Skip to content

Commit 25135c6

Browse files
Merge pull request #206 from restackio/lniktoDocs
Agent docs links
2 parents 8d9d29c + 76d53c2 commit 25135c6

File tree

4 files changed

+12
-20
lines changed

4 files changed

+12
-20
lines changed

agent_telephony/twilio/readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
Build an AI agent that do an outbound call with Twilio and can interact with in realtime with voice.
55

6+
This readme explains how to run this example.
7+
For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/telephony
8+
69
## Prerequisites
710

811
- Docker (for running Restack)

agent_telephony/vapi/agent_vapi/readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
Build an AI agent that do an outbound call with Vapi and can interact with in realtime with voice.
55

6+
This readme explains how to run this example.
7+
For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/telephony
8+
69
## Prerequisites
710

811
- Docker (for running Restack)

agent_video/README.md

+3-19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Build an AI agent that users can interact with in realtime on a video call.
44

5+
This readme explains how to run this example.
6+
For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/video
7+
58
## Prerequisites
69

710
- Docker (for running Restack)
@@ -10,25 +13,6 @@ Build an AI agent that users can interact with in realtime on a video call.
1013
- Cartesia account (for text-to-speech and voice cloning)
1114
- Tavus account (for video replica)
1215

13-
### How-to create voice clone
14-
15-
Follow instructions here:
16-
17-
https://docs.cartesia.ai/build-with-sonic/capability-guides/clone-voices
18-
19-
You can even localize your voice clone to a specific region:
20-
21-
https://docs.cartesia.ai/build-with-sonic/capability-guides/localize-voices
22-
23-
24-
### How-to create a video replica
25-
26-
Follow instructions here:
27-
28-
https://docs.tavus.io/sections/replicas/replica-training
29-
30-
31-
3216
## Start Restack
3317

3418
To start the Restack, use the following Docker command:

agent_voice/livekit/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
Build an AI agent that users can interact with in realtime with voice.
44

5+
This readme explains how to run this example.
6+
For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/voice
7+
58
## Prerequisites
69

710
- Docker (for running Restack)
811
- Python 3.10 or higher
912
- Deepgram account (For speech-to-text transcription)
1013
- ElevenLabs account (for text-to-speech and voice cloning)
1114

12-
1315
## Configure environment variables
1416

1517
In all subfolders, duplicate the `env.example` file and rename it to `.env`.

0 commit comments

Comments
 (0)