Skip to content

Braid 0.1.0

Choose a tag to compare

@drewstone drewstone released this 11 Aug 13:24
650b0e4

Braid is a terminal client over agent-runtime. One AgentProfile can drive supported coding runners through CLI Bridge, Tangle inference, or Tangle sandboxes.

Highlights:

  • Durable CLI Bridge jobs survive detach, Braid restart, reconnect, and follow-up turns.
  • The TUI and JSONL interface expose exact profile, runner, model, connection, environment, session, usage, and completeness.
  • Activity, trace analysis, comparisons, approvals, forks, and graphs share one application core.
  • The README includes a real Pi and GLM-5.2 coding run plus its retained execution receipt.

Install:

npm install --global @tangle-network/braid
braid

Direct checks:

  • Public registry tarball SHA-256: 3f0343a6337feb7da794e9195706f8aefc119068e2c35113d9df8b3293fa84c9.
  • A clean registry install completed a headless Braid turn.
  • A clean candidate install completed three real Pi and GLM-5.2 turns across a Braid restart on one provider session.
  • GitHub CI passed on Linux, macOS, and Windows.
  • 633 tests ran: 631 passed, 2 intentional skips, 0 failed.