command-center

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Command Center Skill

Command Center Skill

The
command-center
skill generates a global overview of the Agentic OS framework's state. It aggregates information from
.agent/state/tasks.json
,
.agent/state/last-run.json
, and
.agent/state/errors.json
into a single markdown dashboard (
status.md
).
command-center
skill用于生成Agentic OS框架状态的全局概览。它将
.agent/state/tasks.json
.agent/state/last-run.json
.agent/state/errors.json
中的信息汇总到一个单一的Markdown仪表盘文件(
status.md
)中。

Agentic OS Integration

Agentic OS集成

When invoked, this skill reads the persistent memory files and outputs the
status.md
directly.
调用该skill时,它会读取持久化内存文件并直接输出
status.md

Usage

使用方法

bash
python3 scripts/command_center.py
This will create/update
.agent/state/status.md
and print the status dashboard to standard output.
bash
python3 scripts/command_center.py
此命令将创建/更新
.agent/state/status.md
并将状态仪表盘打印到标准输出。