mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-21 17:38:10 +00:00
docs: sanitize repository references in docs
This commit is contained in:
@ -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/` 目录。
|
||||||
|
|
||||||
## 文档
|
## 文档
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user