CodexEngine represents the Codex agentic engine
| 44 | |
| 45 | // CodexEngine represents the Codex agentic engine |
| 46 | type CodexEngine struct { |
| 47 | BaseEngine |
| 48 | } |
| 49 | |
| 50 | func NewCodexEngine() *CodexEngine { |
| 51 | return &CodexEngine{ |
nothing calls this directly
no outgoing calls
no test coverage detected