MCPcopy Index your code
hub / github.com/github/gh-aw / OpenCodeEngine

Struct OpenCodeEngine

pkg/workflow/opencode_engine.go:15–17  ·  view source on GitHub ↗

OpenCodeEngine represents the OpenCode CLI agentic engine. OpenCode is a provider-agnostic, open-source AI coding agent that supports multiple models via BYOK (Bring Your Own Key).

Source from the content-addressed store, hash-verified

13// OpenCode is a provider-agnostic, open-source AI coding agent that supports
14// multiple models via BYOK (Bring Your Own Key).
15type OpenCodeEngine struct {
16 UniversalLLMConsumerEngine
17}
18
19func NewOpenCodeEngine() *OpenCodeEngine {
20 return &OpenCodeEngine{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected