fix(agent-runner): package context for plugin execution

This commit is contained in:
huanghuoguoguo
2026-05-21 13:56:17 +08:00
committed by huanghuoguoguo
parent d8d98b0838
commit c1dc5e3970
10 changed files with 393 additions and 47 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class AgentRunOrchestrator:
Responsibilities:
- Resolve runner ID from pipeline config (new or old format)
- Get runner descriptor from registry
- Build AgentRunContext from Query
- Provision AgentRunContext envelope from Query
- Build AgentResources with permission filtering
- Invoke plugin runtime RUN_AGENT action
- Normalize AgentRunResult to Pipeline messages