
    @'h                     @    d Z ddlZddlmZ  ed      defd       Zy)z@Utilities for getting information about the runtime environment.    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    Y/home/kushmeetdev/Regenta/Chatbot/venv/lib/python3.12/site-packages/langchain_core/env.pyget_runtime_environmentr      s4     + '#%%'#224     )__doc__r   	functoolsr   dictr    r   r   <module>r      s.    F   1  r   