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

@@ -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 模式中的应用