Adds two new tool nodes under LangChain > Tools:#6470
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces integration with Olostep by adding the OlostepApi credential, OlostepScraper and OlostepSearch tools, and adding the olostep dependency. Feedback suggests validating that the API key is present in both tools to prevent runtime errors, removing the unused and uninitialized description property in OlostepApi to avoid TypeScript compilation issues, and pinning the olostep dependency to a safer caret range (e.g., ^0.1.0) for build stability.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Summary
Adds two new tool nodes under LangChain > Tools:
Olostep Search — calls POST /v1/searches, returns ranked results
with titles, descriptions, and URLs. Alternative to BraveSearch/Tavily/Serper.
Olostep Scraper — uses the Olostep Node.js SDK to fetch and return
clean Markdown from any URL. Alternative to Web Browser node.
Both nodes use the new
olostepApicredential.Screenshots
[attach screenshot of nodes in Flowise canvas]
Checklist