Skip to content

v0.6.0: Workflow Automation & Economy

Choose a tag to compare

@Toufumind Toufumind released this 09 Jun 16:50
· 129 commits to master since this release

Mind Agency v0.6.0

New Features

  • Workflow Automation: EventBus instant triggering, auto-retry, timeout monitoring
  • Token Economy: Deposit/transfer/reward/budget per agent
  • Task Claiming: Post/claim/select workflow with rewards
  • Learning System: AI evaluation, reviewer scoring, learning records
  • Orchestrate API: Goal decomposition → workflow creation → trigger
  • Transformer-style Architecture Diagram: NLP paper-style workflow visualization

Bug Fixes

  • Notification path consistency (AGENTS_DIR)
  • Engine singleton (shared instance)
  • ESM require() issues
  • signal-collector emailCheck bug
  • _group type safety (removed 7x 'as any')
  • getStats() retry count bug

Architecture Improvements

  • EventBus replaces file communication for instant agent triggering
  • Priority bucket queue O(1) insertion/dequeue
  • Adaptive heartbeat (2min active / 5min idle)
  • Auto-save agent output to files

Frontend

  • Dashboard: token leaderboard + open tasks
  • Group page: task board + orchestrate button
  • Agent page: token balance + transaction history
  • Learning page: scores, approval rates, feedback
  • Workflow: Transformer-style architecture diagram

Download

  • 📦 Mind Agency.exe (~795 MB) - No Node.js required