AgentPlayground
Docs
Changelog / versions

A plain-language summary of what's shipped, newest first — pulled from the project's real session
history (HANDOFF.md), not a marketing timeline. Check GET /api/version for the exact running
version number and download URL.

2026-07-08 — Playground Library made real + documentation site rebuild
  • Library REAL — one-click free pack installs, paid-pack redemption codes, export any playground as a pack, admin code issuing. See Browse & install packs.
  • Meeting reliability fixes: Ollama model picker now reads real pulled models instead of a stale hardcoded list; multiple agents/teams dispatched in one coordinator turn now run concurrently instead of queuing one after another.
  • This documentation site — the shell (sidebar/search/on-page ToC) and its full content, including this page.
2026-07-07 — Meetings, Projects, and the business pivot
  • Meetings (/meetings) — live, round-based discussions between teams/agents, mid-meeting interjection, decisions that dispatch straight into tasks.
  • Projects (/projects) — isolated disposable workspaces: their own chat, files, schedule, and Brain namespace, teams borrowed by reference, full delete-preview before teardown.
  • Pricing/positioning reset around private server deployments rather than shared hosting.
2026-07-06 — NVIDIA free API provider

Free, no-credit-card cloud models added as a third provider option alongside Anthropic and Ollama —
see NVIDIA (free tier). Free-tier fallback chain added so a key-free or
Ollama-only install still works end to end.

Late June 2026 — Playground platform direction
  • Playgrounds as containers grouping teams by context, each independently scoped against the Brain.
  • Sidebar rebuilt: flat Chat + Overview + Playgrounds navigation, unified logo.
  • Design System v4: Claude-Desktop-style charcoal dark mode + blue-cyan brand color, replacing the earlier copper/rust palette.
May 2026 — Core platform buildout
  • Plans system: create → council review → approve → dispatch → execute across multiple teams.
  • Workspace tabs, PWA support, direct in-app agent editor.
  • 2nd Brain: vault notes, semantic search, MCP endpoint for external LLMs.
March–April 2026 — Foundation
  • Teams, Agents, Skills, streaming chat with the coordinator and a full tool loop.
  • Admin panel, billing, license model, self-optimization flywheel (local-model task routing).
  • Production-readiness pass: rate limiting, error handling, deployment hardening.
Checking your installed version

GET /api/version is public and unauthenticated — it returns the current version, the download
URL for the latest release, and a short changelog string, so a running install (or a script) can
check itself against the latest release without you having to look it up manually.