Module interactive_env

Module interactive_env 

Source
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.