Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: changing astra to ten #23

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ten_agent/customize_your_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ layout:

<figure><img src="../assets/gif/graph_designer.gif" alt=""><figcaption></figcaption></figure>

The Graph Designer is a user-friendly, visual tool that allows you to create and modify the behavior and responses of the Astra agent without needing to write code. This approach is highly recommended for its ease of use and efficiency. By leveraging the Graph Designer, you can quickly design complex interactions and workflows through a graphical interface, making it accessible even for those with limited programming experience.
The Graph Designer is a user-friendly, visual tool that allows you to create and modify the behavior and responses of the TEN Agent without needing to write code. This approach is highly recommended for its ease of use and efficiency. By leveraging the Graph Designer, you can quickly design complex interactions and workflows through a graphical interface, making it accessible even for those with limited programming experience.

WIP
4 changes: 2 additions & 2 deletions docs/ten_agent/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ layout:

In this chapter, we’ll build the TEN Agent together. For additional help, check out the YouTube video tutorial at the end.

<figure><img src="../assets/gif/astra_voice_agent.gif" alt=""><figcaption></figcaption></figure>
<figure><img src="https://github.com/TEN-framework/docs/blob/main/assets/gif/features.gif?raw=true" alt=""><figcaption>TEN Agent Features</figcaption></figure>

## Prerequisites

Expand Down Expand Up @@ -101,7 +101,7 @@ docker compose up

{% endcode %}

**4. Build Astra agent**&#x20;
**4. Build TEN Agent**&#x20;

Open up a separate terminal window, build the agent and start the server:

Expand Down
Loading