64 lines
825 B
Plaintext
64 lines
825 B
Plaintext
|
|
# Agent_10 · Experience经验
|
||
|
|
|
||
|
|
> HLDP://video-ai-system/config/agents/agent-10-experience
|
||
|
|
> 类型: 实验记录 · 失败回写 · 下次拦截
|
||
|
|
> 建立: D143b · 2026-06-23
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## 职责
|
||
|
|
|
||
|
|
把每一次生成、失败、修复都写成下次能自动使用的经验。
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## 输入
|
||
|
|
|
||
|
|
```
|
||
|
|
experience/ITERATION-LOOP.hdlp
|
||
|
|
qc_report
|
||
|
|
model_route
|
||
|
|
prompt_pack
|
||
|
|
output_path
|
||
|
|
cost
|
||
|
|
```
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## 输出
|
||
|
|
|
||
|
|
```
|
||
|
|
experience_record.hdlp
|
||
|
|
failure_taxonomy
|
||
|
|
next_blocker_rule
|
||
|
|
model_capability_update
|
||
|
|
asset_update_request
|
||
|
|
```
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## 记录模板
|
||
|
|
|
||
|
|
```
|
||
|
|
experiment_id:
|
||
|
|
date:
|
||
|
|
goal:
|
||
|
|
benchmark_mapping:
|
||
|
|
asset_inputs:
|
||
|
|
model_route:
|
||
|
|
audio_route:
|
||
|
|
output_path:
|
||
|
|
qc_score:
|
||
|
|
failure_reason:
|
||
|
|
decision:
|
||
|
|
next_change:
|
||
|
|
```
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## 锁定
|
||
|
|
|
||
|
|
⊢ 没有经验记录的生成,不算系统进度。
|
||
|
|
⊢ 失败必须沉淀成拦截规则或下一步资产需求。
|
||
|
|
|