add node dispatch latency audit and status metrics for child-task workflow

This commit is contained in:
DBT
2026-02-25 01:53:19 +00:00
parent 7fe8ef452f
commit 7ec4c87779
4 changed files with 75 additions and 12 deletions

View File

@@ -52,6 +52,7 @@
- 设备 `payload` 规范字段:`media_type` `storage` `url|path|image` `meta`
- 支持 `agent_task`:主节点可向具备 `model` 能力的子节点下发任务,子节点返回执行结果
- 节点分发审计写入:`memory/nodes-dispatch-audit.jsonl`
- `/status` 展示节点分发统计total/ok/fail/avg_ms/top_action
实现位置:
- `pkg/nodes/types.go`