OpenFlow – RuFlo를 사용하여 Claude 코드 세션을 관리하기 위한 대시보드

hackernews | | 📦 오픈소스
#ai 딜 #anthropic #claude #openai #ruflo #다중 에이전트 #대시보드
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

OpenFlow는 RuFlo 기술을 활용하여 클로드(Claude) 코딩 세션을 통합 관리할 수 있는 대시보드 솔루션을 출시했습니다. 이 도구를 사용하면 개발자가 사용자 인터페이스를 통해 AI 코딩 세션을 직관적으로 제어하고 모니터링할 수 있어 업무 효율성을 크게 높일 수 있습니다. 또한, OpenFlow는 복잡한 세션 데이터를 시각화하여 프로젝트의 전체 진행 상황을 한눈에 파악할 수 있는 환경을 제공합니다.

본문

AI Coding Session Orchestration Dashboard The dashboard for Claude Code & OpenAI Codex. Launch, monitor, and manage AI coding sessions with RuFlo multi-agent orchestration — all from one place. OctoAlly is a local-first orchestration dashboard for Claude Code, OpenAI Codex, and RuFlo. Run multi-agent hive-mind sessions, single-agent workflows, and interactive terminals — with both Claude and Codex CLIs — all from a beautiful web UI with real-time streaming. Active Sessions Grid — Monitor all your AI coding sessions at a glance. The grid view shows every running session across all projects — hive-mind agents, solo Claude Code sessions, and terminals — each with live-streaming output. Click any cell to expand, or use the column controls to fit your screen. More highlights: - Reconnect anytime — Close a tab, restart the server, even reboot — every session is backed by tmux and persists. Reconnect and pick up exactly where you left off with full scrollback. - Pop out & adopt back — Open any session in your system terminal ( tmux attach ), work with your favorite tools, then bring it back into the dashboard. No lock-in. - Voice dictation — Speak your instructions using local Whisper STT (no cloud, no data leaves your machine) or cloud APIs like OpenAI/Groq. API keys are encrypted at rest with AES-256-GCM. - Per-project agents — Define custom agent personas in .claude/agents/*.md and launch them from the dashboard. Each project gets its own RuFlo config and agent definitions. - Dual CLI support — Launch sessions with either Claude Code or OpenAI Codex. Each session tracks which CLI it uses, with branded icons and separate configuration. - Active Sessions Grid — See every running session across all projects in a live-updating grid with real-time streaming output - Hive-Mind Sessions — Launch multi-agent orchestration via RuFlo with shared memory and consensus — supports both Claude Code and Codex - Agent Sessions — Run single-agent sessions with Claude Code ( .claude/agents/*.md ) or Codex - Dual CLI Support — Switch between Claude Code and OpenAI Codex per-session with branded icons, separate commands, and per-CLI settings - Interactive Terminals — Full terminal sessions with tmux persistence — pop out to system terminal and adopt back anytime - Built-in Web Browser — Browse and test web apps alongside your coding sessions with full OAuth support - Git Source Control — Side-by-side diffs, staged changes, commit history, and file explorer — review and commit AI-generated changes in-app - File Explorer — Browse your project files, open and edit them, all from the sidebar - Session Persistence — Every session survives server restarts, tab closes, and reboots — reconnect with full scrollback - Real-Time Streaming — WebSocket-powered live output, tool calls, and progress tracking - Multi-Project Support — Per-project RuFlo initialization, agent configurations, and task queues - Voice Dictation — Speak your instructions via local Whisper or cloud APIs (OpenAI, Groq) — keys encrypted at rest - Desktop App — Electron system tray app with auto-launch, server management, and native STT | Platform | Status | |---|---| | Linux (Ubuntu/Debian) | Fully supported | | macOS (Intel & Apple Silicon) | Fully supported | | Requirement | Why | Install | |---|---|---| | Node.js 20+ | Runtime for the server | nodejs.org | | Claude Code | Anthropic's AI coding agent | npm install -g @anthropic-ai/claude-code | | Codex CLI (optional) | OpenAI's AI coding agent | npm install -g @openai/codex | Important: Before installing OctoAlly, you must run Claude Code at least once to accept terms and enable non-interactive mode: claude # Accept terms & sign in claude --dangerously-skip-permissions # Enable non-interactive agent sessionsFor Codex support, also run: codex # Accept terms & sign in npx octoally@latest Installs OctoAlly, starts the server, and launches the desktop app. On subsequent runs, automatically updates if a new version is available. Custom install location: OCTOALLY_INSTALL_DIR=/opt/octoally npx octoally@latest - Web Dashboard: http://localhost:42010 - CLI: octoally start | stop | restart | status | update | logs - Desktop App: Optional Electron app with system tray and speech-to-text git clone https://github.com/ai-genius-automations/octoally.git cd octoally # Server cd server && npm install && npm run build && cd .. # Dashboard cd dashboard && npm install && npm run build && cd .. # Start cd server && npm start - Dashboard: http://localhost:42010 - Dev mode (with hot reload): cd server && npm run dev +cd dashboard && npm run dev OctoAlly is a dashboard that sits on top of Claude Code, OpenAI Codex, and RuFlo: - Claude Code is Anthropic's CLI agent for coding tasks (uses CLAUDE.md for project instructions) - OpenAI Codex is OpenAI's CLI agent for coding tasks (uses AGENTS.md for project instructions) - RuFlo adds multi-agent orchestration, hive-mind coordination, and memory to both CLIs - OctoAlly provides the UI to manage proje

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →