Skip to main content

3 posts tagged with "api"

View All Tags

HTTP Tools in Toolpack SDK: Making API Requests and Downloading Files

· 8 min read
Sajeer Babu
Toolpack SDK Maintainer

AI agents that can interact with APIs and download files become truly powerful integration tools. Whether it's fetching data from REST endpoints, sending webhooks, or downloading resources, Toolpack SDK's HTTP tools give your agents the ability to communicate with external services seamlessly.

In this post, we'll explore all 5 tools in the network category — from simple GET requests to file downloads with custom headers.

File System Tools in Toolpack SDK: Read, Write, Search, and Manage Files with AI

· 8 min read
Sajeer Babu
Toolpack SDK Maintainer

AI agents that can interact with the file system are genuinely useful. Whether it's reading a config file, searching through source code, or writing multiple files in one shot, Toolpack SDK's file system tools make it all possible out of the box.

In this post, we'll explore all 18 tools in the filesystem category — from core read/write operations to advanced search, glob matching, and atomic batch writes.

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.