Rename RFCs to Agent Notes

This commit is contained in:
Tianyi Cui
2026-07-19 22:50:49 +08:00
parent b736889ac7
commit e8eddc7ef8
452 changed files with 1443 additions and 1414 deletions

View File

@@ -159,5 +159,5 @@ export function apply(ctx: Context) {
## 下一步
- [开发一个 Tool](./tool) — 详细了解 tool 定义 DSL
- [插件配置](./config) — 让插件接受用户配置
- [开发一个 Tool](tool) — 详细了解 tool 定义 DSL
- [插件配置](config) — 让插件接受用户配置

View File

@@ -238,5 +238,5 @@ export function apply(ctx: Context) {
## 下一步
- [插件配置](./config) — 让你的 tool 可配置
- [插件配置](config) — 让你的 tool 可配置
- [能力三件套](../practice/) — 了解 seam/impl/consumer 模式

View File

@@ -153,5 +153,5 @@ effect cleaned up
## 下一步
- [服务与依赖](./service) — 让你的插件对外提供能力
- [事件系统](./events) — 插件间通信的核心机制
- [服务与依赖](service) — 让你的插件对外提供能力
- [事件系统](events) — 插件间通信的核心机制

View File

@@ -177,5 +177,5 @@ export function apply(ctx: Context) {
## 下一步
- [事件系统](./events) — 插件间松耦合通信
- [事件系统](events) — 插件间松耦合通信
- [能力三件套](../practice/) — 服务在 seam 模式中的应用

View File

@@ -153,4 +153,4 @@ export function apply(ctx: Context) {
## 下一步
- [LLM 适配器](./llm-adapter) — 实现一个 LLM 后端(最常见的 seam 扩展)
- [LLM 适配器](llm-adapter) — 实现一个 LLM 后端(最常见的 seam 扩展)