docs(architecture): add startup/register/runtime/shutdown flow docs and architecture overview

This commit is contained in:
2026-04-28 21:09:33 +08:00
parent e66ed9e9c0
commit 9ea475432f
6 changed files with 482 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# 配置中心
本章主要用于介绍 Partner 可用的配置内容。在 Partner 中,所有配置都通过 ConfigCenter、Configurable、以及配套的 ConfigRegistration 来承担,故大部分都借助文件监听,提供热重载能力。
> 具体配置详情,参考[配置说明](#配置说明)章节。
## 运行流程
```mermaid
```
> ConfigCenter 生效流程
## 配置说明
### 目录
### AgentGateway
### ModelRuntime
### AgentRuntime
### LogAdvice
### ExecutionPolicy
### VectorClient