diff --git a/apps/x/packages/core/src/apps/agents.ts b/apps/x/packages/core/src/apps/agents.ts index de27918f..ff20b8ee 100644 --- a/apps/x/packages/core/src/apps/agents.ts +++ b/apps/x/packages/core/src/apps/agents.ts @@ -5,6 +5,7 @@ import { parse as parseYaml, stringify as stringifyYaml } from 'yaml'; import { TriggersSchema, type BackgroundTask } from '@x/shared/dist/background-task.js'; import type { AppSummary } from '@x/shared/dist/rowboat-app.js'; import { WorkDir } from '../config/config.js'; +import { getDefaultModelAndProvider } from '../models/defaults.js'; import { appDir, agentTaskSlug } from './indexer.js'; // Bundled background agents (spec §8). Definitions ship in the app package at @@ -94,6 +95,17 @@ async function materializeAgent(folder: string, agentFile: string): Promise undefined);