Skip to content

v1.8.0 — Autonomous Agent Runtime

Choose a tag to compare

@github-actions github-actions released this 22 Jul 15:40
· 15 commits to main since this release

1.8.0 — Autonomous Agent Runtime

The primitives to build a Manus-style autonomous system on an edge-safe, zero runtime dependency core. Heavy pieces stay behind Node seams you can swap (Docker, E2B, Playwright, …).

Packages: @deuz-sdk/core@1.8.0 · @deuz-sdk/react@1.8.0

What's new

  • Workspace (./workspace, ./workspace/node) — path-addressed externalized memory, in-memory + sandboxed file backend, createWorkspaceTools. Persist plan.json, notes, and artifacts across compaction / checkpoints / restarts.
  • Compute / CodeAct (./compute, ./compute/node) — ComputeSandbox (runCode / runShell), codeActTool / shellTool, Node reference sandbox. Thrown runs self-heal into is_error results.
  • Planner → Executor → Verifier (./autonomy, verifyStep) — planTasks + TaskList reducers; verifyStep on both loops; bestOfN, selfConsistency, parallelAgents.
  • Background runs (./runtime, ./runtime/node) — RunManager, pollStaleRuns, live plan-update / activity stream parts (UI wire + useChat), mid-run steering.
  • Browser (./browser, ./browser/node) — createBrowserTools + Playwright reference adapter (optional peer).
  • Providers + model router (./providers) — published Groq / Mistral / DeepSeek / Together / OpenRouter / Cerebras / Fireworks / Moonshot·Kimi / Qwen / GLM / MiniMax + createProviderRegistry.
  • Testing (./testing) — published createMockModel, runEval, golden-replay fixtures.
  • Azure / Bedrock / KimicreateAzure, createBedrock (Mantle Bearer; no SigV4), createKimi alias.

All additive. Node-only code under */node. Stream/UI wire gains open-union parts (v1 clients unaffected).

Docs

Install

npm install @deuz-sdk/core@1.8.0
npm install @deuz-sdk/react@1.8.0   # optional

Full Changelog: v1.7.1...v1.8.0