Skip to main content

2 posts tagged with "tools"

View All Tags

Web Tools in Toolpack SDK: Search, Fetch, and the Smart Fallback System

· 7 min read
Sajeer Babu
Toolpack SDK Maintainer

AI agents need to access real-time information from the web. Whether it's searching for current events, fetching documentation, or scraping data, Toolpack SDK's web tools make it seamless.

In this post, we'll explore the web search fallback system (Tavily → Brave → DuckDuckGo Lite) and the web fetch tools that power web-aware AI applications.

Understanding Tools in Toolpack SDK: Built-in Catalog and Custom Extensions

· 7 min read
Sajeer Babu
Toolpack SDK Maintainer

Tools are the foundation of what makes AI agents useful. While LLMs are great at reasoning and generating text, they need tools to interact with the real world—reading files, making API calls, querying databases, and executing code.

Toolpack SDK ships with a deep catalog of built-in tools (with more landing every release) and makes it trivial to add your own. Let's explore how the tool system works and why it matters.