feat(ai,coding-agent): add faux provider and ModelRegistry factories
This commit is contained in:
@@ -390,7 +390,7 @@ function createHarnessWithResourceLoader(
|
||||
|
||||
const authStorage = AuthStorage.create(join(tempDir, "auth.json"));
|
||||
authStorage.setRuntimeApiKey(model.provider, "faux-key");
|
||||
const modelRegistry = new ModelRegistry(authStorage, tempDir);
|
||||
const modelRegistry = ModelRegistry.create(authStorage, tempDir);
|
||||
|
||||
const session = new AgentSession({
|
||||
agent,
|
||||
|
||||
Reference in New Issue
Block a user