-
Notifications
You must be signed in to change notification settings - Fork 28.4k
feat: Add HTTP proxy for supported LLM nodes #15449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add HTTP proxy for supported LLM nodes #15449
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mrge reviewed 13 files and found no issues. Review PR in mrge.io.
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
…-respecting-http-proxy
Are we missing some providers? Ollama for example. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 🤩
✅ All Cypress E2E specs passed |
Awesome, can you also make the same for Gemini please ?? As always good job guys. |
Got released with |
Summary
This PR adds HTTP proxy support to LangChain LLM nodes by implementing a new
getHttpProxyAgent
utility function that respects standard proxy environment variables (HTTP_PROXY, HTTPS_PROXY)Changes include:
httpProxyAgent.ts
utility to check for proxy environment variableshttps-proxy-agent
package dependency (v7.0.6)Related Linear tickets, Github issues, and Community forum posts
closes #10901
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)