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

Struct BaseEngine

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

BaseEngine provides common functionality for agentic engines

Source from the content-addressed store, hash-verified

314
315// BaseEngine provides common functionality for agentic engines
316type BaseEngine struct {
317 id string
318 displayName string
319 description string
320 experimental bool
321 ghSkillAgentName string
322 capabilities EngineCapabilities
323 dedicatedLLMGatewayPort int
324}
325
326func (e *BaseEngine) GetID() string {
327 return e.id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected