feat: capture file pre/post-image to CAS and emit FileWrittenEvent
This commit is contained in:
@@ -135,11 +135,13 @@ object InfrastructureModule {
|
||||
registry: ToolRegistry,
|
||||
eventDispatcher: EventDispatcher,
|
||||
workDir: Path,
|
||||
artifactStore: ArtifactStore? = null,
|
||||
): ToolExecutor = SandboxedToolExecutor(
|
||||
delegate = DispatchingToolExecutor(registry),
|
||||
registry = registry,
|
||||
eventDispatcher = eventDispatcher,
|
||||
workDir = workDir,
|
||||
artifactStore = artifactStore,
|
||||
)
|
||||
|
||||
fun createNoopEmbedder(dimension: Int = 1536): Embedder = NoopEmbedder(dimension)
|
||||
|
||||
Reference in New Issue
Block a user