# Building AI Agents with Laravel: No Python Required

DevFeed: [Building AI Agents with Laravel: No Python Required](<https://devfeed.tech/articles/building-ai-agents-with-laravel-no-python-required-3590.md>)

Original publisher: [Read original article](<https://laravel.com/blog/building-ai-agents-with-laravel-no-python-required>)

Author: Ana Tavares

Published: 2026-05-15T13:38:08Z

Content type: tutorial

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api](<https://devfeed.tech/tags/api.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [memory](<https://devfeed.tech/tags/memory.md>), [php](<https://devfeed.tech/tags/php.md>), [python](<https://devfeed.tech/tags/python.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vector](<https://devfeed.tech/tags/vector.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

A guide to building AI agents in PHP with the Laravel AI SDK, covering tools, memory, structured output, streaming, multi-agent workflows, and vector search without requiring Python.

## Source excerpt

The Laravel AI SDK is the LangChain PHP alternative: agents, tools, memory, streaming, and multi-agent workflows, entirely in PHP. No Python required.