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

Method GetSupportedEngines

pkg/workflow/agentic_engine.go:551–555  ·  view source on GitHub ↗

GetSupportedEngines returns a list of all supported engine IDs

()

Source from the content-addressed store, hash-verified

549
550// GetSupportedEngines returns a list of all supported engine IDs
551func (r *EngineRegistry) GetSupportedEngines() []string {
552 agenticEngineLog.Print("Getting list of supported engines")
553 engines := sliceutil.SortedKeys(r.engines)
554 return engines
555}
556
557// IsValidEngine checks if an engine ID is valid
558func (r *EngineRegistry) IsValidEngine(id string) bool {

Callers 10

TestEngineRegistryFunction · 0.95
NewLogsCommandFunction · 0.80
NewInitCommandFunction · 0.80
ValidEngineNamesFunction · 0.80
getAgenticEngineMethod · 0.80
ResolveMethod · 0.80
validateEngineFunction · 0.80

Calls 2

SortedKeysFunction · 0.92
PrintMethod · 0.80

Tested by 2

TestEngineRegistryFunction · 0.76