docs: sanitize repository references in docs

This commit is contained in:
root
2026-07-06 16:37:44 +08:00
parent 670ee45d86
commit c5f8542558
2 changed files with 3 additions and 3 deletions

View File

@ -50,12 +50,12 @@ internal/
├── config/ SQLite 配置中心 ├── config/ SQLite 配置中心
├── events/ 事件总线 ├── events/ 事件总线
└── lua/adapters/ 8 个 LLM 协议适配器脚本 └── lua/adapters/ 8 个 LLM 协议适配器脚本
外部插件(.so示例在 [homeagent-sdk/example/](https://gitcode.com/JianFeeeee/homeagent-sdk) 外部插件(.so示例见 SDK 仓库的 `example/` 目录
``` ```
## 项目状态 ## 项目状态
核心可用,插件系统和 SDK 已就绪。内置 9 个插件,外部插件示例见 [SDK 仓库](https://gitcode.com/JianFeeeee/homeagent-sdk) 核心可用,插件系统和 SDK 已就绪。内置 10 个插件,外部插件示例见 SDK 仓库`example/` 目录
## 文档 ## 文档

View File

@ -5,7 +5,7 @@
HomeAgent 的所有外部交互能力都来自插件。插件通过 `PluginSDK`Go API与内核交互。 HomeAgent 的所有外部交互能力都来自插件。插件通过 `PluginSDK`Go API与内核交互。
**SDK 仓库**:插件开发工具、模板代码和示例插件统一托管在 **SDK 仓库**:插件开发工具、模板代码和示例插件统一托管在
**[gitcode.com/JianFeeeee/homeagent-sdk](https://gitcode.com/JianFeeeee/homeagent-sdk)** SDK 仓库
```bash ```bash
git clone https://gitcode.com/JianFeeeee/homeagent-sdk.git git clone https://gitcode.com/JianFeeeee/homeagent-sdk.git