From f875ed0b3d6a176a4b05e7446c1378307424515f Mon Sep 17 00:00:00 2001 From: EC <2340896+cyfyifanchen@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:33:54 +0800 Subject: [PATCH] docs: updating ten_agent_server from astra_agents_dev (#95) * docs: updating ten_agent_server from astra_agents_dev Updating ten_agent_server from astra_agents_dev * docs: fixing typo Fixing typo --- docs/ten_agent/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ten_agent/getting_started.md b/docs/ten_agent/getting_started.md index 35e246385..c870d9b11 100644 --- a/docs/ten_agent/getting_started.md +++ b/docs/ten_agent/getting_started.md @@ -106,7 +106,7 @@ Open up a separate terminal window, build the agent and start the server: {% code title=">_ Bash" %} ```bash -docker exec -it astra_agents_dev bash +docker exec -it ten_agent_dev bash make build ``` @@ -126,7 +126,7 @@ make run-server ## **Finish and verify your agent** -You can open [https://localhost:3001](https://localhost:3001/) in browser to use your graph designer. Simultaneously, open another tab at [https://localhost:3000](https://localhost:3000/) to see the customized voice agent up and running. +You can open [localhost:3001](https://localhost:3001/) in browser to use your graph designer. Simultaneously, open another tab at [localhost:3000](https://localhost:3000/) to see the customized voice agent up and running. Now you have the power of the Graph Designer at your fingertips to perform the magic of agent customization yourself. 🎉