o
    g>                     @   s0   d dl Z d dlmZ edddefddZdS )    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)library_versionlibraryplatformruntimeruntime_version)langchain_corer   r   python_versionr    r   N/var/www/html/chatdoc2/venv/lib/python3.10/site-packages/langchain_core/env.pyget_runtime_environment   s   r   )r   	functoolsr   dictr   r   r   r   r   <module>   s    