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: update ten_agent_server #323

Merged
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ docker compose up
#### 4. Enter container and build agent
Open up a separate terminal window, enter the container and build the agent:
```bash
docker exec -it ten_agent_server bash

docker exec -it ten_agent_dev bash

make build
```

Expand Down
3 changes: 2 additions & 1 deletion docs/readmes/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ docker compose up
再打开一个 Terminal 窗口,通过下面的命令进入 Docker 容器,创建 agent 服务:
```bash
# 进入容器创建 agent
docker exec -it ten_agent_server bash

docker exec -it ten_agent_dev bash

make build
```
Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/README-ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ docker compose up
#### 4. Entrar al contenedor y construir el agente
Abre una nueva ventana de terminal, entra al contenedor y construye el agente:
```bash
docker exec -it astra_agents_dev bash
docker exec -it ten_agent_dev bash
make build
```

Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/README-FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ docker compose up
#### 4. Entrer dans le conteneur et construire l'agent
Ouvrez une nouvelle fenêtre de terminal, entrez dans le conteneur et construisez l'agent :
```bash
docker exec -it astra_agents_dev bash
docker exec -it ten_agent_dev bash
make build
```

Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/README-IT.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ docker compose up
#### 4. Entra nel container e costruisci l'agente
Apri una finestra di terminale separata, entra nel container e costruisci l'agente:
```bash
docker exec -it astra_agents_dev bash
docker exec -it ten_agent_dev bash
make build
```

Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/README-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ docker compose up
#### 4. コンテナに入りエージェントをビルド
別のターミナルウィンドウを開き、コンテナに入ってエージェントをビルドします:
```bash
docker exec -it astra_agents_dev bash
docker exec -it ten_agent_dev bash
make build
```

Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/README-KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ docker compose up
#### 4. Enter container and build agent
Open up a separate terminal window, enter the container and build the agent:
```bash
docker exec -it astra_agents_dev bash
docker exec -it ten_agent_dev bash
make build
```

Expand Down