refactor(agents): hide runner evidence internals · openclaw/openclaw@1474f4a
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
File tree
src/agents/embedded-agent-runner
| Original file line number | Diff line number | Diff line change |
|---|
@@ -21,7 +21,7 @@ type AgentPayloadLike = {
|
21 | 21 | isReasoning?: unknown; |
22 | 22 | }; |
23 | 23 | |
24 | | -export type AgentDeliveryEvidence = { |
| 24 | +type AgentDeliveryEvidence = { |
25 | 25 | payloads?: unknown; |
26 | 26 | deliveryStatus?: { |
27 | 27 | status?: unknown; |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3,7 +3,7 @@
|
3 | 3 | * |
4 | 4 | * Keep labels stable: external status surfaces and diagnostics consume the formatted values. |
5 | 5 | */ |
6 | | -export const EMBEDDED_AGENT_EXECUTION_PHASES = [ |
| 6 | +const EMBEDDED_AGENT_EXECUTION_PHASES = [ |
7 | 7 | "runner_entered", |
8 | 8 | "workspace", |
9 | 9 | "runtime_plugins", |
@@ -22,7 +22,7 @@ export const EMBEDDED_AGENT_EXECUTION_PHASES = [
|
22 | 22 | |
23 | 23 | export type EmbeddedAgentExecutionPhase = (typeof EMBEDDED_AGENT_EXECUTION_PHASES)[number]; |
24 | 24 | |
25 | | -export const EMBEDDED_AGENT_EXECUTION_PHASE_LABELS = { |
| 25 | +const EMBEDDED_AGENT_EXECUTION_PHASE_LABELS = { |
26 | 26 | runner_entered: "runner-entered", |
27 | 27 | workspace: "workspace", |
28 | 28 | runtime_plugins: "runtime-plugins", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。