Releases: VincentMarquez/nexus-core
Release list
v0.6.0 — arXiv research + procurement agents
Domains
arXiv research
nexus arxiv search "multi agent"
nexus arxiv get 1706.03762 --pdf
nexus research "durable multi-agent systems" --max 8Procurement intelligence
nexus procure demo
nexus procure persona # system prompt for LLM agentsDeterministic scorecard, TCO, policy flags, expert lenses (Incoterms / Legal / Engineering).
LLM extracts quotes; engine owns every number.
Personas: docs/agents/PROCUREMENT.md, docs/agents/RESEARCH_ARXIV.md
v0.5.0 — Paste a GitHub URL, NEXUS does the rest
Paste any GitHub repo
./run https://github.com/owner/repo
nexus do owner/repo --goal "make tests pass"Clones → detects stack → installs → runs checks → fix loop (agents or heuristics) → NEXUS_REPORT.md.
Also: zero-config ./run stack start with auto agents (from 0.4.2).
v0.4.1 — Pages live, PyPI package name
Highlights
- GitHub Pages MkDocs build fixed (
mkdocs build --strict) - PyPI name:
nexus-multi-agent(the namenexus-coreis already taken on PyPI by an unrelated package) - Cookbooks on the docs site
- Removed committed
site/build artifact
Install (from source)
git clone https://github.com/VincentMarquez/nexus-core
cd nexus-core && make install && make startInstall (PyPI — after trusted publisher is configured)
pip install nexus-multi-agent
nexus start -yOne-time PyPI setup: see docs/PYPI.md
v0.4.0 — MCP, docs site, cookbooks, PyPI
Highlights
- Workspace MCP:
nexus mcp(Claude Desktop stdio) ornexus mcp --http - Docs site: GitHub Pages via MkDocs Material
- Cookbooks: five copy-paste recipes
- PyPI ready:
python -m build+ trusted publishing workflow
Install
pip install -e .
nexus start -y
nexus mcp --httpDocs: https://vincentmarquez.github.io/nexus-core/ (after Pages deploys)
v0.3.4 — CLI + judge + resume figure
Hero architecture SVG for the product pitch: CLI multi-agent, crash resume, rubric judge.
v0.3.3 — architecture figures
Publication-style SVGs: multi-agent panel, MCP mesh, GLM-5.2, pipeline, system overview. See docs/FIGURES.md
v0.3.2 — GLM-5.2 / colibrì on NEXUS
Docs + colibri-glm bus bridge so GLM-5.2 can be a NEXUS agent via coli serve. See docs/GLM52.md
v0.3.1 — connectors & MCP docs
Docs + templates for ChatGPT/Claude/Grok MCP, phone memory MCP, and local bus. No personal URLs or secrets.
v0.3.0 — one-command start
nexus start: auto hardware + bus + dashboard + local LLM. CLI optional.
v0.2.1 — launch pack
Video scripts, COMPARE, social post drafts, launch checklist. Run: make demo