mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
docs(architecture): add startup/register/runtime/shutdown flow docs and architecture overview
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# 配置中心
|
||||
|
||||
本章主要用于介绍 Partner 可用的配置内容。在 Partner 中,所有配置都通过 ConfigCenter、Configurable、以及配套的 ConfigRegistration 来承担,故大部分都借助文件监听,提供热重载能力。
|
||||
> 具体配置详情,参考[配置说明](#配置说明)章节。
|
||||
|
||||
## 运行流程
|
||||
```mermaid
|
||||
|
||||
```
|
||||
> ConfigCenter 生效流程
|
||||
|
||||
## 配置说明
|
||||
|
||||
### 目录
|
||||
|
||||
### AgentGateway
|
||||
|
||||
### ModelRuntime
|
||||
|
||||
### AgentRuntime
|
||||
|
||||
### LogAdvice
|
||||
|
||||
### ExecutionPolicy
|
||||
|
||||
### VectorClient
|
||||
|
||||
Reference in New Issue
Block a user