feat(simulation): add driver controlled backend LLM (#35186)

This commit is contained in:
James Long
2026-07-03 14:19:25 -04:00
committed by GitHub
parent 4af57079a9
commit 392cb3b080
25 changed files with 1191 additions and 21 deletions
+1
View File
@@ -14,6 +14,7 @@
"dependencies": {
"@opencode-ai/core": "workspace:*",
"@opencode-ai/protocol": "workspace:*",
"@opencode-ai/simulation": "workspace:*",
"drizzle-orm": "catalog:",
"effect": "catalog:"
},