






















@@ -6,43 +6,43 @@ export {
66resolveAgentWorkspaceDir,
77resolveDefaultAgentId,
88resolveSessionAgentId,
9-} from "./host/openclaw-runtime.js";
9+} from "./host/openclaw-runtime-agent.js";
1010export {
1111resolveMemorySearchConfig,
1212resolveMemorySearchSyncConfig,
1313type ResolvedMemorySearchConfig,
1414type ResolvedMemorySearchSyncConfig,
15-} from "./host/openclaw-runtime.js";
16-export { parseDurationMs } from "./host/openclaw-runtime.js";
17-export { loadConfig } from "./host/openclaw-runtime.js";
18-export { resolveStateDir } from "./host/openclaw-runtime.js";
19-export { resolveSessionTranscriptsDirForAgent } from "./host/openclaw-runtime.js";
15+} from "./host/openclaw-runtime-agent.js";
16+export { parseDurationMs } from "./host/openclaw-runtime-config.js";
17+export { loadConfig } from "./host/openclaw-runtime-config.js";
18+export { resolveStateDir } from "./host/openclaw-runtime-config.js";
19+export { resolveSessionTranscriptsDirForAgent } from "./host/openclaw-runtime-config.js";
2020export {
2121hasConfiguredSecretInput,
2222normalizeResolvedSecretInputString,
23-} from "./host/openclaw-runtime.js";
24-export { writeFileWithinRoot } from "./host/openclaw-runtime.js";
25-export { createSubsystemLogger } from "./host/openclaw-runtime.js";
26-export { detectMime } from "./host/openclaw-runtime.js";
27-export { resolveGlobalSingleton } from "./host/openclaw-runtime.js";
28-export { onSessionTranscriptUpdate } from "./host/openclaw-runtime.js";
29-export { splitShellArgs } from "./host/openclaw-runtime.js";
30-export { runTasksWithConcurrency } from "./host/openclaw-runtime.js";
23+} from "./host/openclaw-runtime-config.js";
24+export { writeFileWithinRoot } from "./host/openclaw-runtime-io.js";
25+export { createSubsystemLogger } from "./host/openclaw-runtime-io.js";
26+export { detectMime } from "./host/openclaw-runtime-io.js";
27+export { resolveGlobalSingleton } from "./host/openclaw-runtime-io.js";
28+export { onSessionTranscriptUpdate } from "./host/openclaw-runtime-session.js";
29+export { splitShellArgs } from "./host/openclaw-runtime-io.js";
30+export { runTasksWithConcurrency } from "./host/openclaw-runtime-io.js";
3131export {
3232shortenHomeInString,
3333shortenHomePath,
3434resolveUserPath,
3535truncateUtf16Safe,
36-} from "./host/openclaw-runtime.js";
37-export type { OpenClawConfig } from "./host/openclaw-runtime.js";
38-export type { SessionSendPolicyConfig } from "./host/openclaw-runtime.js";
39-export type { SecretInput } from "./host/openclaw-runtime.js";
36+} from "./host/openclaw-runtime-io.js";
37+export type { OpenClawConfig } from "./host/openclaw-runtime-config.js";
38+export type { SessionSendPolicyConfig } from "./host/openclaw-runtime-config.js";
39+export type { SecretInput } from "./host/openclaw-runtime-config.js";
4040export type {
4141MemoryBackend,
4242MemoryCitationsMode,
4343MemoryQmdConfig,
4444MemoryQmdIndexPath,
4545MemoryQmdMcporterConfig,
4646MemoryQmdSearchMode,
47-} from "./host/openclaw-runtime.js";
48-export type { MemorySearchConfig } from "./host/openclaw-runtime.js";
47+} from "./host/openclaw-runtime-config.js";
48+export type { MemorySearchConfig } from "./host/openclaw-runtime-config.js";
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。