Skip to content

AgentToolInvocation

junjo.plugins.openai_agents.AgentToolInvocation

Kind: Class

SDK version: 0.67.0

Documentation channel: Stable release

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

View source

Fresh native Junjo Agent invocation for one OpenAI function-tool call.

The application supplies the typed input, dependencies, optional history, correlation, and invocation-scoped cleanup. The adapter does not share Agent state or dependencies between OpenAI tool calls.