Versions in this module Expand all Collapse all v0 v0.2.0 Jan 26, 2026 v0.1.0 Jan 26, 2026 Changes in this version + func AggregateResults(results []AgentResult, project, version, phase string) *summary.SummaryReport + func AggregateWithDAG(results []AgentResult, dag []TeamDependency, project, version, phase string) *summary.SummaryReport + func SortByDAG(teams []summary.TeamSection) []summary.TeamSection + func SortReportByDAG(report *summary.SummaryReport) + type AgentResult struct + AgentID string + AgentModel string + Duration string + Error string + ExecutedAt time.Time + Inputs map[string]any + Outputs map[string]any + Schema string + Status summary.Status + StepID string + Tasks []summary.TaskResult + func (a *AgentResult) ComputeStatus() summary.Status + func (a *AgentResult) ToTeamSection() summary.TeamSection + type TeamDependency struct + DependsOn []string + ID string