Uses of Record Class
ai.tabforge.workshop.model.AgentResult
Packages that use AgentResult
Package
Description
Abstract base classes and interfaces for Workshop sub-agents.
Concrete sub-agent implementations for the Workshop review pipeline.
Domain model for the Claude Architect Workshop MCP server.
Orchestration engine — the agentic loop that coordinates all sub-agents.
-
Uses of AgentResult in ai.tabforge.workshop.agent
Methods in ai.tabforge.workshop.agent that return AgentResultModifier and TypeMethodDescriptionprotected abstract AgentResultSubAgent.analyzeFile(String prompt, String fileContent, int maxOutputTokens) Actual Claude API callfinal AgentResultSubAgent.execute(AgentContext context) Called by the OrchestratorAgent.startReview() -
Uses of AgentResult in ai.tabforge.workshop.agents
Methods in ai.tabforge.workshop.agents that return AgentResultModifier and TypeMethodDescriptionprotected AgentResultDefaultSubAgent.analyzeFile(String prompt, String fileContent, int maxOutputTokens) What is MessageCreateParams: It is a builder that builds the HTTP request body. -
Uses of AgentResult in ai.tabforge.workshop.model
Methods in ai.tabforge.workshop.model that return AgentResultModifier and TypeMethodDescriptionstatic AgentResultReturns a failed result with a single ERROR finding. -
Uses of AgentResult in ai.tabforge.workshop.orchestrator
Method parameters in ai.tabforge.workshop.orchestrator with type arguments of type AgentResultModifier and TypeMethodDescriptionAgentResultAggregator.aggregate(List<AgentResult> results) Merges all findings from every agent result into one deduplicated, sorted list ready to be stored in aReviewReport.