Skip to main content
Define the configurable parameters for the agent.

react_agent.context.Context Objects

View Source The runtime context and configuration parameters for the orchestrator agent. This dataclass holds all environment-specific configurations, such as connection strings, API keys, URLs, model preferences, and timeouts needed by the LangGraph application. Fields are automatically populated from environment variables if not explicitly provided.

Context.__post_init__

View Source Fetch env vars for attributes that were not passed as args.