← Blogintegration

Integration Articles

13 articles in this category

DSPy + Web Scraping: Optimize Your Retrieval Prompts Automatically
integrationMar 20, 2026

DSPy + Web Scraping: Optimize Your Retrieval Prompts Automatically

Build a DSPy RAG pipeline over live web content with KnowledgeSDK. Use BootstrapFewShot and MIPROv2 to automatically optimize retrieval prompts and improve answer quality.

Read →· 16 min read
Google ADK Web Scraping: Custom Grounding Beyond Google Search
integrationMar 20, 2026

Google ADK Web Scraping: Custom Grounding Beyond Google Search

Google ADK's built-in search only covers the public index. Add KnowledgeSDK as a custom FunctionTool to scrape any URL — competitor pages, docs, paywalled content.

Read →· 13 min read
Web Scraping with Haystack: Build a Live RAG Pipeline with KnowledgeSDK
integrationMar 20, 2026

Web Scraping with Haystack: Build a Live RAG Pipeline with KnowledgeSDK

Build a production Haystack RAG pipeline with live web scraping. Custom KnowledgeSDKFetcher component, pipeline YAML, and end-to-end Q&A from URL to answer.

Read →· 15 min read
LangGraph Web Scraping: Build a Stateful Web Research Agent
integrationMar 20, 2026

LangGraph Web Scraping: Build a Stateful Web Research Agent

Build a stateful web research agent with LangGraph and KnowledgeSDK. Includes checkpointing, conditional routing, and full Python and Node.js code examples.

Read →· 14 min read
smolagents Web Scraping: Give HuggingFace Agents Web Access
integrationMar 20, 2026

smolagents Web Scraping: Give HuggingFace Agents Web Access

Add KnowledgeSDK to HuggingFace smolagents in under 20 lines. Custom @tool decorator, CodeAgent setup, and full content scraping vs DuckDuckGoSearchTool snippets.

Read →· 12 min read
Live Web Data in Google ADK: Private Grounding for AI Agents
integrationMar 20, 2026

Live Web Data in Google ADK: Private Grounding for AI Agents

Google ADK's built-in google_search only searches the public index. Learn how to add KnowledgeSDK as a custom FunctionTool for private URL grounding and competitor monitoring.

Read →· 14 min read
How to Use KnowledgeSDK with AutoGen for Web Research Agents
integrationMar 19, 2026

How to Use KnowledgeSDK with AutoGen for Web Research Agents

Add live web capabilities to Microsoft AutoGen agents. Build a web research agent using AutoGen function calling and KnowledgeSDK's scrape and search endpoints.

Read →· 13 min read
KnowledgeSDK + CrewAI: Give Your Multi-Agent System Web Research Capabilities
integrationMar 19, 2026

KnowledgeSDK + CrewAI: Give Your Multi-Agent System Web Research Capabilities

Build a 3-agent CrewAI system with web research capabilities. Full working code: Researcher scrapes URLs, Analyst searches the knowledge base, Writer synthesizes.

Read →· 15 min read
Using KnowledgeSDK with LlamaIndex for Live Web RAG (2026)
integrationMar 19, 2026

Using KnowledgeSDK with LlamaIndex for Live Web RAG (2026)

Build a live web RAG pipeline with LlamaIndex and KnowledgeSDK. Scrape competitor docs, index them, and answer questions—no separate vector DB required.

Read →· 14 min read
KnowledgeSDK MCP Server: Give Claude and Cursor Live Web Access
integrationMar 19, 2026

KnowledgeSDK MCP Server: Give Claude and Cursor Live Web Access

Install the KnowledgeSDK MCP server to let Claude Desktop and Cursor scrape, search, and extract live web data directly inside your AI tools.

Read →· 10 min read
No-Code Web Scraping with KnowledgeSDK and n8n (2026)
integrationMar 19, 2026

No-Code Web Scraping with KnowledgeSDK and n8n (2026)

Build n8n workflows that scrape URLs, search your knowledge base, and send results to Slack — all without writing a backend.

Read →· 11 min read
Using KnowledgeSDK with Vercel AI SDK for Web-Aware Chat Apps
integrationMar 19, 2026

Using KnowledgeSDK with Vercel AI SDK for Web-Aware Chat Apps

Build a Next.js chat app that scrapes URLs and searches knowledge using Vercel AI SDK tool calling and KnowledgeSDK, with full streaming support.

Read →· 12 min read
LangChain Web Scraping: Give Your AI Agent Live Web Access (2026)
integrationMar 19, 2026

LangChain Web Scraping: Give Your AI Agent Live Web Access (2026)

Build a LangChain agent with live web access using knowledgeSDK. Two approaches: knowledgeSDK as a LangChain tool, and adding semantic search for querying scraped content.

Read →· 13 min read