Skip to content

Repository files navigation

NexusAI

Intelligent Multi-Agent Workflow Orchestrator

License: MIT Next.js Status Part of

One command center. Infinite intelligence.

Architecture · Features · Quick Start · Stack


What is NexusAI?

NexusAI is a centralized multi-agent workflow orchestrator — a command center where you design, deploy, and monitor AI agents that automate complex business operations end-to-end.

Core Concept

You define:  What agents exist, what they do, when they run
NexusAI:     Executes, monitors, retries, logs, reports back

Architecture

nexusai/
├── src/app/
│   ├── page.tsx          Dashboard — agent overview & live runs
│   ├── agents/           Agent builder & management
│   ├── runs/             Execution history & logs
│   ├── workflows/        Multi-step workflow designer
│   └── analytics/        Performance and usage metrics
├── server/               Backend API (Node.js / Express)
│   ├── src/routes/       Agent CRUD, run execution, scheduling
│   ├── src/workers/      Background execution workers
│   └── prisma/           DB schema
└── tests/                Unit and integration tests

Features

Feature Description
Agent Builder Define agents with triggers, schedules, and step sequences
Live Execution Watch agent runs in real time with step-by-step logs
Retry Logic Automatic retry with configurable backoff on failure
Analytics Run history, success rates, performance trends
Multi-Trigger Cron schedules, webhooks, manual, or event-driven

Stack

Frontend: Next.js 16 · React 19 · TypeScript · Tailwind CSS 4

Backend: Node.js · Express · Prisma · PostgreSQL · Bull (job queue)

Infra: Docker · Redis · WebSocket for live run streaming

Quick Start

git clone https://github.com/Davidcarmelalex/nexusai
cd nexusai && npm install
cp .env.example .env
npm run dev

Ecosystem

NexusAI is part of the Voltex Network — operated by FCRI.


NexusAI — Orchestrate intelligence.

About

Intelligent multi-agent workflow orchestrator — centralized command center for automating complex business operations

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages