Swiftide Docker Tool Executor
A Tool executor meant to be used with Swiftide Agents.
Process is two-staged. First, configure the executor, then start it. The started executor implements ToolExecutor
and can then be used in agents.
Usage
let executor = default
.with_context_path
.with_image_name
.with_dockerfile;
executor
let context = from_executor;
let agent = builder.context.build;