跳到主要内容
知仓学习社ZHICANG

status

Show the current state of a run — stages, roles, write locks, and gates.

不碰外部(只输出文字)无严重或高危命中hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

AgenTeam Status

Display the current state of the team's work.

Process

1. Get Status

Use the --progress flag for a compact, human-friendly view:

python3 <runtime>/agenteam_rt.py status --progress

If the user specifically asks for raw JSON state, use without --progress:

python3 <runtime>/agenteam_rt.py status

2. Format Output

Display the progress view in a readable format:

AgenTeam Run: <run-id>
Task: <task description>
Profile: <profile or "full">
Status: <running|completed|failed|stopped>
Elapsed: <Nm Ss>

Stages:
  research   ✓ completed  (0m 45s)
  strategy   ✓ completed  (0m 30s)
  design     ✓ completed  (1m 02s)
  implement  → verifying   (1m 15s)  [verify attempt 2/3]
  test       · pending
  review     · pending

Active Lock: dev
Last Event: stage_verified (implement) — fail, attempt 2
Attempt: implement-dev-a1 | thread_id: <codex-thread-id>
Last heartbeat: 12s ago | idle budget: 14m 48s remaining
Wall budget: 47m remaining | stop reason: (none)

The progress view includes elapsed times per stage, the current

verify attempt if applicable, and the most recent event for context.

When governance.adoption is present, include the high-signal governance

items in the readable status: open follow-ups/escalations, recorded tripwire

blocks or warnings, gate rejections, and criteria overrides. Do not ask the

user to inspect raw .agenteam/governance files for these summary facts.

For an active or interrupted attempt, always include thread_id (or

"unavailable"), last heartbeat and age, idle budget and wall budget remaining,

attempt/retry counts, PID liveness when known, and stop reason. Treat a stale

heartbeat as AT RISK, not as proof that the role failed.

3. No Active Run

If no run is found, show:

  • Team config status (does .agenteam/config.yaml or legacy agenteam.yaml exist?)
  • Available roles
  • Suggestion: "Use $ateam:run to start a new task."

Symbols

  • — completed
  • — in progress
  • · — pending
  • — failed/blocked

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 6 个不同仓库或目录里都有叫 status 的技能。它们内容并不相同,别混用: