PHP Agent Development Kit for building LLM applications
Top 41.3% on sourcepulse
This PHP framework enables developers to build customizable, production-ready LLM applications. It targets PHP developers looking to integrate LLM capabilities into their projects, offering a structured approach to creating agents, managing memory, and implementing complex patterns like RAG and tool usage.
How It Works
Neuron AI provides an extensible Agent
class that abstracts LLM interactions, memory management, and tool execution. Developers define an AIProviderInterface
to switch between LLM backends (Anthropic, Ollama, OpenAI, Gemini) and use a SystemPrompt
class to construct detailed instructions for the LLM. Tools can be defined with callable functions and properties, or integrated via an MCP server connector, allowing agents to perform external tasks. For RAG, a separate RAG
class is available, requiring configuration of embeddings and vector stores.
Quick Start & Requirements
composer require inspector-apm/neuron-ai
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The framework is presented as a development kit, and specific implementations for retrieving YouTube transcriptions or connecting to MCP servers are shown as examples requiring developer implementation.
4 days ago
1 day