AI Agents in PHP with Neuron AI
Description
In this workshop, we dive into Neuron AI: the PHP framework that makes it easy to build full-featured AI agents directly in your PHP stack.
In the first part, you’ll learn how to install Neuron, define agents, and choose LLM providers. We’ll walk through using tools & toolkits, managing memory and chat history, and handling structured I/O (documents, images, attachments).
Next, we’ll cover how to create a data pipeline: ingest data via data loaders, generate embeddings, store them in a vector store, and build a Retrieval-Augmented Generation (RAG) workflow. Then we’ll combine retrieval with LLM reasoning to deliver accurate, context-aware answers.
Finally, we’ll show how to build agent workflows: from single-step calls to multi-step orchestration, asynchronous processing, error handling, and monitoring/debugging... so you can integrate AI agents into real-world, production-grade PHP applications.
Speaker