Skip to content

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

@kylinsoong

Description

@kylinsoong

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 服务器。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions