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