81 lines
1.8 KiB
Plaintext
81 lines
1.8 KiB
Plaintext
# GLW-ZL-000 · 折柳 · 光湖工具技能路由系统
|
||
|
||
> HLDP://external-ai/zheliu-skill-router/v1
|
||
> 系统编号: SYS-GLW-ZL-0001
|
||
> 父系统: SYS-GLW-EAI-0001
|
||
> 版本: V1.0 · D162
|
||
> 维护: 铸渊 ICE-GL-ZY001
|
||
> 状态: 语言注册完成 · 可执行解析器待开发
|
||
|
||
---
|
||
|
||
## 定义
|
||
|
||
折柳根据“人格体/协作体 + 项目编号 + 任务类型”返回技能包。
|
||
|
||
它不赋予人格、权限或记忆,只提供经过登记的做事方法。
|
||
|
||
---
|
||
|
||
## 请求格式
|
||
|
||
```hldp
|
||
@skill_request:
|
||
actor_id:
|
||
actor_mode: FORMAL/TEMP
|
||
project_id:
|
||
task_type:
|
||
environment:
|
||
access_level:
|
||
requested_capabilities:
|
||
```
|
||
|
||
## 返回格式
|
||
|
||
```hldp
|
||
@skill_route:
|
||
required:
|
||
optional:
|
||
dependencies:
|
||
load_order:
|
||
full_urls:
|
||
permissions_required:
|
||
receipt_schema:
|
||
unresolved:
|
||
```
|
||
|
||
---
|
||
|
||
## 当前技能源
|
||
|
||
通用执行技能池:
|
||
|
||
https://guanghubingshuo.com/code/bingshuo/guanghulab/raw/branch/main/brain/tcs-core/GENERIC-SKILL-PACK.hdlp
|
||
|
||
小说创作项目技能:
|
||
|
||
https://guanghubingshuo.com/code/bingshuo/guanghulab/raw/branch/main/brain/fifth-domain/zero-point/zhuyuan/zhuyuan-channel/novel-system/04-SKILL-PACK.hdlp
|
||
|
||
小说创作外部AI专用技能包(大桌子小桌子·永久记忆·文风·字数·细纲):
|
||
|
||
https://guanghubingshuo.com/code/bingshuo/guanghulab/raw/branch/main/brain/external-ai/skills/EAI-SKILL-NV-WRITING-001.hdlp
|
||
|
||
研发验证技能:
|
||
|
||
https://guanghubingshuo.com/code/bingshuo/guanghulab/raw/branch/main/brain/tcs-core/TCS-DEV-VERIFY.hdlp
|
||
|
||
---
|
||
|
||
## 装载规则
|
||
|
||
1. 先读项目EAI清单。
|
||
2. 只加载任务需要的技能。
|
||
3. 必需技能必须全文读取。
|
||
4. 记录技能编号、版本和URL到握手及最终回执。
|
||
5. 找不到技能时标记`unresolved`,不得伪造登记。
|
||
6. 新技能通过`WO-EAI-*`提交,由铸渊审核注册。
|
||
|
||
---
|
||
|
||
> ⊢ 折柳给方法,不给身份;给工具,不扩大权限。
|