Introduction
AI Agentic Framework with built-in observability for PHP
Last updated
AI Agentic Framework with built-in observability for PHP
Last updated
Neuron AI is a framework for integrating AI Agents into your existing PHP applications.
It simplify every stage of the AI application development life cycle:
Development: You can build AI driven features into your application thanks to the Neuron core components or third party extensions.
Integration: Neuron is framework agnostic so you are free to create LLM interactions as stand alone applications, or integrate them as part of an existing architecture.
Observability: Turn your Neuron agents into production-ready applications, monitoring their performance and accuracy with built-in observability and AI Bug Fix provided by
Neuron uses a standard interface for large language models (AIProviderInterface
) that can be easily implemented to support more LLMs, as well as for the other components, such as embedding, vector stores, and data loaders.
With Neuron you will have a standard toolkit to implement AI driven applications drastically reducing vendor lock-in. You can switch between LLMs, vector stores, embedding providers, etc. with just a few lines of code without the need to refactor big portions of your application.
AI agents are essentially programs that can perform tasks in response to a prompt.
Compared to a raw LLM (that primarily provide information and respond to questions within a conversation), AI agents can take independent actions to complete tasks.
While a simple LLM can answer your questions directly during a conversation, an AI agent might be able to:
Research information across multiple websites and compile it for you
Manage your email by responding to simple messages
Monitor data and alert you via email when something important happens
Agents can be connected to your application context and services to handle repetitive or complex processes that would otherwise require significant user effort or technical knowledge.
At Inspector we have created the "AI Bug Fix". It's an agent that automatically provides you with a bug fix proposal in real-time as an error occurs, and it's obviously built with Neuron.
It incorporates several tools and prompts, it analyzes your application data and errors, connects with your repository, etc. to achieve a very accurate result.
This is just an example, and it depends on your application domain.
Register to the Neuron internal newsletter to get informative papers, articles, and best practices on how to start with AI development in PHP.
You will learn how to approach AI systems in the right way, understand the most important technical concepts behind LLMs, and how to start implementing your AI solutions into your PHP application with the Neuron AI framework.
We’re using Discussions as a place to connect with PHP developers working on Neuron to create their Agentic applications. We hope that you:
Ask questions you’re wondering about.
Share ideas.
Engage with other community members.
Welcome others and are open-minded.
Before you start writing code, we recommend reading the "" section to be aware of the fundamentals of the project.
Trace and evaluate your agents execution flow to help you move from prototype to production with confidence. Check out the .
Repository:
Inspector: