Run context
RunContextWrapperdataclass
Bases:Generic[TContext]
This wraps the context object that you passed toRunner.run(). It also containsinformation about the usage of the agent run so far.
NOTE: Contexts are not passed to the LLM. They're a way to pass dependencies and data to codeyou implement, like tool functions, callbacks, hooks, etc.