data2agent

xingyekuo-spec/data2agent
★ 0 stars Python AI/LLM Updated today
Data to Agent, for factories —— 把工厂数据接给 AI Agent(抽取框架 + 国产 ERP 连接器 + 制造业本体模板 + MCP Server)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "data2agent": {
      "command": "uvx",
      "args": [
        "data2agent"
      ]
    }
  }
}

Or install with pip: pip install data2agent

README Excerpt

> **Data to Agent, for factories —— 把工厂数据接给 AI Agent。** 一句询单,Agent 查历史成交 / 毛利基线 / 账期后给出**每个数字可溯源**的接单评审建议。 > ⚠️ 当前处于 pre-release 私有开发阶段,首个工厂验证完成后公开。 中小制造企业的数据(鼎捷 / 金蝶 / 用友 ERP、MES、SRM、CAD、Excel)大多锁在没有 API 的老系统里。 `data2agent` 正在把一条已通过 E10-like 参考数据链验证的方案推进到真实工厂试点,目标是把数据安全地接给任何 AI Agent: - **抽取框架**:只读直连、ELT(原样落地 → 声明式映射)、水位 + 回看 + 分段对账、隔离区(API 轮询适配器按真实来源需求建设,当前未实现);