UOM Translator (LangGraph)
context
Define the configurable parameters for the agent.
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.
View Source
Fetch env vars for attributes that were not passed as args.