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

Struct CodexEngine

pkg/workflow/codex_engine.go:46–48  ·  view source on GitHub ↗

CodexEngine represents the Codex agentic engine

Source from the content-addressed store, hash-verified

44
45// CodexEngine represents the Codex agentic engine
46type CodexEngine struct {
47 BaseEngine
48}
49
50func NewCodexEngine() *CodexEngine {
51 return &CodexEngine{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected