refactor(agents): drop runtime metadata re-export · openclaw/openclaw@53655f3
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -4,8 +4,6 @@ import { applyAcpRuntimeOverlay, type AgentRuntimeMetadata } from "./acp-runtime
|
4 | 4 | import { resolveAgentHarnessPolicy } from "./harness/policy.js"; |
5 | 5 | import { resolveDefaultModelForAgent } from "./model-selection.js"; |
6 | 6 | |
7 | | -export type { AgentRuntimeMetadata }; |
8 | | - |
9 | 7 | /** Resolves the runtime id/source that should be reported for a model-backed agent session. */ |
10 | 8 | export function resolveModelAgentRuntimeMetadata(params: { |
11 | 9 | cfg: OpenClawConfig; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。