Files
2026-06-05 02:29:53 +00:00

1.2 KiB

Changelog

0.1.0 (2026-06-05)

Initial release of @united-workforce/* — a stateless workflow engine for AI agent orchestration.

Packages

  • @united-workforce/protocol — shared types (WorkflowPayload, StepNode, etc.)
  • @united-workforce/util — Crockford Base32, ULID, structured logger, frontmatter parsing
  • @united-workforce/util-agent — agent factory, context builder, extract pipeline
  • @united-workforce/cliuwf CLI (thread lifecycle, status-based moderator, workflow registry)
  • @united-workforce/evaluwf-eval CLI (prepare → execute → collect eval pipeline)
  • @united-workforce/agent-hermesuwf-hermes adapter (Hermes Agent)
  • @united-workforce/agent-claude-codeuwf-claude-code adapter (Claude Code CLI)
  • @united-workforce/agent-builtinuwf-builtin adapter (built-in LLM agent)
  • @united-workforce/agent-mockuwf-mock adapter (deterministic test agent)

Highlights

  • Status-based graph routing (no LLM moderator cost)
  • CAS-backed immutable thread chains (@ocas/core)
  • Real token usage tracking (Hermes + Claude Code)
  • Eval framework with built-in judges (frontmatter, token-stats, test-pass)
  • $SUSPEND / resume for human-in-the-loop workflows