Skip to content

Releases: blakeaber/rooben

v0.1.0 — Initial Release

24 Mar 22:43

Choose a tag to compare

Rooben v0.1.0 — Initial Release

Your taste is the product.

Spec-driven, multi-agent orchestration with verification and budget enforcement.

What's included

  • Orchestration engine — Plan → Execute → Verify → Deliver pipeline
  • 4 agent transports — LLM, MCP (tool-calling), HTTP, Subprocess
  • 4 LLM providers — Anthropic, OpenAI, AWS Bedrock, Ollama
  • Chained verification — Test runner + LLM judge with retry feedback
  • Budget enforcement — Hard limits on tokens, USD, wall-time, concurrency
  • Web dashboard — Live DAG monitoring, cost analytics, integrations hub
  • 17 bundled extensions — Templates, integrations, and agent presets
  • Interactive refinement — Chat-based spec authoring
  • CLIrooben go, rooben run, rooben refine, rooben demo

Quick start

pip install -e .
rooben demo          # No API key needed
rooben go "Build a REST API with auth and tests"

Links

Apache-2.0 License