Download Latest Version v1.4.0 source code.tar.gz (2.4 MB)
Email in envelope

Get an email when there's a new version of Open Multi-Agent

Home / v1.4.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-09 1.8 kB
v1.4.0 source code.tar.gz 2026-05-09 2.4 MB
v1.4.0 source code.zip 2026-05-09 2.5 MB
Totals: 3 Items   4.9 MB 0

Highlights

Official org package

Open Multi-Agent now has an official organization package:

:::bash
npm install @open-multi-agent/core

New projects should use @open-multi-agent/core.

Plan-only orchestration

Adds PlanOnly mode so teams can inspect the coordinator's task DAG before running agent work. (#203 by @CodingBangboo)

LLM adapter improvements

  • Preserve reasoning blocks across Anthropic and Gemini turns. (#205 by @MyPrototypeWhat)
  • Forward reasoning_effort and backfill sampling-parameter parity across OpenAI-compatible, Copilot, and Azure paths. (#209 by @MyPrototypeWhat)
  • Add a Mistral provider example and README entry. (#206 by @mvanhorn)

Shared memory TTL

SharedMemory entries can now expire by turn count. (#213 by @MyPrototypeWhat)

Fixes

  • Keep text-tool extraction depth non-negative when a stray closing brace appears. (#217 by @voidborne-d)
  • Fix truncation behavior and tighten coordinator dependency guidance. (#215 by @CodingBangboo)

Examples and Docs

  • Add paper replication triage cookbook example. (#202 by @DaiMao-UT)
  • Add rare disease information triage example. (#211 by @oooooowoooooo)
  • Refresh README, hero animation, badges, docs, and repository links for the new GitHub organization. (#214 and [#218] by @JackChen-me)

Compatibility

No intentional runtime API breaks were introduced. The package identity changed to @open-multi-agent/core.

The previous package path, @jackchen_me/open-multi-agent, remains supported during the migration window and is also published at 1.4.0.

Install

:::bash
npm install @open-multi-agent/core@1.4.0

Legacy path during the migration window:

:::bash
npm install @jackchen_me/open-multi-agent@1.4.0
Source: README.md, updated 2026-05-09