Skip to content

OpenMaple v0.2.0 - self-contained local Docker managed agents

Choose a tag to compare

@dragonforce2010 dragonforce2010 released this 21 Jun 14:59
a608d88

OpenMaple v0.2.0 makes the public first-run story self-contained: Docker Compose starts the console, API, MySQL, local dev login, local Docker runtime pools, and local Docker sandbox pools.

Try it locally

docker compose up --build
npm run smoke:local

Then open:

Console: http://127.0.0.1:27951/
Health:  http://127.0.0.1:27951/health
Login:   http://127.0.0.1:27951/v1/auth/bootstrap

What changed

  • Added a self-contained local Docker evaluation path for the managed-agent platform.
  • Default local environments now use local_docker for both agent runtime and sandbox pools.
  • Local Docker mode hides OAuth/SSO provider setup and does not require E2B or veFaaS credentials for the default path.
  • Runtime and sandbox provider boundaries remain explicit so teams can move from local Docker to cloud providers when evaluation needs it.
  • README, Chinese README, website CTA, social card, and launch discussion now point readers at the local Docker first-run path and the YouTube product tour.

Public proof

Verification on this release path

  • PR #48 added the self-contained local Docker runtime/sandbox path.
  • PR #49 refreshed README, website, and social assets around that path.
  • PR #50 made public surfaces point at the latest release instead of the old v0.1.0 tag.
  • GitHub Actions quality check is green on the release commit.

OpenMaple is not an Anthropic official product. It implements a similar managed-agent platform idea in an open stack. This release avoids production-adoption, customer-count, or benchmark claims unless the repo contains reproducible evidence.