audit node task dispatches and wire agent_task request metadata

This commit is contained in:
DBT
2026-02-25 01:43:58 +00:00
parent 50a515af60
commit 7fe8ef452f
4 changed files with 41 additions and 5 deletions

View File

@@ -51,6 +51,7 @@ A `nodes` tool control-plane PoC is now available:
- unified device response envelope: `ok/code/error/payload` (code examples: `ok`, `unsupported_action`, `transport_error`)
- device `payload` normalized fields: `media_type` `storage` `url|path|image` `meta`
- supports `agent_task`: parent node can dispatch tasks to child nodes with `model` capability and receive execution results
- node dispatch audit is persisted to `memory/nodes-dispatch-audit.jsonl`
Implementation:
- `pkg/nodes/types.go`