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
آخر نشاط في المصدر
٢٥ مايو ٢٠٢٦ في ١٨:٣٠
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٥
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.