developing-with-neuron

Build PHP AI agents with the Neuron framework and Laravel.

118|16|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/neuron-core/neuron-laravel --skill developing-with-neuron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developing-with-neuron
Source: https://github.com/neuron-core/neuron-laravel/tree/main/resources/boost/skills/developing-with-neuron
Command: npx skills add https://github.com/neuron-core/neuron-laravel --skill developing-with-neuron

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers building AI-powered PHP applications need a structured guide to architect agents, RAG, workflows, and tool integrations using Neuron AI.

Core Features & Use Cases

  • Scaffold agents with php artisan neuron:agent to create starter classes.
  • Integrate multiple AI providers (Anthropic, OpenAI, Gemini, Ollama, HuggingFace, etc.) and chat history options.
  • Implement Retrieval Augmented Generation (RAG) with embeddings and vector stores for document retrieval.
  • Build event-driven workflows to orchestrate multi-step agent interactions.

Quick Start

Follow the guide to scaffold a basic Neuron agent, configure a provider, and wire up a simple workflow.

Frequently Asked Questions about developing-with-neuron

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build AI agents in PHP using the Neuron framework?

You can scaffold AI agents in PHP by running the php artisan neuron:agent command to generate starter classes, then configure providers and wire workflows. This provides a structured architecture for agent creation within Laravel applications.

Can I use multiple AI providers like OpenAI and Anthropic with Neuron AI?

Yes, Neuron AI supports integrating multiple AI providers including Anthropic, OpenAI, Gemini, Ollama, and HuggingFace. You can configure these providers and manage chat history options across your PHP applications.

How do I implement Retrieval Augmented Generation (RAG) in a Laravel application?

You implement RAG in Laravel by using Neuron AI to configure embeddings and vector stores for document retrieval. This enables retrieval augmented generation capabilities within your PHP agent workflows.

What is the best way to orchestrate multi-step agent interactions in PHP?

The best way to orchestrate multi-step agent interactions is by building event-driven workflows with Neuron AI. This allows you to sequence complex multi-step agent behaviors and tool integrations across PHP applications.

Does Neuron AI support structured output and tool integration for Laravel ecosystems?

Yes, Neuron AI satisfies requirements for structured output support and tool integration within Laravel ecosystems. You can wire up tools and configure structured responses when scaffolding your PHP agents.

When do I need event-driven workflows for PHP AI agents?

You need event-driven workflows when building PHP AI agents that require orchestrated multi-step interactions. Neuron AI enables this process architecture to coordinate complex agent behaviors and tool usage sequentially.