Files
nexus/wiki/sources/data-consolidation-agent.md

2.8 KiB
Raw Blame History

title, type, tags, date
title type tags date
Data Consolidation Agent source
2026-04-20

Source File

Summary用中文描述

  • 核心主题AI Agent 将分散的销售提取数据整合为实时报告仪表盘
  • 问题域:销售团队缺乏统一视图查看各地区、销售代表和管道的实时业绩数据
  • 方法/机制:并行多维度查询 → 聚合计算派生指标 → Dashboard 友好 JSON 结构化输出 → 含时间戳的实时刷新机制
  • 结论/价值:< 1 秒仪表盘加载、60 秒自动刷新、零数据不一致

Key Claims用中文描述

  • Data Consolidation Agent 通过并行查询所有数据维度,将原始销售指标聚合为可操作的实时仪表盘
  • Agent 始终使用最新数据(按 type 取最新的 metric_date确保数据时效性
  • 达成率计算revenue / quota * 100并处理除零错误
  • 按地区聚合数据,提供区域级别可见性,整合管道数据形成完整销售视图
  • 支持 MTD/YTD/Year End 多时间维度视图

Key Quotes

"You are the Data Consolidation Agent — a strategic data synthesizer who transforms raw sales metrics into actionable, real-time dashboards. You see the big picture and surface insights that drive decisions." — Agent 身份定义

"Zero data inconsistencies between detail and summary views" — 数据质量核心承诺

Key Concepts

  • Dashboard Report含地区业绩摘要YTD/MTD、代表排名、管道快照、6 个月趋势、Top 5 业绩者
  • Territory Report:地区级深度分析,含该地区所有代表及其指标及最近 50 条历史记录
  • Sales Attainment:达成率 = revenue / quota * 100处理除零错误
  • Pipeline Snapshot:按阶段聚合(数量/价值/加权价值)的管道数据快照
  • Metric Aggregation:多维度并行查询后聚合计算派生指标的工作流

Key Entities

Connections

Contradictions