mirror of
https://github.com/Hestia-Homes/agentic-toolkit.git
synced 2026-06-08 11:37:26 +00:00
fix: use named docker import from sandcastle sandboxes/docker
The sandcastle package exposes named exports for sandbox providers; default-importing fails the typecheck. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
1d8a77b29b
commit
308be03453
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { run as sandcastleRun, type RunResult } from "@ai-hero/sandcastle";
|
||||
import { claudeCode } from "@ai-hero/sandcastle";
|
||||
import docker from "@ai-hero/sandcastle/sandboxes/docker";
|
||||
import { docker } from "@ai-hero/sandcastle/sandboxes/docker";
|
||||
import type { AgentResult, FailureKind } from "../types.js";
|
||||
|
||||
export interface AgentRunnerOptions {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue