Skip to main content

inspect

Read-only inspector over runs of any primitive (enumerate / foreach / group / reduce / iterate / pipe). Lists runs, shows a run's status, draws a /agentflow:pipe child tree, aggregates budget across a run and its children, prints a timeline. Never mutates state. USE whenever the user wants to debug, inspect, or report on a run — "show me", "what happened", "how much did X cost", "why did Y fail", "list active runs". DON'T use to do work (the other skills do that) or for non-Agent Flow state (it only knows `.agentflow/enumerate/`, `.agentflow/foreach/`, `.agentflow/group/`, `.agentflow/iterate/`, `.agentflow/reduce/`, `.agentflow/pipe/`). Also turns a finished run's outputs into reusable data WITHOUT re-running it ("turn that review into a checklist", "give me all results as JSON"): `results <id> --json | --checklist`. Explicit: `/agentflow:inspect runs | show <id> | results <id> | tree <id> | budget <id> | timeline <id>`.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
AleSaiani/agentflow
آخر نشاط في المصدر
٢٦ مايو ٢٠٢٦ في ٠٦:٠٣
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٥
التفرعات
٠

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

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

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

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