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

Method RenderConfig

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

RenderConfig optionally generates runtime config files or metadata. Returns a slice of GitHub Actions steps that write config to disk. Implementations that don't need config files should return nil, nil.

(target *ResolvedEngineTarget)

Source from the content-addressed store, hash-verified

269 // Returns a slice of GitHub Actions steps that write config to disk.
270 // Implementations that don't need config files should return nil, nil.
271 RenderConfig(target *ResolvedEngineTarget) ([]map[string]any, error)
272}
273
274// HarnessProvider is an optional interface implemented by engines that provide a

Implementers 2

configRenderingEnginepkg/workflow/engine_config_render_test
BaseEnginepkg/workflow/agentic_engine.go

Calls

no outgoing calls