AgentRunContext
junjo.agent.tool.AgentRunContext
Kind: Class
SDK version: 0.64.0
Documentation channel: Next source preview
Signature
Section titled “Signature”AgentRunContext(dependencies: DependenciesT, agent_key: str, definition_id: str, run_id: str, tool_call_id: str, call_ordinal: int)Read-only Agent identity and opaque dependencies supplied to a Tool.
Members
Section titled “Members”dependencies
Section titled “dependencies”dependencies: DependenciesTPublic attribute.
agent_key
Section titled “agent_key”agent_key: strPublic attribute.
definition_id
Section titled “definition_id”definition_id: strPublic attribute.
run_id
Section titled “run_id”run_id: strPublic attribute.
tool_call_id
Section titled “tool_call_id”tool_call_id: strPublic attribute.
call_ordinal
Section titled “call_ordinal”call_ordinal: intPublic attribute.