AgentInvocation
junjo.evaluation.AgentInvocation
Kind: Class
SDK version: 0.67.0
Documentation channel: Stable release
Signature
Section titled “Signature”AgentInvocation(agent: Agent[AgentInputT, AgentOutputT, DependenciesT], input: AgentInputT, dependencies: DependenciesT, history: tuple[AgentMessage, ...] = (), correlation: ExecutionCorrelation | None = None, cleanup: Cleanup | None = None)Agent definition and application-owned invocation values for one case.