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

Struct GeminiEngine

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

GeminiEngine represents the Google Gemini CLI agentic engine

Source from the content-addressed store, hash-verified

13
14// GeminiEngine represents the Google Gemini CLI agentic engine
15type GeminiEngine struct {
16 BaseEngine
17}
18
19func NewGeminiEngine() *GeminiEngine {
20 return &GeminiEngine{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected