agent-pulse
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAgent Pulse
Agent Pulse
Purpose
用途
Use the installed CLI as the source of truth for local AI-agent activity. The PyPI package is , while the command remains . Prefer running commands and summarizing their output over reading the Agent Pulse source code.
agent-pulseagentpulse-cliagent-pulseAlways enable UTF-8 on Windows before running commands because Agent Pulse output contains emoji and box drawing:
powershell
$env:PYTHONUTF8='1'
$env:PYTHONIOENCODING='utf-8'If is not on PATH, install the PyPI package or try running from a local project checkout:
agent-pulsepowershell
pip install agentpulse-clipowershell
python -m agent_pulse.cli --version将已安装的 CLI作为本地AI-agent活动的权威数据源。PyPI包名为,而命令仍为。优先选择运行命令并总结其输出,而非读取Agent Pulse的源代码。
agent-pulseagentpulse-cliagent-pulse在Windows上运行命令前务必启用UTF-8,因为Agent Pulse的输出包含表情符号和方框绘制字符:
powershell
$env:PYTHONUTF8='1'
$env:PYTHONIOENCODING='utf-8'如果不在PATH中,请安装PyPI包或尝试从本地项目检出目录运行:
agent-pulsepowershell
pip install agentpulse-clipowershell
python -m agent_pulse.cli --versionCommon Requests
常见请求
Use this command selection table first:
| User wants | Run |
|---|---|
| Current status | |
| Full dashboard | |
| Demo data | |
| Setup diagnosis | |
| Recent sessions | |
| Top expensive sessions | |
| Model cost analysis | |
| Cost savings | |
| Budget status | |
| Cost forecast | |
| Health/CI check | |
| Search sessions | |
| Export report | |
| MCP tools | |
If the installed command lacks an option, run and adapt.
agent-pulse <command> --help首先参考以下命令选择表:
| 用户需求 | 运行命令 |
|---|---|
| 当前状态 | |
| 完整仪表盘 | |
| 演示数据 | |
| 设置诊断 | |
| 近期会话 | |
| 高成本会话排行 | |
| 模型成本分析 | |
| 成本优化建议 | |
| 预算状态 | |
| 成本预测 | |
| 健康/CI检查 | |
| 会话搜索 | |
| 导出报告 | |
| MCP工具 | |
如果已安装的命令缺少某个选项,请运行并调整使用方式。
agent-pulse <command> --helpWorkflow
工作流程
- Start with if the user asks why data is missing or setup may be broken.
agent-pulse doctor --json - Use JSON output whenever possible, then summarize the fields that matter: sessions, tokens, tools, model breakdown, source breakdown, estimated cost, warnings.
- Use time filters for scoped questions:
powershell
agent-pulse status --json --hours 24
agent-pulse --json --hours 168 --limit 50- Use platform filters when the user asks about a specific agent system:
powershell
agent-pulse --json -P codex
agent-pulse --json -P claude
agent-pulse --json -P hermes
agent-pulse --json -P deepseek
agent-pulse --json -P openclaw- For cost questions, pair summary and model views:
powershell
agent-pulse status --json --hours 24
agent-pulse models --json --hours 24
agent-pulse optimize --json- For trend questions, use forecast/history/compare:
powershell
agent-pulse forecast --json
agent-pulse history --json
agent-pulse compare --json- 如果用户询问数据缺失或设置可能存在问题的原因,先运行。
agent-pulse doctor --json - 尽可能使用JSON输出,然后总结关键字段:会话、token、工具、模型细分、来源细分、估算成本、警告信息。
- 针对范围明确的问题,使用时间过滤器:
powershell
agent-pulse status --json --hours 24
agent-pulse --json --hours 168 --limit 50- 当用户询问特定agent系统时,使用平台过滤器:
powershell
agent-pulse --json -P codex
agent-pulse --json -P claude
agent-pulse --json -P hermes
agent-pulse --json -P deepseek
agent-pulse --json -P openclaw- 针对成本相关问题,结合概览和模型视图:
powershell
agent-pulse status --json --hours 24
agent-pulse models --json --hours 24
agent-pulse optimize --json- 针对趋势相关问题,使用预测/历史/对比功能:
powershell
agent-pulse forecast --json
agent-pulse history --json
agent-pulse compare --jsonInterpreting Results
结果解读
- Treat as an estimate based on Agent Pulse's local model pricing table.
total_cost_usd - Report both cost and token volume; low-cost models can still have very high token usage.
- Distinguish sources such as ,
codex,claude,hermes, anddeepseek.openclaw - Mention if reports missing optional sources, missing
doctor, or optional web dependencies.dev_root - If no sessions appear, check , then try a wider time window such as
doctor.--hours 168
- 将视为基于Agent Pulse本地模型定价表的估算值。
total_cost_usd - 同时报告成本和token用量;低成本模型仍可能有极高的token使用量。
- 区分来源,如、
codex、claude、hermes和deepseek。openclaw - 如果报告缺少可选来源、缺失
doctor或可选Web依赖项,请提及这些情况。dev_root - 如果没有显示任何会话,请检查的结果,然后尝试更宽的时间窗口,例如
doctor。--hours 168
Reports
报告
For a short human-readable answer, run JSON commands and summarize.
For artifacts, prefer:
powershell
agent-pulse report --period daily
agent-pulse export -f markdown
agent-pulse export-htmlDo not invent exact savings or costs. Use the CLI output.
如需简短的易读答案,运行JSON命令并总结结果。
如需生成报告文件,优先选择:
powershell
agent-pulse report --period daily
agent-pulse export -f markdown
agent-pulse export-html不要编造确切的节省金额或成本数据,以CLI输出为准。
MCP
MCP
Use MCP mode when the user wants other AI clients to query Agent Pulse:
powershell
agent-pulse mcp --list-tools
agent-pulse mcpWhen explaining MCP, mention that it exposes tools such as status, forecast, top sessions, model analytics, optimization, health, search, and leaderboard.
当用户希望其他AI客户端查询Agent Pulse时,使用MCP模式:
powershell
agent-pulse mcp --list-tools
agent-pulse mcp解释MCP时,需提及它会暴露多种工具,如状态查询、成本预测、高成本会话排行、模型分析、优化建议、健康检查、会话搜索和排行榜。
Local Helper
本地助手
This skill includes , which runs a compact set of JSON-friendly Agent Pulse checks and prints a combined summary:
scripts/run_agent_pulse_snapshot.pypowershell
python scripts/run_agent_pulse_snapshot.py本技能包含,它会运行一组简洁的、支持JSON的Agent Pulse检查,并打印综合总结:
scripts/run_agent_pulse_snapshot.pypowershell
python scripts/run_agent_pulse_snapshot.py