LANGSMITH_TRACING=false in your application’s .env file. With tracing disabled, no data will leave your local server..env 文件中设置 LANGSMITH_TRACING=false 。禁用跟踪后,没有数据会离开您的本地服务器。localhost connections to Studio. To work around this, run the above command with --tunnel to access Studio via a secure tunnel.localhost 连接。为解决这个问题,请使用 --tunnel 运行上述命令,通过安全隧道访问 Studio。Ready! 准备就绪!Once running, you will automatically be directed to LangGraph Studio.
- API: http://localhost:2024
- Docs: http://localhost:2024/docs
文档: http://localhost:2024/docs- LangGraph Studio Web UI: https://smith.langchain.com/studio/?baseUrl=http://127.0.0.1:2024
https://smith.langchain.com/studio/?baseUrl=http://127.0.0.1:2024.https://smith.langchain.com/studio/?baseUrl=http://127.0.0.1:2024 。http://127.0.0.1:2024 and click “Connect”.http://127.0.0.1:2024 并点击“连接”。baseUrl to match.baseUrl 更新为匹配即可。
launch.json:launch.json :