GeminiEngine represents the Google Gemini CLI agentic engine
| 13 | |
| 14 | // GeminiEngine represents the Google Gemini CLI agentic engine |
| 15 | type GeminiEngine struct { |
| 16 | BaseEngine |
| 17 | } |
| 18 | |
| 19 | func NewGeminiEngine() *GeminiEngine { |
| 20 | return &GeminiEngine{ |
nothing calls this directly
no outgoing calls
no test coverage detected