Uses of Class
ai.tabforge.workshop.agent.AgentContext
Packages that use AgentContext
Package
Description
Abstract base classes and interfaces for Workshop sub-agents.
Concrete sub-agent implementations for the Workshop review pipeline.
-
Uses of AgentContext in ai.tabforge.workshop.agent
Methods in ai.tabforge.workshop.agent with parameters of type AgentContextModifier and TypeMethodDescriptionprotected abstract StringSubAgent.buildPrompt(AgentContext context) A string that defines the role and behavior of the agent.final AgentResultSubAgent.execute(AgentContext context) Called by the OrchestratorAgent.startReview() -
Uses of AgentContext in ai.tabforge.workshop.agents
Methods in ai.tabforge.workshop.agents with parameters of type AgentContextModifier and TypeMethodDescriptionprotected StringArchitectureCheckerAgent.buildPrompt(AgentContext context) protected StringPerformanceAnalystAgent.buildPrompt(AgentContext context) protected StringSecurityAuditorAgent.buildPrompt(AgentContext context) protected StringTransactionAnalystAgent.buildPrompt(AgentContext context)