Skip to content

v0.1.2 — Initial Release

Choose a tag to compare

@CCLucky-uu CCLucky-uu released this 29 May 14:45
· 71 commits to main since this release

v0.1.2 — Initial Release

The first public release of TaskMeld, an agent pipeline orchestration platform for OpenClaw.

What's included

  • CLI tool taskmeld — pipeline, agent, server, scheduler, artifact, system
  • taskmeld init — interactive guided setup for OpenClaw Gateway connection
  • HTTP REST API — full control plane with Trie-based routing
  • WebSocket broadcast — real-time pipeline and gateway state streaming
  • React console — DAG visualization, agent sessions, artifact browser, log viewer
  • DAG pipeline engine — parallel groups, routing branches, per-node retry, state machine
  • OpenClaw Gateway integration — WebSocket client for auth, event relay, agent session delegation
  • User-level config and data~/.taskmeld/, zero external database dependency

Requirements

  • Node ≥ 18
  • OpenClaw ≥ 5.20
  • Windows (macOS and Linux are not yet tested)

Install

npm install -g taskmeld
taskmeld init
taskmeld server start