Skip to content

AgentInvocation

junjo.evaluation.AgentInvocation

Kind: Class

SDK version: 0.67.0

Documentation channel: Stable release

AgentInvocation(agent: Agent[AgentInputT, AgentOutputT, DependenciesT], input: AgentInputT, dependencies: DependenciesT, history: tuple[AgentMessage, ...] = (), correlation: ExecutionCorrelation | None = None, cleanup: Cleanup | None = None)

View source

Agent definition and application-owned invocation values for one case.