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:
@@ -1,6 +1,6 @@
|
||||
# 实时交互智能体工作平台(RAS)
|
||||
|
||||
实时交互智能体工作平台(Realtime Agent Studio,简称 RAS)是一款以大语音模型为核心,构建实时交互音视频智能体的工作平台。支持管线式的全双工交互引擎和原生多模态模型两种核心,覆盖实时交互智能体构建过程中的配置、测试、发布、监控流程环节,平台包含大模型集成、语音识别、语音合成、自动化测试等功能,帮助用户快速构建实时交互智能体。
|
||||
实时交互智能体工作平台(Realtime Agent Studio,简称 RAS)是一款以大语言模型为核心,构建实时交互音视频智能体的工作平台。支持管线式的全双工交互引擎和原生多模态模型两种核心,覆盖实时交互智能体构建过程中的配置、测试、发布、监控流程环节,平台包含大模型集成、语音识别、语音合成、自动化测试等功能,帮助用户快速构建实时交互智能体。
|
||||
|
||||
可以将该平台看作Vapi,Retell,ElevenAgents的开源替代。
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user