Toolkit is a community catalog of reusable, independently installable Composer packages for the Laravel AI SDK. Each tool implements the Laravel AI Tool contract with a description, schema, and handle method — no shared core or service providers required. Available tools include a safe calculator (using a recursive-descent parser instead of eval()), a read-only database query tool with SQL injection guardrails, and web search/research integrations for Exa, Perplexity, Tavily, and JigsawStack. Configuration is handled via the existing Laravel AI SDK config file, and API errors are returned as strings so agents can recover gracefully.

4m read timeFrom laravel-news.com
Post cover image
Table of contents
# One Package per Tool, No Service Providers# Calculator Without eval()# Read-Only Database Queries# Web Search and Research Providers# JigsawStack's Endpoint Library# Installation
35.9K Impressions