Update documentation to enhance clarity and resource configuration for RAS

- Revised the introduction in index.md to emphasize the need for resource configuration before creating an AI assistant.
- Added a new section detailing the configuration process for ASR, LLM, and TTS resources.
- Updated the quickstart guide to reflect the new resource management steps and included troubleshooting tips for common issues.
- Removed the outdated API guide as it has been integrated into the new resource configuration workflow.
This commit is contained in:
Xin Wang
2026-03-02 17:30:48 +08:00
parent 85315ba6ca
commit a003134477
4 changed files with 420 additions and 419 deletions

View File

@@ -1,6 +1,6 @@
# 实时交互智能体工作平台RAS
实时交互智能体工作平台Realtime Agent Studio简称 RAS是一款以大语模型为核心,构建实时交互音视频智能体的工作平台。支持管线式的全双工交互引擎和原生多模态模型两种核心,覆盖实时交互智能体构建过程中的配置、测试、发布、监控流程环节,平台包含大模型集成、语音识别、语音合成、自动化测试等功能,帮助用户快速构建实时交互智能体。
实时交互智能体工作平台Realtime Agent Studio简称 RAS是一款以大语模型为核心,构建实时交互音视频智能体的工作平台。支持管线式的全双工交互引擎和原生多模态模型两种核心,覆盖实时交互智能体构建过程中的配置、测试、发布、监控流程环节,平台包含大模型集成、语音识别、语音合成、自动化测试等功能,帮助用户快速构建实时交互智能体。
可以将该平台看作VapiRetellElevenAgents的开源替代。
@@ -126,6 +126,18 @@
---
## 技术栈
| 层级 | 技术 |
|------|------|
| Frontend | React, TypeScript, Tailwind CSS |
| State | Zustand, React Query |
| Backend | FastAPI (Python) |
| Engine | Python |
| Database | SQLite |
---
## 快速导航
<div class="grid cards" markdown>
@@ -162,8 +174,4 @@
使用问题与故障排查
</div>
## 技术支持
如有问题,请提交 Issue 或联系技术支持团队。
</div>