MCPcopy Create free account
hub / github.com/github/gh-aw / GetDefaultEngine

Method GetDefaultEngine

pkg/workflow/agentic_engine.go:564–566  ·  view source on GitHub ↗

GetDefaultEngine returns the default engine configured by constants.DefaultEngine

()

Source from the content-addressed store, hash-verified

562
563// GetDefaultEngine returns the default engine configured by constants.DefaultEngine
564func (r *EngineRegistry) GetDefaultEngine() CodingAgentEngine {
565 return r.engines[string(constants.DefaultEngine)]
566}
567
568// GetAllAgentManifestFolders returns the union of all engines' GetAgentManifestPathPrefixes()
569// with trailing slashes stripped, plus ".agents" as the gh-aw platform agent directory.

Callers 3

TestEngineRegistryFunction · 0.95
getAgenticEngineMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestEngineRegistryFunction · 0.76