SeekFleet
SeekFleet
エージェントを艦隊のように運用する。
DeepSeek Harness エージェント艦隊のためのクロスプラットフォーム制御プレーン — MCP、永続セッション、適応型ルーティング、ポリシーゲート、トークン予算、スマートフォン対応のLANダッシュボードを備えています。
AI にリポジトリ URL を与えてください。スキルをインストールし、MCP を構成し、ランタイムを検証し、何が変わったのかを正確に説明します。
国際化の概要
プロダクトページには、5つのローカライズ体験を備えた永続的な言語切り替え機能があります: 简体中文、English、日本語、한국어、Español。ページはブラウザの言語を自動検出し、直接の ?lang= リンクを受け入れ、訪問者の選択を記憶します。
言語 | 製品概要 |
简体中文 | 面向 DeepSeek Harness Agent 集群的跨平台控制平面,统一调度、监控、预算、策略与局域网控制台。 |
English | A cross-platform control plane for routing, observing, budgeting, governing, and stopping DeepSeek Harness agent fleets. |
日本語 | DeepSeek Harness Agent艦隊をルーティング、監視、予算管理、制御するクロスプラットフォーム基盤。 |
한국어 | DeepSeek Harness 에이전트 함대를 라우팅, 관찰, 예산 관리, 정책 적용, 중지하는 크로스 플랫폼 제어 플레인. |
Español | Un plano de control multiplataforma para enrutar, observar, presupuestar, gobernar y detener flotas de agentes DeepSeek Harness. |
30秒の概要
SeekFleet は DeepSeek Harness を、プロセスの集まりから監視・管理可能な艦隊へと変えます。
対象 | 提供内容 |
MCP server | 安定したエンベロープと注釈を備えた20の構造化ツール |
SDK | ワンショットタスク、セッション、クラスター、DAGのための単一のTypeScript API |
制御プレーン | ルーティング、キャッシュ、サーキットブレーカー、予算、ポリシー、キャンセル |
LANダッシュボード | ライブエージェント、リクエスト、トークン、コスト、障害、セッション、保護されたコントロール |
Agent Skill | Codex、Claude、Cursor、Gemini、 |
このリポジトリをAIに与える
このプロンプトをそのままコピーしてください:
Install SeekFleet from https://github.com/cndoin/seekfleet.
Read INSTALL.md first, install it for this AI client, configure its MCP server,
and verify the installation without exposing credentials.機械可読な契約は INSTALL.md にあります。Windows PowerShell、Linux、macOS のパス、ユーザー/プロジェクトのスキルスコープ、検証、更新、ロールバック動作が含まれています。
ソースからインストール
必要条件: Node.js 20+、npm 10+、および @deepseek-ai/dsh または明示的な DSH_MODULE_ROOT が必要です。
git clone https://github.com/cndoin/seekfleet seekfleet
cd seekfleet
npm ci
npm run build
node dist/bin/seekfleet.js skill install --target auto
node dist/bin/seekfleet.js inspectサポートされているすべてのAIクライアントにスキルをインストールします:
node dist/bin/seekfleet.js skill install --target all --forceプロジェクトローカルなスキルの場合は --scope project を使用します。ユーザープロファイルを変更せずに .agents/skills/seekfleet にインストールされます。
艦隊を起動
node dist/bin/seekfleet.js serve-mcp信頼できるLAN上でMCPとスマートフォンダッシュボードを一緒に実行します:
node dist/bin/seekfleet.js serve-mcp \
--dashboard \
--dashboard-host 0.0.0.0 \
--dashboard-port 8787同じネットワークに接続されたスマートフォンで、表示されたURLを開いてください。ダッシュボードはベアラートークンで保護されています。パブリックインターネットに直接公開しないでください。
SDKの概要
import { SeekFleet } from "seekfleet";
const fleet = new SeekFleet();
const review = await fleet.run("Review this module for race conditions");
console.log(review.answer);
const clusterId = fleet.cluster({
routing: "adaptive",
instances: [
{ label: "code-a", tags: ["code"] },
{ label: "code-b", tags: ["code"] },
{ label: "review", tags: ["review"] },
],
});
const result = await fleet.clusterRoute(clusterId, {
task: "Audit the authentication flow",
tags: ["review"],
timeoutMs: 120_000,
});
await fleet.clusterShutdown(clusterId);DshPlugin は、非推奨のソース互換エイリアスとして引き続き利用できます。MCPツール名は dsh_* プレフィックスを維持するため、既存の統合はそのまま動作します。
実行モードを選択
モード | 最適な用途 | 制御面 |
ワンショット | 単一の制限されたタスク |
|
セッション | 長時間実行され、キャンセル可能な作業 |
|
クラスター | 並列または反復的なタスク |
|
DAG | 依存関係のあるタスクグラフ |
|
ルーティング戦略には、least-loaded、round-robin、tag、adaptive、random が含まれます。
アーキテクチャ
AI client (Codex / Claude / Cursor / Gemini / Hermes / OpenClaw)
│
MCP or SDK
│
SeekFleet
┌───────────────────┼───────────────────┐
│ │ │
Durable sessions Agent clusters Policy gate
│ routing · cache · DAG │
└───────────────────┼───────────────────┘
│
DeepSeek Harness
│
tools · models · subprocessesクロスプラットフォーム設定
PowerShell:
$env:DSH_MODULE_ROOT = "C:\Tools\deepseek-harness"
$env:DSH_HOME = "$env:USERPROFILE\.dsh"
npm run serve-lanBash または zsh:
export DSH_MODULE_ROOT=/opt/deepseek-harness
export DSH_HOME="$HOME/.dsh"
npm run serve-lanOSネイティブの絶対パスを使用してください。WindowsのドライブパスをLinuxやmacOSの設定にコピーしないでください。
環境変数
変数 | デフォルト | 目的 |
| auto-detected | インストール済みの DeepSeek Harness パッケージ |
|
| プロファイルと永続的なランタイム状態 |
|
| Codex 設定ルート |
|
|
|
|
| ダッシュボードのバインドホスト |
|
| ダッシュボードのTCPポート |
| random | 固定のダッシュボードベアラートークン |
以前の DSH_DASHBOARD* 名は、互換性エイリアスとして引き続き受け入れられます。
プロジェクトマップ
src/— SDK、ルーティング、セッション、ポリシー、メトリクス、ダッシュボード、MCPサーバーbin/seekfleet.ts— クロスプラットフォームCLIエントリポイントSKILL.md— コンパクトなAI操作手順agents/openai.yaml— AIクライアント検出メタデータdocs/— GitHub Pages プロダクトサイトとソーシャルプレビューアセットexamples/— MCP、SDK、アダプター、クラスターの例tests/— 94の動作テストと統合テスト
開発
npm ci
npm run format:check
npm run typecheck
npm run lint
npm test
npm run buildCI は Windows、Ubuntu、macOS 上で Node.js 20、22、24 を使用して実行されます。ライブのプロダクトページは docs/ から GitHub Pages によって公開されています。
セキュリティ
SeekFleet は実際のエージェントツールとサブプロセスを実行します。自律的に使用する前に、ポリシー、予算、有限のタイムアウト、制限されたワークスペースを設定してください。脅威モデルと開示プロセスについては SECURITY.md を参照してください。
ライセンス
MIT — LICENSE を参照してください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cndoin/seekfleet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server