Skip to content

AgentRunContext

junjo.agent.tool.AgentRunContext

Kind: Class

SDK version: 0.64.0

Documentation channel: Next source preview

AgentRunContext(dependencies: DependenciesT, agent_key: str, definition_id: str, run_id: str, tool_call_id: str, call_ordinal: int)

View source

Read-only Agent identity and opaque dependencies supplied to a Tool.

dependencies: DependenciesT

View source

Public attribute.

agent_key: str

View source

Public attribute.

definition_id: str

View source

Public attribute.

run_id: str

View source

Public attribute.

tool_call_id: str

View source

Public attribute.

call_ordinal: int

View source

Public attribute.