Skip to content

oxedom/haflow

Repository files navigation

haflow (Human Agent flow) [WIP!]

Haflow

A local fullstack webapp control panel for orchestrating containers (Claude Code coding agents images) in your local development cycle. Served via React App

Launch missions, monitor agent progress in real-time, and approve outputs at human gates—all from a browser UI. Agent steps run in isolated Docker containers.

🌐 Why Web-Based?

  • Dashboard view of all missions and their status
  • Mobile access via Tailscale while AFK
  • Remote deployment on a VPS
  • Team visibility for shared mission observation

📋 Requirements

  • Node.js >= 18.0.0
  • pnpm >= 10.x
  • Docker

🚀 Quick Start

pnpm install
pnpm --filter @haflow/shared build
pnpm --filter @haflow/backend dev   # port 4000
pnpm --filter frontend dev          # port 5173

🧰 CLI

pnpm --filter @haflow/cli build
pnpm add -g /home/s-linux/projects/haflow/packages/cli

haflow init
haflow link /path/to/project
haflow start
haflow status