Neuron AI
Monitor your AI Agents, RAGs, and Workflows in real-time.
The Problem With AI Systems
Install
composer require inspector-apm/inspector-phpGet Started
INSPECTOR_INGESTION_KEY=nwse877auxxxxxxxxxxxxxxxxxxxxxxxxxxxxuse Inspector\Neuron\InspectorObserver;
class MyAgent extends Agent
{
public function __construct()
{
parent::__construct();
// Register the InspectorObserver
$this->observe(InspectorObserver::instance());
}
...
}
Create An Ingestion Key
Configure Observer
Background Workers
Add The Framework Specific Package
Laravel / LumenSymfonyCodeIgniterSlimLast updated