digitalelvis / neuronai-studio
NeuronAI Studio — visual workflow-based AI agent builder for Laravel
v3.10.0
2026-09-09 12:45 UTC
Requires
- php: ^8.2
- amphp/amp: ^3.0
- illuminate/console: ^11.0|^12.0|^13.0
- illuminate/contracts: ^11.0|^12.0|^13.0
- illuminate/database: ^11.0|^12.0|^13.0
- illuminate/http: ^11.0|^12.0|^13.0
- illuminate/routing: ^11.0|^12.0|^13.0
- illuminate/support: ^11.0|^12.0|^13.0
- illuminate/view: ^11.0|^12.0|^13.0
- livewire/livewire: ^3.5|^4.0
- neuron-core/neuron-ai: ^3.16
Requires (Dev)
- orchestra/testbench: ^9.0|^10.0|^11.0
- phpunit/phpunit: ^11.0
Suggests
- elasticsearch/elasticsearch: Required for the Elasticsearch knowledge-base vector store driver.
- neuron-core/php-vector: Required for the PHPVector (HNSW) knowledge-base vector store driver.
- opensearch-project/opensearch-php: Required for the OpenSearch knowledge-base vector store driver.
- typesense/typesense-php: Required for the Typesense knowledge-base vector store driver.
Provides
None
Conflicts
None
Replaces
None
- dev-main
- v3.10.0
- v3.9.0
- v3.8.0
- v3.7.2
- v3.7.1
- v3.7.0
- v3.6.0
- v3.5.0
- v3.4.0
- v3.3.3
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.0
- v3.1.x-dev
- v3.1.0
- v3.0.0
- v2.7.0
- v2.6.1
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.1
- v2.2.0
- v2.1.x-dev
- v2.1.0
- v2.0.x-dev
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.1.0
- v1.0.0
- v0.10.0
- v0.9.0
- v0.8.1
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.1
- v0.5.0
- v0.4.0
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.0
- v0.1.2
- v0.1.1
- v0.1.0
- dev-feat/official-mcp-connectors-oauth
- dev-feat/shared-plugin-packages
- dev-feat/agent-skills
- dev-docs/parse-json-list-operator
- dev-fix/workflow-state-snapshot
- dev-fix/switch-inspector-cases
- dev-feat/canvas-node-names
- dev-feat/optional-multi-tenancy
- dev-feat/agui-native-protocol
- dev-fix/condition-operator-select
- dev-chore/rebuild-studio-assets
- dev-feat/conditions-switch-state-vars
- dev-feat/state-variable-picker-initial-state
- dev-feat/runtime-tool-context
- dev-feat/workflow-cyclic-graphs
This package is auto-updated.
Last update: 2026-09-09 12:46:59 UTC
README
Create agents, design workflow graphs, run them at runtime for prototyping, and export production-ready PHP classes.
Documentation
Full documentation is available on GitBook:
https://vibemx.gitbook.io/neuronai-studio
Quick links:
Requirements
- PHP 8.2+
- Laravel 11, 12, or 13
- neuron-core/neuron-ai
Quick install
composer require digitalelvis/neuronai-studio neuron-core/neuron-ai php artisan neuronai-studio:install
Open /neuronai-studio (configurable via NEURONAI_STUDIO_ROUTE_PREFIX).
Features
- Agents — CRUD with provider, model, system prompt, tools, and MCP bindings
- Playground — Streaming chat with threads and attachments
- Knowledge Bases — Document ingest, embeddings, and Neuron vector stores for RAG
- Workflows — Visual graph editor with 15 node types
- Tools — Builder, webhook, RAG, registry, and CLI codegen
- MCP Servers — Stdio and HTTP connectors
- Runtime — Execute workflows with traces and human-in-the-loop
- Export — Generate Neuron Agent/Workflow/Tool PHP classes
- Templates — Pre-built agent and workflow starters
Demo App
See examples/demo-app for a local development setup.
Contributing
Contributions are welcome! See CONTRIBUTING.md.
License
MIT — see LICENSE.