Expand description
Utilities for working with interactive environments.
Adapted from langchain_core/utils/interactive_env.py
Functionsยง
- is_
ci_ env - Check if running in a CI environment.
- is_
interactive_ env - Determine if running within an interactive environment.
- is_
test_ env - Check if running in a testing environment.