diff --git a/apps/x/apps/main/src/main.ts b/apps/x/apps/main/src/main.ts index 2a5330ab..34363b28 100644 --- a/apps/x/apps/main/src/main.ts +++ b/apps/x/apps/main/src/main.ts @@ -17,7 +17,6 @@ import { init as initCalendarSync } from "@x/core/dist/knowledge/sync_calendar.j import { init as initFirefliesSync } from "@x/core/dist/knowledge/sync_fireflies.js"; import { init as initGranolaSync } from "@x/core/dist/knowledge/granola/sync.js"; import { init as initGraphBuilder } from "@x/core/dist/knowledge/build_graph.js"; -import { init as initPreBuiltRunner } from "@x/core/dist/pre_built/runner.js"; import { init as initAgentRunner } from "@x/core/dist/agent-schedule/runner.js"; import { initConfigs } from "@x/core/dist/config/initConfigs.js"; import started from "electron-squirrel-startup"; @@ -171,9 +170,6 @@ app.whenReady().then(async () => { // start knowledge graph builder initGraphBuilder(); - // start pre-built agent runner - initPreBuiltRunner(); - // start background agent runner (scheduled agents) initAgentRunner();