digitalelvis/neuronai-studio

NeuronAI Studio — visual workflow-based AI agent builder for Laravel

Maintainers

Package info

github.com/digitalelvis/neuronai-studio

pkg:composer/digitalelvis/neuronai-studio

Transparency log

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.3 2026-07-28 14:09 UTC

This package is auto-updated.

Last update: 2026-07-29 01:09:32 UTC


README

Documentation

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

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.