Uses of Package
ai.tabforge.workshop.agent
Packages that use ai.tabforge.workshop.agent
Package
Description
Abstract base classes and interfaces for Workshop sub-agents.
Concrete sub-agent implementations for the Workshop review pipeline.
Orchestration engine — the agentic loop that coordinates all sub-agents.
-
Classes in ai.tabforge.workshop.agent used by ai.tabforge.workshop.agentClassDescriptionAnalogy: Like the work order that the shift leader gives to the worker at the beginning of the shift — it contains exactly what he needs to do (list of files), where is the construction site (projectPath), order number (reviewId), and how much material we can spend (tokenBudget).SubAgent need reference for OrchestratorAgent.
-
Classes in ai.tabforge.workshop.agent used by ai.tabforge.workshop.agentsClassDescriptionAnalogy: Like the work order that the shift leader gives to the worker at the beginning of the shift — it contains exactly what he needs to do (list of files), where is the construction site (projectPath), order number (reviewId), and how much material we can spend (tokenBudget).SubAgent need reference for OrchestratorAgent.
-
Classes in ai.tabforge.workshop.agent used by ai.tabforge.workshop.orchestrator