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

Method ParseLogMetrics

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

ParseLogMetrics extracts metrics from engine-specific log content

(logContent string, verbose bool)

Source from the content-addressed store, hash-verified

189type LogParser interface {
190 // ParseLogMetrics extracts metrics from engine-specific log content
191 ParseLogMetrics(logContent string, verbose bool) LogMetrics
192
193 // GetLogParserScriptId returns the name of the JavaScript script to parse logs for this engine
194 GetLogParserScriptId() string

Callers 2

parseLogFileWithEngineFunction · 0.65

Implementers 2

CopilotEnginepkg/workflow/copilot_engine.go
BaseEnginepkg/workflow/agentic_engine.go

Calls

no outgoing calls

Tested by

no test coverage detected