Uses of Record Class
ai.tabforge.workshop.model.HumanDecision
Packages that use HumanDecision
Package
Description
Domain model for the Claude Architect Workshop MCP server.
Orchestration engine — the agentic loop that coordinates all sub-agents.
-
Uses of HumanDecision in ai.tabforge.workshop.model
Methods in ai.tabforge.workshop.model that return types with arguments of type HumanDecisionModifier and TypeMethodDescriptionReviewReport.humanDecisions()Returns the value of thehumanDecisionsrecord component. -
Uses of HumanDecision in ai.tabforge.workshop.orchestrator
Methods in ai.tabforge.workshop.orchestrator with parameters of type HumanDecisionModifier and TypeMethodDescriptionvoidOrchestratorAgent.resumeAfterEscalation(String reviewId, HumanDecision decision) Resumes a paused review after the developer has responded to an escalation.