Package atessera.sensei.agents
package atessera.sensei.agents
LangChain4j agents used by the checking pipeline.
Agents in this package use tools to explore a student repository directory tree and return structured answers consumed by the orchestrator.
-
ClassDescriptionFinds a laboratory work directory using an LLM agent.Agent that generates a poetic UNIX/Bushido styled message when no execution command could be detected.Agent that examines the workspace files to determine the shell command needed to run the laboratory work.Agent that provides structured, styled review feedback for a laboratory submission.Agent that evaluates student source code against task requirements and returns a numerical score from 0 to 10.