Skip to content

OpenMaple v0.1.0

Choose a tag to compare

@dragonforce2010 dragonforce2010 released this 20 Jun 10:25
· 105 commits to main since this release
ca2aa8a

OpenMaple v0.1.0 is the first public release of the open-source managed-agent control plane.

Run it locally:

docker compose up --build

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 is included:

  • React console for managed-agent resources
  • Express control-plane API for tenants, workspaces, agents, environments, sessions, vaults, deployments, and API keys
  • Self-contained Docker Compose path with local MySQL 8 and dev login
  • Session event log for durable agent runs
  • Runtime and sandbox provider boundaries for portable execution
  • Node SDK and Maple CLI entry points
  • Public GitHub Pages site with real console screenshots and a real product tour video
  • Public support, security, contribution, roadmap, and issue-template surfaces

Use it when you want the managed-agent operating model without binding runtime, sandbox, storage, or model access to one cloud. Model keys and sandbox provider keys are only needed when you run real agent loops or external tool execution.

Links:

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