o
    Zh                     @   s4   d Z ddlZddlmZ edddefddZdS )	z@Utilities for getting information about the runtime environment.    N)	lru_cache   )maxsizereturnc                  C   s$   ddl m}  | dt dt dS )zGet information about the LangChain runtime environment.

    Returns:
        A dictionary with information about the runtime environment.
    r   __version__zlangchain-corepython)Zlibrary_versionZlibraryplatformZruntimeZruntime_version)Zlangchain_corer   r	   python_versionr    r   I/var/www/html/lang_env/lib/python3.10/site-packages/langchain_core/env.pyget_runtime_environment   s   r   )__doc__r	   	functoolsr   dictr   r   r   r   r   <module>   s
    