langclaw 0.4.0 — dynamic workflow patterns
0.4.0 ships the workflow pattern cookbook: a running implementation of every orchestration pattern from Anthropic's dynamic workflows guide, plus two new primitives that power them.
0.4.0 ships the workflow pattern cookbook: a running implementation of every orchestration pattern from Anthropic's dynamic workflows guide, plus two new primitives that power them.
0.3.0 makes workflows properly durable: steps survive crashes, incomplete runs resume on restart, and fan-out failures are isolated rather than fatal.
0.2.0 introduces two major primitives: the @app.workflow decorator for durable multi-step routines, and an opt-in sandboxed code interpreter that lets the agent author and run its own workflows at runtime.