-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
157 lines (151 loc) · 5.14 KB
/
mkdocs.yml
File metadata and controls
157 lines (151 loc) · 5.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
site_name: KsADK
site_description: 金山云智能体开发套件
site_url: https://kingsoftcloud.github.io/ksadk-python/
repo_url: https://github.com/kingsoftcloud/ksadk-python
repo_name: kingsoftcloud/ksadk-python
edit_uri: edit/main/public-docs/
docs_dir: public-docs
site_dir: site
strict: true
theme:
name: material
language: zh
features:
- content.action.edit
- content.action.view
- content.code.copy
- content.code.select
- navigation.footer
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- search.highlight
- search.share
nav:
- 欢迎: index.md
- 快速开始:
- 初识 KsADK: getting-started/concepts.md
- 快速开始: getting-started/quickstart.md
- 配置项: getting-started/configuration.md
- 项目结构: getting-started/project-structure.md
- 教程:
- 构建 LangGraph 智能体: tutorials/langgraph-agent.md
- 构建 ADK 智能体: tutorials/adk-agent.md
- 接入已有智能体: tutorials/existing-agent.md
- 指南:
- 本地 Web UI: guides/local-web-ui.md
- Web UI 仓库: guides/web-ui-source.md
- 运行时架构: guides/runtime-architecture.md
- 运行时产品: guides/runtime-products.md
- 智能体上下文: guides/agent-context.md
- Agent 最佳实践: guides/agent-best-practices.md
- 框架接入: guides/frameworks.md
- 工具与 Skill Runtime: guides/tools-and-skill-runtime.md
- 记忆与知识库: guides/memory-knowledge.md
- 附件与多模态输入: guides/attachments-multimodal.md
- 工作区文件: guides/workspace-files.md
- 可观测与链路追踪: guides/observability-tracing.md
- 构建与打包: guides/build-and-package.md
- 参考:
- 命令行: reference/cli.md
- OpenAI 兼容 API: reference/openai-compatible-api.md
- 项目配置: reference/project-config.md
- 远程运行时 API: reference/remote-runtime-api.md
- 环境变量: reference/environment-variables.md
- 会话与文件: reference/runtime-sessions-files.md
- 安全边界: reference/security-boundaries.md
- 故障排查: reference/troubleshooting.md
- 贡献:
- 贡献指南: contributing/index.md
- 测试策略: contributing/testing.md
- 发布流程: contributing/release.md
exclude_docs: |
internal/
.zread/
not_in_nav: |
*.en.md
plugins:
- search
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- locale: zh
name: 简体中文
build: true
default: true
site_name: KsADK
site_description: 金山云智能体开发套件
theme:
language: zh
- locale: en
name: English
build: true
site_name: KsADK
site_description: Kingsoft Cloud Agent Development Kit
theme:
language: en
nav_translations:
欢迎: Overview
快速开始: Getting Started
初识 KsADK: Concepts
配置项: Configuration
项目结构: Project Structure
教程: Tutorials
构建 LangGraph 智能体: Build A LangGraph Agent
构建 ADK 智能体: Build An ADK Agent
接入已有智能体: Bring An Existing Agent
指南: Guides
本地 Web UI: Local Web UI
Web UI 仓库: Web UI Repository
运行时架构: Runtime Architecture
运行时产品: Runtime Products
智能体上下文: Agent Context
Agent 最佳实践: Agent Best Practices
框架接入: Frameworks
工具与 Skill Runtime: Tools And Skill Runtime
记忆与知识库: Memory And Knowledge
附件与多模态输入: Attachments And Multimodal Input
工作区文件: Workspace Files
可观测与链路追踪: Observability And Tracing
构建与打包: Build And Package
参考: Reference
命令行: CLI
OpenAI 兼容 API: OpenAI-Compatible API
项目配置: Project Configuration
远程运行时 API: Remote Runtime API
环境变量: Environment Variables
会话与文件: Runtime Sessions And Files
安全边界: Security Boundaries
故障排查: Troubleshooting
贡献: Contributing
贡献指南: Contributing Guide
测试策略: Testing Strategy
发布流程: Release Process
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true