Skip to content

RavenClaw v0.9.1 — Self-provisioning sub-agents & swarm orchestration

Choose a tag to compare

@egkristi egkristi released this 25 Jun 07:31
· 30 commits to master since this release

What's New in v0.9.1

Self-Provisioning Sub-Agents & Swarm Orchestration

  • SwarmOrchestrator: Recursive sub-agent spawning with depth limits
  • Worker Profiles: 6 built-in profiles (default, researcher, executor, reviewer, supervisor, creative)
  • SwarmTopology: Hierarchical task decomposition with role assignment
  • CLI integration: --mode orchestrate flag for swarm mode

Fixes

  • Fixed Cargo.lock dependency drift that caused CI test failures

Full changelog:

cf8b1cc Fix Cargo.lock: restore dependency versions from v0.9.0, only bump ravenclaw to 0.9.1
d1e51f1 Release v0.9.1 — Self-provisioning sub-agents & swarm orchestration
cca0dda Self-provisioning of sub-agents: recursive swarm orchestration