hive
by tt-a1i
Browser-native multi-agent CLI orchestration with PTY-backed agent processes
What It Does
Runs multiple coding-focused LLM agents as real PTY processes in the browser or Node environment to collaborate on CLI workflows. Uses a lightweight team protocol to route stdin/stdout between agents (Claude Code, Codex, Gemini, OpenCode) and the user's terminal, letting each model act as an independent process. Distinctive features include local-first PTY integration and explicit process-level agentization for debugging and reproducibility. This aligns with the Emergence-Aware Monitoring Pattern Emergence-Aware Monitoring Pattern.
Why It Matters
When to Use
Developers and researchers who want to prototype multi-agent coding workflows and observe per-agent behavior in terminal-based workflows. Agent Registry Pattern
Applications
- Prototype multi-agent coding workflows that coordinate via a terminal interface
- Capture per-agent stdin/stdout to reproduce failures and inspect agent decisions
- Compare model behaviors in identical CLI tasks to build agent track records