a
    `g>                     @   s0   d dl Z d dlmZ edded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)Zlibrary_versionlibraryplatformZruntimeZruntime_version)Zlangchain_corer   r
   python_versionr    r   `/var/www/html/cobodadashboardai.evdpl.com/venv/lib/python3.9/site-packages/langchain_core/env.pyget_runtime_environment   s    r   )r
   	functoolsr   dictr   r   r   r   r   <module>   s   