bytedance / bytedance/agentkit-samples

realtime_voice should add more detailed documentation for how to deploy to cloud

Open
#153 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
454
Forks
96
PR merge metrics
No merged PRs in 30d

Description

https://github.com/bytedance/agentkit-samples/tree/main/02-use-cases/beginner/realtime_voice 文档中关于如何 AgentKit 云上部署,文档不够清晰

1. 缺少 `agentkit config` 配置说明,如何将 websocket 应用部署到 agentkit
2. client/interface.html 中安全设定等说明不清晰,agentkit 上 agent 需要结合 api_key 才可以访问

~~~
AgentKit 云上部署
cd realtime_voice

# 配置部署参数
agentkit config

# 启动云端服务
agentkit launch

# 测试部署的 Agent
# 需要编辑 client/interface.html,将其中的第 168 行的 ws://localhost:8000 修改为 agentkit.yaml 中生成的 runtime_endpoint 字段
# 在浏览器中打开 client/interface.html,客户端将自动连接到 WebSocket 服务器。
~~~

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.