understand-image-wrapper
L2 能力
Vision LLM 客户端(MiniMax M3)
工具
· 包(pip/npm)
真资产
📌 定位
封装 MiniMax-M3 vision API 的 Python CLI wrapper,把本地 PNG/JPEG/WebP 转 base64 data URI 调 chat/completions,输出结构化 JSON(description + tokens + model + finish_reason)。专为 GHA/WSL 网络受限环境设计:不依赖外网拉图(API server fetch URL 必 timeout),纯 stdlib 无第三方依赖,支持 env 或 secrets.json 读 key。可作为 PR 视觉评审 / E2E 失败归因 / 任意 vision 任务的统一入口。**定位边界**:只做单图描述,不做多图 diff、不做缓存、不做并发批量——这些是 caller 的事。
📦 复用信息
- 语言
- —
- 包名
—
- 安装
—
- 用法
—
- 状态
- draft
🕸 依赖架构图
graph LR
classDef L0 fill:#fee,stroke:#c00
classDef L1 fill:#ffd,stroke:#a80
classDef L2 fill:#ddf,stroke:#06c
classDef L3 fill:#dfd,stroke:#080
subgraph L2["能力层"]
understand_image_wrapper["understand-image-wrapper"]
end
class understand_image_wrapper L2
实线 → composed_of(代码层组合);虚线 → runtime_dependency(运行时/编排依赖)。详细层级请展开 依赖树。
📜 版本历史 (1 个)
| # |
version |
intent |
changelog |
breaking |
时间 |
| 1 |
0.1.0 |
minor |
初始版本。CLI: python3 understand_image.py <png> '<prompt>'. 支持 PNG/JPEG/WebP data U… |
⚠ |
2026-06-28 12:04 |
🐛 关联反馈 (1 个)
📋 关联需求 (0 个)
暂无需求(登记新需求 →)
📜 被核心思想引用 (0 条)
暂无核心思想引用本组件