Uses of Record Class
ai.tabforge.workshop.model.AgentSummary
Packages that use AgentSummary
Package
Description
Domain model for the Claude Architect Workshop MCP server.
-
Uses of AgentSummary in ai.tabforge.workshop.model
Methods in ai.tabforge.workshop.model that return types with arguments of type AgentSummaryModifier and TypeMethodDescriptionReviewReport.agentSummaries()Returns the value of theagentSummariesrecord component.Constructor parameters in ai.tabforge.workshop.model with type arguments of type AgentSummaryModifierConstructorDescriptionReviewReport(String reviewId, String projectPath, String startedAt, String completedAt, ReviewReport.ReviewStatus status, Severity overallRisk, boolean safeToMerge, List<Finding> findings, Map<String, AgentSummary> agentSummaries, List<HumanDecision> humanDecisions) Creates an instance of aReviewReportrecord class.