@@ -14,7 +14,7 @@ Build an AI agent that users can interact with in realtime with voice.
1414To start the Restack, use the following Docker command:
1515
1616``` bash
17- docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main
17+ docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main
1818```
1919
2020## Start Restack Agent with Stream
@@ -31,7 +31,6 @@ npm run dev
3131This will start a Node.js app with Restack Services.
3232Your code will be running and syncing with Restack to execute agents.
3333
34-
3534## Start Livekit voice pipeline
3635
3736at /agent-voice/livekit/livekit-pipeline/
@@ -46,14 +45,12 @@ npm run dev
4645This will start a Node.js app with Restack Services.
4746Your code will be running and syncing with Restack to execute agents.
4847
49-
5048## Configure Your Environment Variables
5149
5250Duplicate the ` env.example ` file and rename it to ` .env ` .
5351
5452Obtain a Restack API Key to interact with the 'gpt-4.1-mini' model at no cost from [ Restack Cloud] ( https://console.restack.io/starter )
5553
56-
5754## Interact in realtime with the agent
5855
5956Run the Livekit Agents Playground:
@@ -63,6 +60,7 @@ https://github.com/livekit/agents-playground
6360Modify your .env in https://github.com/livekit/agents-playground/blob/main/.env.example
6461
6562Run the following commands:
63+
6664``` bash
6765npm run install
6866```
@@ -111,7 +109,6 @@ The Livekit pipleine worker will connect to the room and you can start talking t
111109
112110![ Talk to the agent] ( ./agent_voice_livekit.png )
113111
114-
115112## Follow the agent run
116113
117114You can replay and follow the agent run in the UI.
0 commit comments