Skip to content

Commit

Permalink
docs: updating ten_agent_server from astra_agents_dev (#95)
Browse files Browse the repository at this point in the history
* docs: updating ten_agent_server from astra_agents_dev

Updating ten_agent_server from astra_agents_dev

* docs: fixing typo

Fixing typo
  • Loading branch information
cyfyifanchen authored Oct 11, 2024
1 parent 0d9a8b6 commit f875ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ten_agent/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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. 🎉

Expand Down

0 comments on commit f875ed0

Please sign in to comment.