Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

FleetView – 多数のClaude Codeエージェントを同時に実行するためのブラウザ操縦席

FleetViewは、多数のClaude Codeエージェントをブラウザ上で一括管理・監視できるツールです。複数のAIエージェントを同時に実行し、その進捗や出力を一目で確認できる「操縦席」のようなインターフェースを提供します。これにより、大規模なコードベースの並行処理や複数タスクの効率的な運用が可能になります。

背景メモ

FleetViewは、Anthropic社のAIアシスタント「Claude Code」(Claude 3.5/4シリーズをターミナル上で動作させるエージェント)を多数同時に起動・監視するためのブラウザベースの統合インターフェース。通常Claude CodeはCLI(コマンドライン)で1対1で操作するが、FleetViewを使うと複数のタスクを並列実行し、各エージェントの出力・ログ・ステータスをWeb UIで一覧できる。 - **Claude Code**:Anthropicが提供する、コード生成・解析・修正をターミナル上で自律的に行うエージェント。開発者が自然言語で指示するとファイル操作やコマンド実行を自動で行う。 - **FleetViewの用途**:大規模リファクタリング、複数ファイルの一括修正、テスト生成など、多数のタスクを並行処理したい場面で有用。各セッションの状態(実行中・完了・エラー)を可視化できる。 - **開発元**:schoppllc(Schopp LLC)という企業/個人が公開しているオープンソースツール。GitHub上でMITライセンスで提供。 - **必要な知識**:Node.js/npmの基本的なセットアップ知識。Claude Codeが事前にインストールされ、AnthropicのAPIキーが設定されていることが前提。

関連記事

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.