Neuron
Official@neuron-core · Italy
The PHP Agentic Framework to build production-ready AI driven applications. Connect components (LLMs, vector DBs, memory) to agents that can interact with your
Agent Skills by Neuron
Showing 9 vetted skills indexed across 2 GitHub repositories.
neuron-debugger
Trace Neuron agent execution with Inspector APM observability.
neuron-rag-specialist
Integrate vector stores, embeddings, and document loaders into Neuron AI agents.
neuron-agent-builder
Configure and orchestrate Neuron AI agents in PHP applications.
neuron-evaluation-engineer
Design and execute AI evaluations with datasets, evaluators, and assertions in Neuron AI.
neuron-workflow-architect
Create and orchestrate event-driven Neuron AI workflows with nodes, events, and state.
neuron-tool-creator
Design tools, toolkits, and MCP connectors for Neuron AI agents.
neuron-test-engineer
Automate end-to-end testing of Neuron AI agents with fake providers.
neuron-structured-output
Creates Neuron AI structured output schemas with SchemaProperty attributes and validation rules for LLM-generated data extraction and deserialization.
developing-with-neuron
Build PHP AI agents with the Neuron framework and Laravel.
Frequently Asked Questions About Neuron
FAQPage SchemaWhat specific tasks can be performed using the Neuron framework?▼
Neuron enables the construction of PHP-based agents capable of executing RAG pipelines, managing event-driven state, and enforcing structured output schemas. It provides specialized components for vector store integration, document loading, and comprehensive observability through APM tracing to monitor execution paths.
Which developers are the primary target for this framework?▼
The framework is designed for PHP developers and Laravel engineers who require native integration for building intelligent systems. It is specifically suited for those needing to bridge existing enterprise PHP codebases with vector databases and model-driven logic without leaving the PHP ecosystem.
What are the core prerequisites for implementing Neuron?▼
Implementation requires a functional PHP environment, preferably within a Laravel context. Developers must have access to vector storage solutions and configured model providers to utilize the RAG and agentic capabilities. Familiarity with SchemaProperty attributes is necessary for defining structured output validation rules.