跳转至

组件边界

Avenue Agent 私有化交付由 本地连接服务(Windows Connector) 统一安装和运行本地模块。授权 Windows 设备只安装已验证包,不拉取源码、不运行 Jenkins、不从 GitHub 构建。

什么时候看这页

当你需要判断“哪个模块在本机运行”“某个 服务状态或 基础测试失败该看哪个组件”时,看这页。日常验收关注交付包、安装记录、服务状态和业务基础测试,不需要直接操作源码仓库。

运行链路

%%{init: {"theme":"base","themeVariables":{"fontFamily":"Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif","background":"#FAF9F5","primaryColor":"#F4F1EA","primaryTextColor":"#141413","primaryBorderColor":"#D8CBB8","lineColor":"#6F6B63","secondaryColor":"#FFFFFF","tertiaryColor":"#EAF1F7","clusterBkg":"#FAF9F5","clusterBorder":"#E8E6DC"},"flowchart":{"curve":"basis","padding":14,"nodeSpacing":34,"rankSpacing":44,"htmlLabels":true,"useMaxWidth":false}}}%%
flowchart LR
  W([输入渠道]):::start --> A[Avenue Agent]:::system
  A --> C[本地连接服务(Windows Connector)]:::system
  C --> D[邮件草稿]:::module
  C --> E[Excel]:::module
  C --> F[EasyView]:::module
  C --> G[ExtraMile]:::module
  C --> H[首次配置向导(Setup Wizard)]:::module


  classDef start fill:#141413,color:#ffffff,stroke:#141413,stroke-width:1px;
  classDef step fill:#F4F1EA,color:#141413,stroke:#D8CBB8,stroke-width:1px;
  classDef system fill:#EAF1F7,color:#141413,stroke:#6A9BCC,stroke-width:1px;
  classDef decision fill:#EFE7DA,color:#141413,stroke:#C58B5A,stroke-width:1px;
  classDef action fill:#F7E4DC,color:#141413,stroke:#D97757,stroke-width:1px;
  classDef done fill:#EDF1E7,color:#141413,stroke:#788C5D,stroke-width:1px;
  classDef module fill:#FFFFFF,color:#141413,stroke:#E8E6DC,stroke-width:1px;

模块和发布目标

仓库 生产职责 发布目标
avenue-agent-spec Order Spec、系统接口、JSON Schema 规格源
avenue-windows-connector 本地连接服务(Windows Connector) Service、安装脚本、离线包、更新脚本、Jenkins 发布编排 windows-connector
avenue-setup-wizard 本地配置向导,写入 本地连接服务(Connector) 用户配置和 secret reference setup-wizard
avenue-email-ingest 本地邮箱监听、邮件解析、邮件证据上传 email-ingest
avenue-email-drafts 生成交易流程邮件草稿,交给 Outlook 打开 email-drafts
avenue-excel-workflow 生成 pre-trade / post-trade / EAM / trade record 工作簿 excel-workflow
avenue-easyview-submit-service 本地 EasyView 提交流程 easyview
avenue-extramile-local-service 本地 ExtraMile 报价流程 extramile
avenue-whatsapp-agent Agent 运行时、技能、任务池、状态 后端服务
avenue-whatsapp-business WhatsApp Cloud 接口 生产接口层 入口服务
avenue-whatsapp-webhook Meta webhook 短期入口和转发 入口服务
megworks-downloads 私有下载页、安装包下载、更新网关 下载与更新网关

授权设备上不会发生什么

项目 授权 Windows 设备
安装来源 本地 USB/offline bundle 或受控下载包
构建动作
GitHub 访问 无要求
Jenkins agent 不安装
主要目录 %LOCALAPPDATA%\\AvenueConnector%LOCALAPPDATA%\\AvenueSetupWizard
验证方式 SHA-256 校验值、安装记录、服务状态检查、业务基础测试