refactor(ai): rename llm package

This commit is contained in:
Dax Raad
2026-07-15 15:11:03 -04:00
parent b6ccb66610
commit bb15b16499
238 changed files with 209 additions and 210 deletions
@@ -11,8 +11,8 @@ import { Auth } from "@/auth"
import { Provider } from "@/provider/provider"
import { Filesystem } from "@/util/filesystem"
import { LLMEvent, LLMResponse } from "@opencode-ai/llm"
import { RequestExecutor } from "@opencode-ai/llm/route"
import { LLMEvent, LLMResponse } from "@opencode-ai/ai"
import { RequestExecutor } from "@opencode-ai/ai/route"
import { RuntimeFlags } from "@/effect/runtime-flags"
import type { Agent } from "../../src/agent/agent"
import { LLM } from "../../src/session/llm"