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

Struct CrushEngine

pkg/workflow/crush_engine.go:16–18  ·  view source on GitHub ↗

CrushEngine represents the Crush CLI agentic engine. Crush is a provider-agnostic, open-source AI coding agent with broader BYOK (Bring Your Own Key) support, but gh-aw currently supports a subset of providers for engine.model validation: copilot, anthropic, openai, and codex.

Source from the content-addressed store, hash-verified

14// (Bring Your Own Key) support, but gh-aw currently supports a subset of
15// providers for engine.model validation: copilot, anthropic, openai, and codex.
16type CrushEngine struct {
17 UniversalLLMConsumerEngine
18}
19
20func NewCrushEngine() *CrushEngine {
21 return &CrushEngine{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected