@poe-platform/safe-js 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
- import type { RunnerScope, RuntimeConfig } from "../poe-code-config/index.js";
1
+ import type { RunnerScope, RuntimeConfig } from "../poe-code-config/core.js";
2
2
  import type { RunHandle, Runner, RunSpec } from "../process-runner/index.js";
3
- import type { StateManager } from "../poe-code-config/index.js";
4
- export type { RuntimeConfig } from "../poe-code-config/index.js";
3
+ import type { StateManager } from "../poe-code-config/core.js";
4
+ export type { RuntimeConfig } from "../poe-code-config/core.js";
5
5
  export type { RunHandle, RunSpec } from "../process-runner/index.js";
6
6
  export type ExecutionEnvType = "host" | "docker";
7
7
  export type JobStatus = "running" | "exited" | "killed" | "lost";
@@ -1,4 +1,4 @@
1
- import { type RunnerScope, type ResolvedConfig, type StateManager } from "../poe-code-config/index.js";
1
+ import { type RunnerScope, type ResolvedConfig, type StateManager } from "../poe-code-config/core.js";
2
2
  import { selectExecutionEnv, type OpenSpec } from "./execution-env.js";
3
3
  export type RuntimeOverrideOptions = {
4
4
  runtime?: "host" | "docker";
@@ -1,4 +1,4 @@
1
- import type { StateManager } from "../poe-code-config/index.js";
1
+ import type { StateManager } from "../poe-code-config/core.js";
2
2
  import type { DownloadResult, ExecutionEnvFactory, OpenSpec } from "./execution-env.js";
3
3
  export declare function runPoeCommand(opts: {
4
4
  factory: ExecutionEnvFactory;
@@ -1,6 +1,6 @@
1
1
  import type { AdapterType } from "./adapters/index.js";
2
2
  import type { RuntimeOverrideOptions } from "../agent-harness-tools/index.js";
3
- import type { StateManager } from "../poe-code-config/index.js";
3
+ import type { StateManager } from "../poe-code-config/core.js";
4
4
  import type { AcpMiddleware } from "./acp/middleware.js";
5
5
  import type { SpawnEnvironment } from "./environment.js";
6
6
  export declare const SPAWN_MODES: readonly ["yolo", "auto", "edit", "read"];
@@ -1,6 +1,5 @@
1
1
  export type { ConfigDocument, ConfigFieldType, ConfigStore, ConfigStoreOptions, BraintrustIntegrationConfig, InferConfig, IntegrationsConfig, MemoryCacheConfig, MemoryConfidenceConfig, MemoryConfig, MemoryMcpConfig, MemoryQueryConfig, ResolvedConfig, SchemaField, ScopeDefinition, ScopedConfig, ScopeSchema, TypeMap } from "./types.js";
2
2
  export { defineScope, integrationsConfigScope } from "./schema.js";
3
- export { compileConfigSchemaFromEntrypoints, compileConfigSchemaFromSourceTexts, type CompileConfigSchemaFromSourceTextsOptions } from "./compile/schema-compiler.js";
4
3
  export { parseRunner, parseRuntime, resolveRuntime, runtimeConfigScope, type DockerRuntime, type HostRuntime, type RunnerScope, type RuntimeConfig, type RuntimeMount, type RuntimeResolveResult, type RuntimeRunner } from "./runtime.js";
5
4
  export { planConfigScope } from "./plan-scope.js";
6
5
  export { createConfigStore } from "./config.js";
@@ -8245,4 +8245,4 @@ export {
8245
8245
  parseMcpConfig,
8246
8246
  makeMcpModule
8247
8247
  };
8248
- //# sourceMappingURL=chunk-4HHBSGDR.js.map
8248
+ //# sourceMappingURL=chunk-ZYYMVUYU.js.map