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
+1 -1
View File
@@ -1,5 +1,5 @@
import { describe, expect, test } from "bun:test"
import { LLMError, TransportReason } from "@opencode-ai/llm"
import { LLMError, TransportReason } from "@opencode-ai/ai"
import { Database } from "@opencode-ai/core/database/database"
import { AppNodeBuilder } from "@opencode-ai/core/effect/app-node-builder"
import { LayerNode } from "@opencode-ai/core/effect/layer-node"