test(perf): narrow codex harness test import · openclaw/openclaw@0bc83b0
steipete
·
2026-05-06
·
via Recent Commits to openclaw:main
File tree
extensions/codex/src/app-server
| Original file line number | Diff line number | Diff line change |
|---|
@@ -4,16 +4,14 @@ import path from "node:path";
|
4 | 4 | import { SessionManager } from "@mariozechner/pi-coding-agent"; |
5 | 5 | import { |
6 | 6 | abortAgentHarnessRun, |
7 | | -queueAgentHarnessMessage, |
8 | | -type EmbeddedRunAttemptParams, |
9 | | -} from "openclaw/plugin-sdk/agent-harness"; |
10 | | -import { |
11 | 7 | buildAgentRuntimePlan, |
12 | 8 | embeddedAgentLog, |
13 | 9 | nativeHookRelayTesting, |
14 | 10 | onAgentEvent, |
| 11 | +queueAgentHarnessMessage, |
15 | 12 | resetAgentEventsForTest, |
16 | 13 | type AgentEventPayload, |
| 14 | +type EmbeddedRunAttemptParams, |
17 | 15 | } from "openclaw/plugin-sdk/agent-harness-runtime"; |
18 | 16 | import { |
19 | 17 | initializeGlobalHookRunner, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。