
    zh>                     <    d dl Z d dlmZ  ed      defd       Zy)    N)	lru_cache   )maxsizereturnc                  f    ddl m}  | dt        j                         dt        j                         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   s    L/var/www/html/engine/venv/lib/python3.12/site-packages/langchain_core/env.pyget_runtime_environmentr      s4     + '#%%'#224     )r   	functoolsr   dictr    r   r   <module>r      s+      1  r   