Skip to content

Releases: VincentMarquez/nexus-core

v0.6.0 — arXiv research + procurement agents

Choose a tag to compare

@VincentMarquez VincentMarquez released this 15 Jul 02:19

Domains

arXiv research

nexus arxiv search "multi agent"
nexus arxiv get 1706.03762 --pdf
nexus research "durable multi-agent systems" --max 8

Procurement intelligence

nexus procure demo
nexus procure persona   # system prompt for LLM agents

Deterministic 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

Choose a tag to compare

@VincentMarquez VincentMarquez released this 15 Jul 00:22

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

Choose a tag to compare

@VincentMarquez VincentMarquez released this 15 Jul 00:04

Highlights

  • GitHub Pages MkDocs build fixed (mkdocs build --strict)
  • PyPI name: nexus-multi-agent (the name nexus-core is 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 start

Install (PyPI — after trusted publisher is configured)

pip install nexus-multi-agent
nexus start -y

One-time PyPI setup: see docs/PYPI.md

Docs: https://vincentmarquez.github.io/nexus-core/

v0.4.0 — MCP, docs site, cookbooks, PyPI

Choose a tag to compare

@VincentMarquez VincentMarquez released this 15 Jul 00:02

Highlights

  • Workspace MCP: nexus mcp (Claude Desktop stdio) or nexus 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 --http

Docs: https://vincentmarquez.github.io/nexus-core/ (after Pages deploys)

v0.3.4 — CLI + judge + resume figure

Choose a tag to compare

@VincentMarquez VincentMarquez released this 14 Jul 23:55

Hero architecture SVG for the product pitch: CLI multi-agent, crash resume, rubric judge.

v0.3.3 — architecture figures

Choose a tag to compare

@VincentMarquez VincentMarquez released this 14 Jul 23:54

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

Choose a tag to compare

@VincentMarquez VincentMarquez released this 14 Jul 22:42

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

Choose a tag to compare

@VincentMarquez VincentMarquez released this 14 Jul 22:41

Docs + templates for ChatGPT/Claude/Grok MCP, phone memory MCP, and local bus. No personal URLs or secrets.

v0.3.0 — one-command start

Choose a tag to compare

@VincentMarquez VincentMarquez released this 14 Jul 22:40

nexus start: auto hardware + bus + dashboard + local LLM. CLI optional.

v0.2.1 — launch pack

Choose a tag to compare

@VincentMarquez VincentMarquez released this 14 Jul 22:36

Video scripts, COMPARE, social post drafts, launch checklist. Run: make demo