Skip to content

v0.1.0 — public preview

Latest

Choose a tag to compare

@Logos-Flux Logos-Flux released this 03 May 23:11

First curated public release of Cloudflare Multi-Agent.

This is a v0.1.0 public preview. The runtime code is functional and deploys via wrangler deploy, but several quality gates are not yet green — see KNOWN_ISSUES.md for the path to v1.0.0.

Highlights

  • Hierarchical Organization → Instance → Project model on Cloudflare Workers
  • Image generation worker with Ideogram provider adapter
  • Text generation worker with OpenAI, Anthropic, and a dynamic Config-Service-driven adapter
  • R2 storage manager with per-instance/per-project path scoping
  • Rate limiter backed by Durable Objects
  • Auth / key-manager service with encrypted credential storage
  • Admin panel, monitoring dashboard, and image/text testing GUIs

Known limitations

  • tsc --noEmit reports ~220 errors (mostly Env type gaps and catch-block narrowing)
  • 13 of 417 tests fail (logging cutoff, IdeogramAdapter, R2 fallback URL)
  • No ESLint config yet — npm run lint won't run

See CHANGELOG.md and KNOWN_ISSUES.md for the full picture, and CONTRIBUTING.md if you'd like to help close any of the gaps.