Skip to main content

queue

A lock-free shared work queue that MANY workers (terminals/sessions) can drain at the same time without double-processing. Each item is a file claimed by an atomic rename, so concurrent claims are safe with no locks. Supports dynamic enqueue (`add`), a `--stop-file`/budget pause, and `reclaim` of a dead worker's stale claims. USE when work should be pulled by **multiple concurrent workers from one queue** ("process this queue from 3 terminals", "a shared work queue", "let several agents drain these in parallel safely"), or when items arrive over time. For a single orchestrator processing a fixed list, use /agentflow:foreach (its `--shard k/N` splits a list across terminals by static partition — queue is the dynamic, pull model instead).

インストールへ移動

ソース情報

リポジトリ
AleSaiani/agentflow
ソースの最終更新活動
2026年5月25日 18:30
検出された SKILL.md の言語
英語
スター
5
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。