SUMMARY AI要約 by gpt-5-mini
agent-dispatchは、AIエージェントの対話/タスクをバックグラウンドで実行・管理するための小さなtmuxベースのディスパッチャです。インストールすると`agent`コマンドが使えるようになり、各タスクを専用のtmuxウィンドウで起動し、軽量なステータスファイル(~/.cache/agent-dispatch/status.*)や再実行用コンテキスト(~/.cache/agent-dispatch/ctx/)を保存します。複数のエージェントバックエンドを~/.config/agent-dispatch/configで設定でき、zsh補完も提供します。 対象はローカルでAIエージェント実行ワークフローを管理したい開発者や運用者で、主な機能は以下の通りです: - tmuxセッション(デフォルト名agent-dispatch)内にタスクごとにウィンドウを作成して実行 - Gitリポジトリの作業用ワークツリーを自動作成してタスクを分離(無効化可) - タスクの再実行(保存されたコンテキストを復元) - ログ表示、状態確認、履歴参照、インタラクティブ切替(fzf)やウィンドウフォーカス/キル - Dockerサンドボックス実行やデスクトップ通知(macOS)をオプションでサポート 必須はzsh・tmux・fzf(WSL/macOS/Linux/BSD対応)。インストールは提供スクリプト(curl | zsh)かリポジトリのセットアップスクリプトで行い、バイナリ・設定・補完ファイルを~/.localや~/.configに配置します。設定は~/.config/agent-dispatch/configでカスタマイズ可能です。
DETECTED 検出されたAIスタック
このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。
GitHub Topics
使用言語(バイト数比)
オーナー情報
日付
| GitHub作成日 | 2026-05-09 |
| 最終Push | 2026-05-09 |
| 当サイト初検出 | 2026-05-09 |
| 最終取得 | 2026-05-09 18:17 |
類似Repo (同じ言語のAI関連Repo)
Multi-LLM cross-review workflow for Claude Code. /work orchestrates plan/implement/bug-fix with 3 different model families voting on every gate.
Cyrene963/hermes-patchesHermes Agent 社区补丁合集 - Community patches for Hermes Agent
tenondecrpc/cc-statuslineClaude Statusline: a lightweight Bash + jq statusline for Claude Code with model, context, rate limit, git/worktree, cost, duration, and install/uninstall support. No heavy runtime required.
JinPLu/agent-roundtableAgent Roundtable — a local, file-based substrate for multi-agent work. Humans, Cursor chat, Codex (codex exec) and Claude Code (claude -p) take turns on one shared THREAD.md under your repo so you can plan, execute, review, and discuss without losing context or locking in to a single CLI.
jasper0507/idea-harnessPut a harness on AI before it guesses. Clarifies vague app ideas into precise requirements via Socratic questioning. Works with Claude Code / Cursor / Codex / Hermes / OpenClaw.
ryga-test/playwright-ai-workflow-playgroundAI-driven E2E testing with Playwright. An 8-step slash-command pipeline that discovers UI snapshots, generates POM, drafts GWT test specs, runs Playwright tests, and self-heals knowledge — all with human approval gates for quality control.
walidboulanouar/ay-frameworkAgent swarm framework for Claude Code. Plan, build, review, test, ship -- with human-in-the-loop gates.
itchernetski/claude-code-token-watchClaude Code hooks that warn when a session starts burning tokens on repeated Reads, recursive greps, or WebFetch streaks