{"_id":"@1yoouoo/agentflow","name":"@1yoouoo/agentflow","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@1yoouoo/agentflow","version":"0.1.0","description":"Real-time agent orchestration visualizer for Claude Code","bin":{"agentflow":"src/cli.js"},"scripts":{"start":"node src/cli.js"},"keywords":["claude-code","agent","orchestration","harness","tui","visualization"],"license":"MIT","dependencies":{"commander":"^14.0.3","ink":"^6.8.0","react":"^19.2.4"},"devDependencies":{"@babel/core":"^7.29.0","@babel/preset-env":"^7.29.2","@babel/preset-react":"^7.28.5","@babel/register":"^7.28.6","@types/babel__register":"^7.17.3"},"_id":"@1yoouoo/agentflow@0.1.0","gitHead":"c74a28101bf74af9a9b5e7ccc04930736a8f9dba","_nodeVersion":"20.11.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-Qu7jzX627F6yfXjJnn32+IS/fwk2wGyun3I33AhpI5PT0MBB6phZIOH59+imrh7JsOUWdz+nEbv5jwhv8f0mgA==","shasum":"5846ecdeb9ff10b62a0fea11e03953b38d0b6e70","tarball":"https://registry.npmjs.org/@1yoouoo/agentflow/-/agentflow-0.1.0.tgz","fileCount":12,"unpackedSize":36101,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDTJRMUzliTM3jvHhQGdxEydkc3rKNf5rR5FT2Oy6QVOgIhANSH3za/jWoHLP36w8yn3HMtMJoxbQhLYoviscR/OkKN"}]},"_npmUser":{"name":"1yoouoo-claude","email":"1yoouoo@gmail.com"},"directories":{},"maintainers":[{"name":"1yoouoo-claude","email":"1yoouoo@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/agentflow_0.1.0_1774332083402_0.3268570035773053"},"_hasShrinkwrap":false}},"time":{"created":"2026-03-24T06:01:23.180Z","0.1.0":"2026-03-24T06:01:23.536Z","modified":"2026-03-24T06:01:23.917Z"},"maintainers":[{"name":"1yoouoo-claude","email":"1yoouoo@gmail.com"}],"description":"Real-time agent orchestration visualizer for Claude Code","keywords":["claude-code","agent","orchestration","harness","tui","visualization"],"license":"MIT","readme":"# agentflow\n\n> Real-time agent orchestration visualizer for Claude Code\n\nWatch your Claude Code agents run in real-time — parallel and sequential flows shown as a live status line at the bottom of your terminal.\n\n## Demo\n\n```\n⠙ batch-orchestrator › video-converter  ━━━━━━░░░░  3/8  37%  1m 23s\n```\n\nAutomatically appears in Claude Code's status bar whenever agents are running. No separate terminal needed.\n\n## Install\n\n```bash\nnpm install -g @1yoouoo/agentflow\n```\n\n## Usage\n\n```bash\n# One-time setup — registers hooks in Claude Code\nagentflow setup\n\n# That's it. Run Claude Code normally and the status line appears automatically.\n\n# Optional: view full agent tree\nagentflow watch\n\n# Clear history between runs\nagentflow clear\n```\n\n## How It Works\n\nagentflow hooks into Claude Code's `PreToolUse` / `PostToolUse` events for the `Agent` tool.\nEach hook call writes a JSON event to `~/.cc-flow/events.jsonl`.\n\nThe native Claude Code `statusLine` feature reads that file on every refresh and renders:\n- Animated spinner showing active state\n- Current agent execution path (root › parent › child)\n- Thin progress bar + completion count\n- Elapsed time since the run started\n\nParent/child relationships are inferred from call depth — when one agent spawns another,\nthe nesting appears automatically.\n\n## Requirements\n\n- Node.js 18+\n- Claude Code\n\n## License\n\nMIT\n","readmeFilename":"README.md","_rev":"1-6343fc11d5af8e926d908077bbf43dad"}