fix: reconcile agent loop merge integration
This commit is contained in:
@@ -31,6 +31,7 @@ async function mount(config: acpAgent.Config, withBash = false): Promise<Context
|
||||
start() { throw new Error('composition test does not execute bash') },
|
||||
})
|
||||
}
|
||||
config.persistenceRoot ??= await mkdtemp(join(tmpdir(), 'dsh-acp-demo-persistence-'))
|
||||
await ctx.plugin(acpAgent, config)
|
||||
return ctx
|
||||
}
|
||||
|
||||
@@ -35,6 +35,7 @@ async function mount(config: cliDemo.Config, withBash = false): Promise<Context>
|
||||
})
|
||||
}
|
||||
contexts.push(ctx)
|
||||
config.persistenceRoot ??= await mkdtemp(join(tmpdir(), 'dsh-cli-demo-persistence-'))
|
||||
await ctx.plugin(cliDemo, config)
|
||||
await new Promise(resolve => setTimeout(resolve, 80))
|
||||
return ctx
|
||||
|
||||
Reference in New Issue
Block a user