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

Method GetID

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

GetID returns the unique identifier for this engine

()

Source from the content-addressed store, hash-verified

91type Engine interface {
92 // GetID returns the unique identifier for this engine
93 GetID() string
94
95 // GetDisplayName returns the human-readable name for this engine
96 GetDisplayName() string

Implementers 1

BaseEnginepkg/workflow/agentic_engine.go

Calls

no outgoing calls