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

Struct AntigravityEngine

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

AntigravityEngine represents the Google Antigravity CLI agentic engine

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected