Skip to content

Adds two new tool nodes under LangChain > Tools:#6470

Open
umerkay wants to merge 6 commits into
FlowiseAI:mainfrom
umerkay:feature/olostep-tool
Open

Adds two new tool nodes under LangChain > Tools:#6470
umerkay wants to merge 6 commits into
FlowiseAI:mainfrom
umerkay:feature/olostep-tool

Conversation

@umerkay
Copy link
Copy Markdown

@umerkay umerkay commented Jun 3, 2026

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 olostepApi credential.

Screenshots

[attach screenshot of nodes in Flowise canvas]

Checklist

  • pnpm build passes
  • Both nodes render correctly in UI
  • Credentials field works
  • Tested with a live OLOSTEP_API_KEY

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread packages/components/nodes/tools/OlostepSearch/OlostepSearch.ts
Comment thread packages/components/nodes/tools/OlostepScraper/OlostepScraper.ts
Comment thread packages/components/credentials/OlostepApi.credential.ts
Comment thread packages/components/package.json Outdated
umerkay and others added 5 commits June 3, 2026 15:07
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant