trace

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Agent Flow Trace

Agent流程追踪

[TRACE MODE ACTIVATED]
[追踪模式已激活]

Objective

目标

Display the flow trace showing how hooks, keywords, skills, agents, and tools interacted during this session.
展示流程追踪信息,呈现本次会话中hooks、keywords、skills、agents和tools的交互过程。

Instructions

操作说明

  1. Use
    trace_timeline
    MCP tool
    to show the chronological event timeline
    • Call with no arguments to show the latest session
    • Use
      filter
      parameter to focus on specific event types (hooks, skills, agents, keywords, tools, modes)
    • Use
      last
      parameter to limit output
  2. Use
    trace_summary
    MCP tool
    to show aggregate statistics
    • Hook fire counts
    • Keywords detected
    • Skills activated
    • Mode transitions
    • Tool performance and bottlenecks
  1. 使用
    trace_timeline
    MCP工具
    展示按时间顺序排列的事件时间线
    • 不带参数调用以显示最新会话
    • 使用
      filter
      参数聚焦特定事件类型(hooks、skills、agents、keywords、tools、modes)
    • 使用
      last
      参数限制输出内容
  2. 使用
    trace_summary
    MCP工具
    展示聚合统计信息
    • Hook触发次数
    • 检测到的关键词
    • 已激活的Skills
    • 模式转换
    • 工具性能与瓶颈

Output Format

输出格式

Present the timeline first, then the summary. Highlight:
  • Mode transitions (how execution modes changed)
  • Bottlenecks (slow tools or agents)
  • Flow patterns (keyword -> skill -> agent chains)
先呈现时间线,再展示摘要。重点突出:
  • 模式转换(执行模式的变化方式)
  • 瓶颈(响应缓慢的工具或Agent)
  • 流程模式(关键词→Skill→Agent的链式流程)