federation-status

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Show the current state of the federation.
Steps:
  1. npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation status
    -- overall health
  2. npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation peers
    -- list peers with trust levels and scores
  3. Summarize: active sessions, messages exchanged, PII redactions, threat detections
Search memory for federation history:
mcp__claude-flow__memory_search({ query: "federation peer trust", namespace: "federation" })
展示联邦的当前状态。
步骤:
  1. npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation status
    —— 整体健康状态
  2. npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation peers
    —— 列出带有信任等级和分数的节点
  3. 汇总:活跃会话、已交换消息、PII脱敏、威胁检测
搜索联邦历史记录:
mcp__claude-flow__memory_search({ query: "federation peer trust", namespace: "federation" })