# neuron-ai

> The PHP Agentic Framework to build production-ready AI driven applications. Connect components (LLMs, vector DBs, memory) to agents that can interact with your data. With its modular architecture it's

- **URL**: https://www.freshcrate.ai/projects/neuron-ai
- **Author**: neuron-core
- **Category**: Databases
- **Latest version**: `3.15.6` (2026-06-03)
- **License**: MIT
- **Source**: https://github.com/neuron-core/neuron-ai
- **Homepage**: https://docs.neuron-ai.dev
- **Language**: PHP
- **GitHub**: 1,858 stars, 205 forks
- **Registry**: github
- **Tags**: `agent`, `agentic-ai`, `agentic-framework`, `agents`, `ai`, `llm`, `llm-inference`, `llms`, `php`

## Description

The PHP Agentic Framework to build production-ready AI driven applications. Connect components (LLMs, vector DBs, memory) to agents that can interact with your data. With its modular architecture it's best suited for building RAG, multi-agent workflows, or business process automations.

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `3.15.6` | 2026-06-03 | High | - Make the LogObserver easy to extends - PR #582 by @bytestream  - Docker configuration for local development and test |
| `3.15.5` | 2026-05-28 | High | Fix Qdrant async ops |
| `3.14.4` | 2026-05-22 | High | Fix tool array in ToolCallMessage |
| `3.4.8` | 2026-05-15 | High | support reasoning content in Deepseek and Alibaba providers - PR #573  - by @tw2066 |
| `3.4.6` | 2026-05-12 | High | Custom Tool Call Tracking for Max Runs - PR #566 by @tryvin   ```php class MyCustomTool extends Tool implements HasRunKey {     ...      public function getRunKey(): string     {         return $this->name . ':' . json_encode($this->inputs);     } } ``` |
| `3.4.4` | 2026-05-08 | High | ## New Vector Stores  - MariaDBVectorStore: https://docs.neuron-ai.dev/rag/vector-store#mariadb - WeaviateVectorStore: https://docs.neuron-ai.dev/rag/vector-store#weaviate |
| `3.4.2` | 2026-05-05 | High | Improve the Workflow Executor design |
| `3.3.11` | 2026-04-29 | High | Fix Tavily search tool - PR #561 by @AlexTr |
| `3.3.10` | 2026-04-20 | High | Fix #554 |
| `3.3.9` | 2026-04-20 | High | Fix tool content deserialization in chat history - Fix #550  Add options argument to GuzzleHttpClient - Fix #551 |

## Citation

- HTML: https://www.freshcrate.ai/projects/neuron-ai
- Markdown: https://www.freshcrate.ai/projects/neuron-ai.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/neuron-ai/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
