Add documentation for AI 视频助手 including configuration, features, integrations, and quickstart guide

- Create a new JSON schema file for documentation settings.
- Add core features documentation detailing assistant configuration and model integration.
- Include an index page introducing the AI 视频助手 and its platform components.
- Document integration methods for model services and external agents.
- Provide a quickstart guide for setting up the local development environment using Docker.
- Add light and dark logo SVG files for branding purposes.
This commit is contained in:
Xin Wang
2026-07-10 22:54:30 +08:00
parent 80d59fddc6
commit d5378b1ec9
7 changed files with 243 additions and 0 deletions

26
docs/index.mdx Normal file
View File

@@ -0,0 +1,26 @@
---
title: AI 视频助手
description: 面向实时语音交互的助手管理与集成平台。
icon: video
---
# AI 视频助手
在一个界面中配置模型、知识库、工具和助手,并通过 WebRTC 或 WebSocket 接入实时语音对话。
<CardGroup cols={2}>
<Card title="快速开始" icon="rocket" color="#3a4a6b" href="/quickstart">
本地启动服务并完成首次助手配置。
</Card>
<Card title="对接说明" icon="plug" color="#3a4a6b" href="/integrations">
了解模型、外部 Agent 与语音通道的接入方式。
</Card>
</CardGroup>
## 平台组成
- **助手**:定义提示词、运行模式、模型绑定及可选工作流。
- **组件库**:统一维护模型资源、知识库和可复用工具。
- **语音引擎**Pipecat 管线支持浏览器 WebRTC 与裸 WebSocket 音频流。
> 凭证只保存在模型资源或助手的服务端配置中;接口返回会自动打码。