The whole stack,
laid bare.
A walk-through of every primitive in Nexus Suite — runtime, IDE, swarms, memory, skills, MCP, plugins, providers — and what each unlocks.
Native function-calling on a 7B.
Reliable tool use even on small models, thanks to the OpenAI tools API and a smart-retry guard. Multi-call per turn, approval gates, repetition detection, undo stack — all in the box.
- ◆Multiple tool calls per single response
- ◆Smart-retry forces tools when needed
- ◆Per-tool approval rules (delete, commit, exec)
- ◆Undo stack for every write/patch/delete
- ◆Reasoning-tag stripping for DeepSeek-R1 style models
An editor that already knows you.
Built on Code-OSS, free to use, hackable. The agent panel sits beside your code with full context. All your existing extensions still work.
- ◆Agent panel with live tool stream
- ◆Inline edits, accept/reject hunks
- ◆Swarm visualizer in the side panel
- ◆Checkpoint markers in the gutter
- ◆MCP server discovery + plugin loader
EXPLORER
NEXUS
Decompose, dispatch, return.
Hand Nexus a multi-step task. It plans, spawns N parallel sub-agents with stable IDs, enforces per-child timeouts, supports cooperative interrupts, and aggregates results.
- ◆Auto-decomposition of complex tasks
- ◆Per-child timeout enforcement
- ◆Cooperative interrupt signals
- ◆Stable subagent IDs for tracing
- ◆Spawn-pause gate to throttle fan-out
Remembers what matters.
LLM-based fact extraction, no hardcoded patterns. Capacity-tracked stores so the system prompt never bloats. Profile-aware. Survives every restart.
- ◆Dynamic fact extraction from conversations
- ◆Capacity indicators in the system prompt
- ◆SQLite FTS5 search across all sessions
- ◆Skill auto-creation from successful runs
- ◆Per-profile isolation — work, personal, projects
Local for speed. Cloud for the hard parts.
Auto-routes by task complexity, latency budget, and your privacy rules. Cheap things on a 7B locally; frontier-grade when the task earns it.
- ◆Per-mode model assignment (fast / code / reasoning)
- ◆Latency-aware fallback chains
- ◆Auto-detection of LM Studio, Ollama, OpenAI-compatible
- ◆Cloud delegation through your own subscriptions
- ◆Token-budget enforcement per route
Extend in 10 lines of Python.
22 built-in tools cover the basics. Speak the Model Context Protocol natively for everything else. Drop a Python file into `.nexuscore/plugins/` and it shows up in the model's tool list.
- ◆22 tools: files, terminal, git, web, code, memory
- ◆MCP via stdio transport — filesystem, github, postgres, brave
- ◆Hot-reload plugin system, no rebuild
- ◆Per-tool approval policy
- ◆Tool schemas exposed via `tools schemas`