Skip to content

Commit 1b1da14

Browse files
author
alcholiclg
committed
merge docs
1 parent 7735582 commit 1b1da14

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/en/Components/Config.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ tools:
106106
107107
For the complete list of supported tools and custom tools, please refer to [here](./Tools.md)
108108
109-
<<<<<<< HEAD
110109
## Skills Configuration
111110
112111
> Optional, used when enabling Agent Skills
@@ -124,7 +123,7 @@ skills:
124123
```
125124
126125
For the complete skill module documentation (including architecture, directory structure, API reference, and security mechanisms), see [Agent Skills](./AgentSkills).
127-
=======
126+
128127
## Memory Compression Configuration
129128
130129
> Optional, for context management in long conversations
@@ -159,7 +158,6 @@ Supported compressor types:
159158
| `context_compressor` | General long conversations | Token detection + Tool pruning + LLM summary |
160159
| `refine_condenser` | Preserve execution trace | Structured message compression (1:6 ratio) |
161160
| `code_condenser` | Code generation tasks | Generate code index JSON |
162-
>>>>>>> 30d4fc1fbcc786416b07df8e3940cbf46ac59dc2
163161

164162
## Others
165163

docs/zh/Components/config.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ tools:
106106
107107
支持的完整工具列表,以及自定义工具请参考 [这里](./tools)
108108
109-
<<<<<<< HEAD
110109
## 技能配置
111110
112111
> 可选,启用 Agent Skills 时使用
@@ -124,7 +123,7 @@ skills:
124123
```
125124
126125
完整的技能模块说明(包括架构、目录结构、API 参考和安全机制等),请参考 [智能体技能](./agent-skills)。
127-
=======
126+
128127
## 内存压缩配置
129128
130129
> 可选,用于长对话场景的上下文管理
@@ -159,7 +158,6 @@ memory:
159158
| `context_compressor` | 通用长对话 | Token检测 + 工具裁剪 + LLM摘要 |
160159
| `refine_condenser` | 需保留执行轨迹 | 结构化消息压缩(1:6压缩比) |
161160
| `code_condenser` | 代码生成任务 | 生成代码索引JSON |
162-
>>>>>>> 30d4fc1fbcc786416b07df8e3940cbf46ac59dc2
163161

164162
## 其他
165163

0 commit comments

Comments
 (0)