amadeus-session-cost

仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

为团队提供透明的运行成本与资源事件统计,便于决策。

这个 Skill 做什么

只读展示当前工作流的确定性消耗汇总(时长、事件、记忆等)。

只读地把当前工作流耗费的各项统计打出来:运行时长、阶段通过情况、记忆条目、传感器触发次数和捕获的 learning 等。需要透明查看工作流成本或审计消耗时用,所有数据来自 amadeus-runtime.ts 的 summary,且不会改任何状态。特别在于完全确定性与只读性——看得见但改不了。

▸ 展开 SKILL.md 英文原文

Read-only session cost view. Prints deterministic aggregates for the current workflow — duration, stage outcomes, memory entries, sensor firings, learnings captured — sourced entirely from `amadeus-runtime.ts summary`. Never mutates workflow state, never emits audit events, never writes files.

开发编程成本分析只读监控Codex
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-session-cost/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-session-cost/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AI-DLC Session Cost

## Purpose

Give the team a transparent, deterministic view of what the current
workflow has consumed: how long it has run, how many stages have
cleared their gates, how much the orchestrator wrote to its observation
diaries, how often sensors fired, and how many learnings were captured.

Every number this skill prints comes from
`bun .codex/tools/amadeus-runtime.ts summary --json` — the materialised,
event-sourced view over `runtime-graph.json`. This skill does **no
counting of its own**. It does not estimate tokens, does not walk the
artefact tree, and does not read `audit.md`. If a number isn't in the
tool's output, this skill does not invent it.

## Classification
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有