Everything on agents.
4 articles tagged agents, sorted newest first.
Build Multi-Agent Workflows with the Laravel AI SDK
One agent with a dozen tools and a bloated prompt gets flaky fast. Here's how to split the work across a coordinator and focused specialists with the Laravel AI SDK.
Give Laravel AI SDK Agents External Tools with MCP Servers
Stop hand-writing a tool for every capability. Register an MCP client, authenticate it, and spread its tools straight into your Laravel AI SDK agent.
Production AI Agents in Laravel: Reliable Loops with Prism and Laravel Workflow
A production-grade playbook for Laravel AI agents: verifier loops, idempotent tools, durable workflow state, Langfuse tracing, and evaluating agent quality in CI.
Laravel Prism Tool Calling: Build AI Agents That Actually Do Things
Prism's tool calling turns a text-generating LLM into an agent that can actually *do* things: query your database, hit an external API, or dispatch a queued job.