| 1 | import { describe, expect } from "bun:test" |
| 2 | import { Effect, Exit, Scope } from "effect" |
| 3 | import { AgentV2 } from "@opencode-ai/core/agent" |
| 4 | import { AppNodeBuilder } from "@opencode-ai/core/effect/app-node-builder" |
nothing calls this directly
no test coverage detected