LangChain内置工具-Python REPL

📅 2026/7/12 15:13:45
LangChain内置工具-Python REPL
1、使用uv add添加依赖uvaddlangchain_experimental2、项目中引用Python REPLfrom langchain_experimental.utilitiesimportPythonREPL python_repl=PythonREPL()ret=python_repl.run(