nexus
Distributed virtual filesystem for multi-agent storage and coordination
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Nexus?โผ
Run `npx skills add nexi-lab/nexus --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Nexus solve for multi-agent systems?โผ
Nexus handles how agents coexist: shared storage, permission boundaries, inter-agent messaging, and distributed coordination, so multiple agents work together reliably across nodes.
How do agents connect to Nexus?โผ
Agents connect transparently through a hook layer that intercepts file operations, or directly via the Python SDK, CLI, or TUI against a running nexusd daemon.
Can Nexus run without Docker or external services?โผ
Yes. You can run it embedded in a single Python process with zero infrastructure, or as a standalone daemon, and scale up to a full cluster later.
Does Nexus support permissions and data isolation?โผ
Yes. It includes Zanzibar-style ReBAC permissions, zone isolation, encrypted-at-rest storage, and audit logging so agents only access what they are allowed to.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core