# html-visual-testing - Doramagic AI Context Pack

> 定位：安装前体验与判断资产。它帮助宿主 AI 有一个好的开始，但不代表已经安装、执行或验证目标项目。

## 充分原则

- **充分原则，不是压缩原则**：AI Context Pack 应该充分到让宿主 AI 在开工前理解项目价值、能力边界、使用入口、风险和证据来源；它可以分层组织，但不以最短摘要为目标。
- **压缩策略**：只压缩噪声和重复内容，不压缩会影响判断和开工质量的上下文。

## 给宿主 AI 的使用方式

你正在读取 Doramagic 为 html-visual-testing 编译的 AI Context Pack。请把它当作开工前上下文：帮助用户理解适合谁、能做什么、如何开始、哪些必须安装后验证、风险在哪里。不要声称你已经安装、运行或执行了目标项目。

## Claim 消费规则

- **事实来源**：Repo Evidence + Claim/Evidence Graph；Human Wiki 只提供显著性、术语和叙事结构。
- **事实最低状态**：`supported`
- `supported`：可以作为项目事实使用，但回答中必须引用 claim_id 和证据路径。
- `weak`：只能作为低置信度线索，必须要求用户继续核实。
- `inferred`：只能用于风险提示或待确认问题，不能包装成项目事实。
- `unverified`：不得作为事实使用，应明确说证据不足。
- `contradicted`：必须展示冲突来源，不得替用户强行选择一个版本。

## 它最适合谁

- **想在安装前理解开源项目价值和边界的用户**：当前证据主要来自项目文档。 证据：`README.md` Claim：`clm_0002` supported 0.86

## 它能做什么

- **命令行启动或安装流程**（需要安装后验证）：项目文档中存在可执行命令，真实使用需要在本地或宿主环境中运行这些命令。 证据：`README.md` Claim：`clm_0001` supported 0.86

## 怎么开始

- `pip install evidently` 证据：`README.md` Claim：`clm_0003` supported 0.86
- `pip install virtualenv` 证据：`README.md` Claim：`clm_0004` supported 0.86

## 继续前判断卡

- **当前建议**：仅建议沙盒试装
- **为什么**：项目存在安装命令、宿主配置或本地写入线索，不建议直接进入主力环境，应先在隔离环境试装。

### 30 秒判断

- **现在怎么做**：仅建议沙盒试装
- **最小安全下一步**：先跑 Prompt Preview；若仍要安装，只在隔离环境试装
- **先别相信**：真实输出质量不能在安装前相信。
- **继续会触碰**：命令执行、本地环境或项目文件、宿主 AI 上下文

### 现在可以相信

- **适合人群线索：想在安装前理解开源项目价值和边界的用户**（supported）：有 supported claim 或项目证据支撑，但仍不等于真实安装效果。 证据：`README.md` Claim：`clm_0002` supported 0.86
- **能力存在：命令行启动或安装流程**（supported）：可以相信项目包含这类能力线索；是否适合你的具体任务仍要试用或安装后验证。 证据：`README.md` Claim：`clm_0001` supported 0.86
- **存在 Quick Start / 安装命令线索**（supported）：可以相信项目文档出现过启动或安装入口；不要因此直接在主力环境运行。 证据：`README.md` Claim：`clm_0003` supported 0.86

### 现在还不能相信

- **真实输出质量不能在安装前相信。**（unverified）：Prompt Preview 只能展示引导方式，不能证明真实项目中的结果质量。
- **宿主 AI 版本兼容性不能在安装前相信。**（unverified）：Claude、Cursor、Codex、Gemini 等宿主加载规则和版本差异必须在真实环境验证。
- **不会污染现有宿主 AI 行为，不能直接相信。**（inferred）：Skill、plugin、AGENTS/CLAUDE/GEMINI 指令可能改变宿主 AI 的默认行为。
- **可安全回滚不能默认相信。**（unverified）：除非项目明确提供卸载和恢复说明，否则必须先在隔离环境验证。
- **真实安装后是否与用户当前宿主 AI 版本兼容？**（unverified）：兼容性只能通过实际宿主环境验证。
- **项目输出质量是否满足用户具体任务？**（unverified）：安装前预览只能展示流程和边界，不能替代真实评测。
- **安装命令是否需要网络、权限或全局写入？**（unverified）：这影响企业环境和个人环境的安装风险。 证据：`README.md`

### 继续会触碰什么

- **命令执行**：包管理器、网络下载、本地插件目录、项目配置或用户主目录。 原因：运行第一条命令就可能产生环境改动；必须先判断是否值得跑。 证据：`README.md`
- **本地环境或项目文件**：安装结果、插件缓存、项目配置或本地依赖目录。 原因：安装前无法证明写入范围和回滚方式，需要隔离验证。 证据：`README.md`
- **宿主 AI 上下文**：AI Context Pack、Prompt Preview、Skill 路由、风险规则和项目事实。 原因：导入上下文会影响宿主 AI 后续判断，必须避免把未验证项包装成事实。

### 最小安全下一步

- **先跑 Prompt Preview**：用安装前交互式试用判断工作方式是否匹配，不需要授权或改环境。（适用：任何项目都适用，尤其是输出质量未知时。）
- **只在隔离目录或测试账号试装**：避免安装命令污染主力宿主 AI、真实项目或用户主目录。（适用：存在命令执行、插件配置或本地写入线索时。）
- **安装后只验证一个最小任务**：先验证加载、兼容、输出质量和回滚，再决定是否深用。（适用：准备从试用进入真实工作流时。）

### 退出方式

- **保留安装前状态**：记录原始宿主配置和项目状态，后续才能判断是否可恢复。
- **记录安装命令和写入路径**：没有明确卸载说明时，至少要知道哪些目录或配置需要手动清理。
- **如果没有回滚路径，不进入主力环境**：不可回滚是继续前阻断项，不应靠信任或运气继续。

## 哪些只能预览

- 解释项目适合谁和能做什么
- 基于项目文档演示典型对话流程
- 帮助用户判断是否值得安装或继续研究

## 哪些必须安装后验证

- 真实安装 Skill、插件或 CLI
- 执行脚本、修改本地文件或访问外部服务
- 验证真实输出质量、性能和兼容性

## 边界与风险判断卡

- **把安装前预览误认为真实运行**：用户可能高估项目已经完成的配置、权限和兼容性验证。 处理方式：明确区分 prompt_preview_can_do 与 runtime_required。 Claim：`clm_0005` inferred 0.45
- **命令执行会修改本地环境**：安装命令可能写入用户主目录、宿主插件目录或项目配置。 处理方式：先在隔离环境或测试账号中运行。 证据：`README.md` Claim：`clm_0006` supported 0.86
- **待确认**：真实安装后是否与用户当前宿主 AI 版本兼容？。原因：兼容性只能通过实际宿主环境验证。
- **待确认**：项目输出质量是否满足用户具体任务？。原因：安装前预览只能展示流程和边界，不能替代真实评测。
- **待确认**：安装命令是否需要网络、权限或全局写入？。原因：这影响企业环境和个人环境的安装风险。

## 开工前工作上下文

### 加载顺序

- 先读取 how_to_use.host_ai_instruction，建立安装前判断资产的边界。
- 读取 claim_graph_summary，确认事实来自 Claim/Evidence Graph，而不是 Human Wiki 叙事。
- 再读取 intended_users、capabilities 和 quick_start_candidates，判断用户是否匹配。
- 需要执行具体任务时，优先查 role_skill_index，再查 evidence_index。
- 遇到真实安装、文件修改、网络访问、性能或兼容性问题时，转入 risk_card 和 boundaries.runtime_required。

### 任务路由

- **命令行启动或安装流程**：先说明这是安装后验证能力，再给出安装前检查清单。 边界：必须真实安装或运行后验证。 证据：`README.md` Claim：`clm_0001` supported 0.86

### 上下文规模

- 文件总数：1217
- 重要文件覆盖：40/1217
- 证据索引条目：64
- 角色 / Skill 条目：15

### 证据不足时的处理

- **missing_evidence**：说明证据不足，要求用户提供目标文件、README 段落或安装后验证记录；不要补全事实。
- **out_of_scope_request**：说明该任务超出当前 AI Context Pack 证据范围，并建议用户先查看 Human Manual 或真实安装后验证。
- **runtime_request**：给出安装前检查清单和命令来源，但不要替用户执行命令或声称已执行。
- **source_conflict**：同时展示冲突来源，标记为待核实，不要强行选择一个版本。

## Prompt Recipes

### 适配判断

- 目标：判断这个项目是否适合用户当前任务。
- 预期输出：适配结论、关键理由、证据引用、安装前可预览内容、必须安装后验证内容、下一步建议。

```text
请基于 html-visual-testing 的 AI Context Pack，先问我 3 个必要问题，然后判断它是否适合我的任务。回答必须包含：适合谁、能做什么、不能做什么、是否值得安装、证据来自哪里。所有项目事实必须引用 evidence_refs、source_paths 或 claim_id。
```

### 安装前体验

- 目标：让用户在安装前感受核心工作流，同时避免把预览包装成真实能力或营销承诺。
- 预期输出：一段带边界标签的体验剧本、安装后验证清单和谨慎建议；不含真实运行承诺或强营销表述。

```text
请把 html-visual-testing 当作安装前体验资产，而不是已安装工具或真实运行环境。

请严格输出四段：
1. 先问我 3 个必要问题。
2. 给出一段“体验剧本”：用 [安装前可预览]、[必须安装后验证]、[证据不足] 三种标签展示它可能如何引导工作流。
3. 给出安装后验证清单：列出哪些能力只有真实安装、真实宿主加载、真实项目运行后才能确认。
4. 给出谨慎建议：只能说“值得继续研究/试装”“先补充信息后再判断”或“不建议继续”，不得替项目背书。

硬性边界：
- 不要声称已经安装、运行、执行测试、修改文件或产生真实结果。
- 不要写“自动适配”“确保通过”“完美适配”“强烈建议安装”等承诺性表达。
- 如果描述安装后的工作方式，必须使用“如果安装成功且宿主正确加载 Skill，它可能会……”这种条件句。
- 体验剧本只能写成“示例台词/假设流程”：使用“可能会询问/可能会建议/可能会展示”，不要写“已写入、已生成、已通过、正在运行、正在生成”。
- Prompt Preview 不负责给安装命令；如用户准备试装，只能提示先阅读 Quick Start 和 Risk Card，并在隔离环境验证。
- 所有项目事实必须来自 supported claim、evidence_refs 或 source_paths；inferred/unverified 只能作风险或待确认项。

```

### 角色 / Skill 选择

- 目标：从项目里的角色或 Skill 中挑选最匹配的资产。
- 预期输出：候选角色或 Skill 列表，每项包含适用场景、证据路径、风险边界和是否需要安装后验证。

```text
请读取 role_skill_index，根据我的目标任务推荐 3-5 个最相关的角色或 Skill。每个推荐都要说明适用场景、可能输出、风险边界和 evidence_refs。
```

### 风险预检

- 目标：安装或引入前识别环境、权限、规则冲突和质量风险。
- 预期输出：环境、权限、依赖、许可、宿主冲突、质量风险和未知项的检查清单。

```text
请基于 risk_card、boundaries 和 quick_start_candidates，给我一份安装前风险预检清单。不要替我执行命令，只说明我应该检查什么、为什么检查、失败会有什么影响。
```

### 宿主 AI 开工指令

- 目标：把项目上下文转成一次对话开始前的宿主 AI 指令。
- 预期输出：一段边界明确、证据引用明确、适合复制给宿主 AI 的开工前指令。

```text
请基于 html-visual-testing 的 AI Context Pack，生成一段我可以粘贴给宿主 AI 的开工前指令。这段指令必须遵守 not_runtime=true，不能声称项目已经安装、运行或产生真实结果。
```


## 角色 / Skill 索引

- 共索引 15 个角色 / Skill / 项目文档条目。

- **:bar chart: What is Evidently?**（project_doc）：An open-source framework to evaluate, test and monitor ML and LLM-powered systems. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`README.md`
- **Evidently API Reference Documentation**（project_doc）：Evidently API Reference Documentation 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`api-reference/README.md`
- **Examples**（project_doc）：This folder contains examples of how to use Evidently to evaluate, test, and monitor different types of AI systems: agentic workflows, LLM applications, and traditional ML models. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`examples/README.md`
- **Evidently UI**（project_doc）：- service service - monitoring UI - standalone standalone - additional package we use for embedding graphics for instance in jupyter notebook and other places 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`ui/README.md`
- **Cookbook**（project_doc）：This folder contains short, focused examples for specific Evidently functionality. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`examples/cookbook/README.md`
- **Grafana**（project_doc）：This folder contains examples of using Evidently metrics with Grafana dashboards. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`examples/grafana/README.md`
- **Monitoring example**（project_doc）：You need following tools installed: - docker - docker-compose included to Docker Desktop for Mac and Docker Desktop for Windows 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`examples/grafana/grafana_data_drift_dashboard/README.md`
- **Monitoring example**（project_doc）：You need following tools installed: - docker - docker-compose included to Docker Desktop for Mac and Docker Desktop for Windows 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`examples/grafana/grafana_llm_evaluation_dashboard/README.md`
- **Evidently UI Demo: Remote Project Example**（project_doc）：Evidently UI Demo: Remote Project Example 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`examples/service/README.md`
- **Alembic Migrations for SQL Storage**（project_doc）：This directory contains Alembic migration scripts for managing database schema changes in the SQL storage backend. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`src/evidently/ui/service/storage/sql/migrations/README.md`
- **Readme**（project_doc）： 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`ui/html-visual-testing/README.md`
- **Evidently UI**（project_doc）：Package common to service and standalone 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`ui/packages/evidently-ui-lib/README.md`
- **Evidently UI service**（project_doc）： 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`ui/service/README.md`
- **Evidently standalone**（project_doc）： 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`ui/standalone/README.md`
- **Contributing to Evidently**（project_doc）：Thank you for considering contributing to Evidently! 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`CONTRIBUTING.md`

## 证据索引

- 共索引 64 条证据。

- **:bar chart: What is Evidently?**（documentation）：An open-source framework to evaluate, test and monitor ML and LLM-powered systems. 证据：`README.md`
- **Evidently API Reference Documentation**（documentation）：Evidently API Reference Documentation 证据：`api-reference/README.md`
- **Examples**（documentation）：This folder contains examples of how to use Evidently to evaluate, test, and monitor different types of AI systems: agentic workflows, LLM applications, and traditional ML models. 证据：`examples/README.md`
- **Evidently UI**（documentation）：- service service - monitoring UI - standalone standalone - additional package we use for embedding graphics for instance in jupyter notebook and other places 证据：`ui/README.md`
- **Cookbook**（documentation）：This folder contains short, focused examples for specific Evidently functionality. 证据：`examples/cookbook/README.md`
- **Grafana**（documentation）：This folder contains examples of using Evidently metrics with Grafana dashboards. 证据：`examples/grafana/README.md`
- **Monitoring example**（documentation）：You need following tools installed: - docker - docker-compose included to Docker Desktop for Mac and Docker Desktop for Windows 证据：`examples/grafana/grafana_data_drift_dashboard/README.md`
- **Monitoring example**（documentation）：You need following tools installed: - docker - docker-compose included to Docker Desktop for Mac and Docker Desktop for Windows 证据：`examples/grafana/grafana_llm_evaluation_dashboard/README.md`
- **Evidently UI Demo: Remote Project Example**（documentation）：Evidently UI Demo: Remote Project Example 证据：`examples/service/README.md`
- **Alembic Migrations for SQL Storage**（documentation）：This directory contains Alembic migration scripts for managing database schema changes in the SQL storage backend. 证据：`src/evidently/ui/service/storage/sql/migrations/README.md`
- **Evidently UI**（documentation）：Package common to service and standalone 证据：`ui/packages/evidently-ui-lib/README.md`
- **Evidently UI service**（documentation）：Evidently UI service 证据：`ui/service/README.md`
- **Evidently standalone**（documentation）：Evidently standalone 证据：`ui/standalone/README.md`
- **Package**（package_manifest）：{ "version": "1.0.0", "description": "Evidently UI Monorepo", "scripts": { "type-check": "pnpm --workspace-concurrency 1 -r type-check", "code-check": "pnpm -r code-check", "build": "pnpm -r build", "clean-assets-service": "rm -rf ../src/evidently/ui/service/assets/ ", "clean-assets-standalone": "rm -rf ../src/evidently/nbextension/static/index.js", "copy-assets-service": "cp -r ./service/dist/ ../src/evidently/ui/service/assets", "copy-assets-standalone": "cp ./standalone/dist/index.js ../src/evidently/nbextension/static", "clean-assets-all": "pnpm clean-assets-service && pnpm clean-assets-standalone", "copy-assets-all": "pnpm copy-assets-service && pnpm copy-assets-standalone", "full-buil… 证据：`ui/package.json`
- **Contributing to Evidently**（documentation）：Thank you for considering contributing to Evidently! 证据：`CONTRIBUTING.md`
- **Package**（package_manifest）：{ "name": "html-visual-testing", "version": "1.0.0", "type": "module", "scripts": { "test": "playwright test" }, "dependencies": { }, "devDependencies": { "wait-on": "^7.1.0", "@playwright/test": "^1.43.0" } } 证据：`ui/html-visual-testing/package.json`
- **Package**（package_manifest）：{ "name": "evidently-ui-lib", "version": "1.0.0", "type": "module", "scripts": { "tsc": "tsc", "code-check": "biome check" }, "exports": { "./routes-components/ /data": { "default": "./src/routes-components/ /data.tsx" }, "./routes-components/ ": { "default": "./src/routes-components/ /index.tsx" }, "./ ": { "default": "./src/ ", "types": "./.tsc-dts/src/ /index.d.ts", "./.tsc-dts/src/ .d.ts" } }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "dependencies": { "@hookform/resolvers": "^3.3.1", "@material-table/core": "^6.4.4", "@mui/icons-material": "^7.0.2", "@mui/material": "^7.0.2", "@mui/x-date-pickers": "^8.2.0", "@mui/x-data-grid": "^7.16.0", "material-ui-popup-st… 证据：`ui/packages/evidently-ui-lib/package.json`
- **Package**（package_manifest）：{ "name": "service", "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "type-check": "tsc --build", "build": "vite build", "code-check": "biome check", "preview": "vite preview", "test": "playwright test", "sync-back": "cd ../.. && ./.github/scripts/get-types-from-back.sh" }, "dependencies": { "evidently-ui-lib": "workspace: ", "dayjs": "^1.11.13", "react": "^18.2.0", "react-dom": "^18.2.0", "tiny-invariant": "^1.3.3" }, "devDependencies": { "wait-on": "^7.1.0", "@playwright/test": "^1.43.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "vite": "^7.0.6", "@vitejs/plugin-react-swc": "^3.11.0", "vite-tsconfig-paths": "^5.1.4", "typescript": "^5.7.2" } } 证据：`ui/service/package.json`
- **Package**（package_manifest）：{ "name": "standalone", "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "type-check": "tsc --build", "build": "vite build", "code-check": "biome check", "preview": "vite preview" }, "dependencies": { "evidently-ui-lib": "workspace: ", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react-swc": "^3.7.0", "typescript": "^5.7.2", "vite": "^5.2.12", "vite-tsconfig-paths": "^4.2.1" } } 证据：`ui/standalone/package.json`
- **License**（source_file）：Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ 证据：`LICENSE`
- **Devcontainer**（structured_config）：{ "name": "Default Linux Universal", "image": "mcr.microsoft.com/devcontainers/universal:2", "onCreateCommand": "./.devcontainer/on-create.sh", "postAttachCommand": { "ui": "source ./venv/bin/activate && evidently ui --port 8000 --demo-projects all --workspace test-workspace" }, "forwardPorts": 8000 , "portsAttributes": { "8000": { "label": "evidently UI", "onAutoForward": "openBrowser" } } } 证据：`.devcontainer/devcontainer.json`
- **Config**（structured_config）：{ "data format": { "separator": ",", "header": true, "date column": "dteday" }, "column mapping" : {}, "dashboard tabs": { "data drift": { }, "cat target drift":{ "verbose level": 0 } }, "options": { "data drift": { "confidence": 0.95, "drift share": 0.5, "nbinsx": null, "xbins": null } }, "pretty print": true, "sampling": { "reference": { "type": "none", "n": 1, "ratio": 0.1 }, "current": { "type": "nth", "n": 2, "ratio": 0.1 } } } 证据：`config.json`
- **Tsconfig.Base.Ui**（structured_config）：{ "compilerOptions": { "target": "ESNext", "useDefineForClassFields": true, "lib": "ESNext", "DOM", "DOM.Iterable" , "module": "ESNext", "skipLibCheck": true, 证据：`ui/tsconfig.base.ui.json`
- **Data Drift**（structured_config）：{ "annotations": { "list": { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba 0, 211, 255, 1 ", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": , "type": "dashboard" }, "type": "dashboard" } }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": 1, "links": , "liveNow": false, "panels": { "datasource": { "type": "postgres", "uid": "PCC52D03280B7034C" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideF… 证据：`examples/grafana/grafana_data_drift_dashboard/dashboards/data_drift.json`
- **Chatbot Evals**（structured_config）：{ "annotations": { "list": { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba 0, 211, 255, 1 ", "name": "Annotations & Alerts", "type": "dashboard" } }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": 2, "links": , "panels": { "datasource": { "type": "grafana-postgresql-datasource", "uid": "PCC52D03280B7034C" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": , "thresholds": { "mode": "absolute", "steps": { "color": "green" }, { "color": "red", "value": 80 } } }, "overrides": }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 0 }, "id": 1, "options": { "colorMode": "valu… 证据：`examples/grafana/grafana_llm_evaluation_dashboard/dashboards/chatbot_evals.json`
- **Manifest**（structured_config）：{ "short name": "Evidently.AI", "name": "Evidently.AI Dashboards", "icons": { "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, { "src": "favicon-96x96.png", "type": "image/png", "sizes": "96x96" } , "start url": ".", "display": "standalone", "theme color": " 000000", "background color": " ffffff" } 证据：`src/evidently/legacy/ui/assets/manifest.json`
- **Manifest**（structured_config）：{ "short name": "Evidently.AI", "name": "Evidently.AI Dashboards", "icons": { "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, { "src": "favicon-96x96.png", "type": "image/png", "sizes": "96x96" } , "start url": ".", "display": "standalone", "theme color": " 000000", "background color": " ffffff" } 证据：`src/evidently/ui/service/assets/manifest.json`
- **Tsconfig**（structured_config）：{ "extends": "../../tsconfig.base.ui", "compilerOptions": { "composite": true, "outDir": ".tsc-dts", "noEmit": false, "emitDeclarationOnly": true, "declaration": true, "baseUrl": "./src", "paths": { "~/ ": " " } }, "include": "src" } 证据：`ui/packages/evidently-ui-lib/tsconfig.json`
- **Manifest**（structured_config）：{ "short name": "Evidently.AI", "name": "Evidently.AI Dashboards", "icons": { "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, { "src": "favicon-96x96.png", "type": "image/png", "sizes": "96x96" } , "start url": ".", "display": "standalone", "theme color": " 000000", "background color": " ffffff" } 证据：`ui/service/public/manifest.json`
- **Tsconfig**（structured_config）：{ "extends": "../tsconfig.base.ui", "compilerOptions": { "baseUrl": "./src", "paths": { "~/ ": " " } }, "include": "src" , "references": { "path": "../packages/evidently-ui-lib/" } } 证据：`ui/service/tsconfig.json`
- **Tsconfig**（structured_config）：{ "extends": "../tsconfig.base.ui", "compilerOptions": { "baseUrl": "./src" }, "include": "src" , "references": { "path": "../packages/evidently-ui-lib/" } } 证据：`ui/standalone/tsconfig.json`
- **!/usr/bin/env bash**（source_file）：virtualenv venv source ./venv/bin/activate pip install -e ". dev " 证据：`.devcontainer/on-create.sh`
- **.dockerignore**（source_file）：ui 证据：`.dockerignore`
- **.dvc/.gitignore**（source_file）：/config.local /tmp /cache 证据：`.dvc/.gitignore`
- **Config**（source_file）：core remote = gs 'remote "gs"' url = gs://evidently-service-visual-testing 证据：`.dvc/config`
- **Add patterns of files dvc should ignore, which could improve**（source_file）：Add patterns of files dvc should ignore, which could improve the performance. Learn more at https://dvc.org/doc/user-guide/dvcignore 证据：`.dvcignore`
- **.Gitbook**（source_file）：structure: readme: README.md summary: SUMMARY.md 证据：`.gitbook.yaml`
- **see .devcontainer/devcontainer.json**（source_file）：.egg-info venv .venv .vscode .DS Store examples/.DS Store example scripts .ipynb checkpoints .idea .mypy cache .pytest cache dist build pytest-reports/ MANIFEST uv.lock 证据：`.gitignore`
- **.Pre Commit Config**（source_file）：repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: "v4.6.0" hooks: - id: check-case-conflict - id: check-merge-conflict - id: check-toml - id: check-yaml exclude: ' docs examples /. ' - id: end-of-file-fixer exclude: ' docs examples /. ' - id: trailing-whitespace exclude: ' docs examples /. ' 证据：`.pre-commit-config.yaml`
- **Manifest**（source_file）：include setupbase.py include README.md 证据：`MANIFEST.in`
- **!/usr/bin/env -S uv run --script**（source_file）：!/usr/bin/env -S uv run --script /// script requires-python = " =3.11" dependencies = "pdoc =16.0.0", "tracely =0.2.12", "typer =0.3", /// 证据：`api-reference/generate.py`
- **!/bin/bash**（source_file）：SCRIPT DIR="$ cd "$ dirname "$0" " && pwd " 证据：`api-reference/local-dev.sh`
- **Biome**（source_file）：{ "files": { // endpoints.d.ts is autogenerated // JsonParser.ts copied from https://github.com/douglascrockford/JSON-js "ignore": "ui/packages/evidently-ui-lib/src/ /JsonParser.ts", "ui/packages/evidently-ui-lib/src/ /endpoints.d.ts", "ui/packages/evidently-ui-lib/.tsc-dts/ " , "include": "ui/ /src/ ", "ui/ /tests/ ", "ui/packages/ /src/ " }, "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 100, "attributePosition": "auto" }, "css": { "linter": { "enabled": true }, "formatter": { "enabled": true } }, "javascript": { "formatter": { "arrowParentheses": "always", "bracketSameLine": false, "bracketSpacing": tr… 证据：`biome.jsonc`
- **Config**（source_file）：data format: separator: "," header: true date column: "dteday" column mapping: {} profile sections: - data drift: xbins: nbinsx: drift share: 0.5 pretty print: true sampling: reference: type: "simple" could be "none", "simple", "random" n: 5 used with simple sampling, number of rows to skip ratio: 0.1 used with random sampling, part of data to take from chunk random seed: 4 used with random sampling, used as seed for random generator current: type: "nth" could be "none", "simple", "random" n: 5 used with simple sampling, number of rows to skip ratio: 0.1 used with random sampling, part of data to take from chunk 证据：`config.yaml`
- **Dockerfile**（source_file）：FROM python:3.11-slim-bookworm ARG BUILD DATE ARG VCS REF ARG VERSION ARG INSTALL EXTRAS=" sql " LABEL org.label-schema.build-date=$BUILD DATE \ org.label-schema.name="Evidently AI Service" \ org.label-schema.url="https://github.com/evidentlyai/evidently" \ org.label-schema.vcs-ref=$VCS REF \ org.label-schema.vcs-url="https://github.com/evidentlyai/evidently" \ org.label-schema.version=$VERSION \ org.label-schema.schema-version="1.0" LABEL maintainer="mike0sv@evidentlyai.com" 证据：`docker/Dockerfile.service`
- **Dockerfile.Service**（source_file）：FROM python:3.11-slim-bookworm ARG BUILD DATE ARG VCS REF ARG VERSION LABEL org.label-schema.build-date=$BUILD DATE \ org.label-schema.name="Evidently AI Service" \ org.label-schema.url="https://github.com/evidentlyai/evidently" \ org.label-schema.vcs-ref=$VCS REF \ org.label-schema.vcs-url="https://github.com/evidentlyai/evidently" \ org.label-schema.version=$VERSION \ org.label-schema.schema-version="1.0" LABEL maintainer="mike0sv@evidentlyai.com" 证据：`docker/Dockerfile.service.dev`
- **Build Docker image**（source_file）：Build Docker image build: docker build output 证据：`docker/Makefile`
- **Example Test**（source_file）：excludes = "nyc taxi data drift dashboard customization.py", "historical drift visualization.py", "mlflow integration.py", "ibm hr attrition model validation.py", "bicycle demand monitoring setup.py", "data and ml monitoring tutorial.py", "how to run drift report for text encoders.py", "comparing custom statest with classic distributions.py", "how to evaluate llm with text descriptors.py", "how to run drift report for text data.py", too slow & torch version conflict? "llm evaluation tutorial.py", cloud usage "llm tracing tutorial.py", cloud usage 证据：`example_test.py`
- **Agentic Systems Tracing**（source_file）：{ "cells": { "cell type": "markdown", "id": "767f3682-1a00-4ca2-92db-8235879315ee", "metadata": {}, "source": " Agentic Systems: Tracing and Evaluation" }, { "cell type": "code", "execution count": null, "id": "1fbcabcc-b6ec-4ed4-9ae5-6c7c6a692084", "metadata": {}, "outputs": , "source": "import openai\n", "import tracely\n", "import evidently.ui.runner as service runner" }, { "cell type": "markdown", "id": "a23f3141-1636-4c66-baa8-c85044610740", "metadata": {}, "source": " Let's run evidently ui service in background" }, { "cell type": "code", "execution count": null, "id": "440d97b8-eff8-40e2-87bc-e15b30647375", "metadata": {}, "outputs": , "source": "runner = service runner.EvidentlyUIRu… 证据：`examples/agentic_systems_tracing.ipynb`
- **Classic Ml Validation**（source_file）：{ "cells": { "cell type": "markdown", "id": "fef71322-f97b-416c-bbb9-bf1dd39e40ab", "metadata": {}, "source": " Classic ML Validation: Data Quality and Drift" }, { "cell type": "code", "execution count": null, "id": "e5aa23cf-2d2c-46fa-bb66-05623f81e7d8", "metadata": {}, "outputs": , "source": "import pandas as pd\n", "from sklearn import datasets\n", "\n", "from evidently import Dataset\n", "from evidently import DataDefinition\n", "from evidently import Report\n", "from evidently.presets import DataDriftPreset, DataSummaryPreset" }, { "cell type": "markdown", "id": "dccb8957-33fc-4a43-90b4-202f2caffeba", "metadata": {}, "source": " Let's load tabular dataset for binary classification prob… 证据：`examples/classic_ml_validation.ipynb`
- **Llm Input Output Validation**（source_file）：{ "cells": { "cell type": "markdown", "id": "e94178b9-eb37-44dc-aa84-2a4ef489b4a3", "metadata": {}, "source": " LLM Validation: Input and Output Quality" }, { "cell type": "code", "execution count": null, "id": "ba78f1ae-cc47-4d50-a655-37f1e63869ed", "metadata": {}, "outputs": , "source": "import pandas as pd\n", "\n", "from evidently import Dataset\n", "from evidently import DataDefinition\n", "from evidently import Report\n", "from evidently.presets import TextEvals\n", "from evidently.tests import lte, gte, eq\n", "from evidently.descriptors import LLMEval, TestSummary, DeclineLLMEval, Sentiment, TextLength, IncludesWords\n", "from evidently.llm.templates import BinaryClassificationPromp… 证据：`examples/llm_input_output_validation.ipynb`
- **Pyproject**（source_file）：build-system requires = "hatchling" build-backend = "hatchling.build" 证据：`pyproject.toml`
- **keep in sync with pyproject.toml project.optional-dependencies dev block.**（source_file）：keep in sync with pyproject.toml project.optional-dependencies dev block. wheel==0.38.1 setuptools==65.5.1; python version = '3.12' jupyter==1.0.0 mypy==1.1.1 pandas-stubs pytest==7.4.4 pytest-asyncio==0.23.7 pytest-mock==3.14.0 pytest-html =4.2.0 types-PyYAML==6.0.1 types-requests==2.26.0 types-dataclasses==0.6 types-python-dateutil==2.8.19 types-ujson==5.4.0 pillow==11.3.0 pip-audit pyspark ruff==0.3.7 pre-commit==3.5.0 tracely =0.2.11 证据：`requirements.dev.txt`
- **keep in sync with pyproject.toml project dependencies but there should be set as lower bound .**（source_file）：keep in sync with pyproject.toml project dependencies but there should be set as lower bound . plotly==5.10.0 statsmodels==0.14.0 scikit-learn==1.1.1 pandas parquet ==1.3.5 numpy==1.23.0 nltk==3.6.7 scipy==1.10.0 requests==2.32.0 PyYAML==6.0.1 pydantic==1.10.16 litestar==2.19.0 typing-inspect==0.9.0 uvicorn==0.22.0 watchdog==3.0.0 typer==0.3 rich==13 iterative-telemetry==0.0.5 dynaconf==3.2.4 pyarrow==14.0.1 pyspark==3.4.0 fsspec==2024.9.0 certifi==2024.7.4 urllib3==1.26.19 ujson==5.4.0 deprecation==2.1.0 uuid6==2024.7.10 cryptography==43.0.1 tracely==0.2.11 opentelemetry-proto==1.25.0 证据：`requirements.min.txt`
- **Add the line-too-long rule to the enforced rule set. By default, Ruff omits rules that**（source_file）：lint.pycodestyle max-line-length = 140 allow unforamttable lines up to 140 chars 证据：`ruff.toml`
- **test_data/.gitignore**（source_file）：/lfw-dataset.zip /20news-bydate py3.pkz 证据：`test_data/.gitignore`
- **20News Bydate Py3.Pkz**（source_file）：outs: - md5: 795cc33db0b25fdf479a34c9bb776b3e size: 15302062 hash: md5 path: 20news-bydate py3.pkz 证据：`test_data/20news-bydate_py3.pkz.dvc`
- **Adults**（source_file）：Title: Adult Description: Predict whether annual income of an individual exceeds $50K/yr based on census data. Also known as "Census Income" dataset. Dataset source: https://archive.ics.uci.edu/dataset/2/adult Creators: Barry Becker, Ronny Kohavi Licence: CC BY 4.0 证据：`test_data/adults.CITATION`
- **Bike Sharing Dataset**（source_file）：========================================= License ========================================= Use of this dataset in publications must be cited to the following publication: 证据：`test_data/bike_sharing_dataset.CITATION`
- **Lfw Dataset.Zip**（source_file）：outs: - md5: 658ceabf5ff1545c5ee12cbcfbd8f82b size: 318271483 hash: md5 path: lfw-dataset.zip 证据：`test_data/lfw-dataset.zip.dvc`
- 其余 4 条证据见 `AI_CONTEXT_PACK.json` 或 `EVIDENCE_INDEX.json`。

## 宿主 AI 必须遵守的规则

- **把本资产当作开工前上下文，而不是运行环境。**：AI Context Pack 只包含证据化项目理解，不包含目标项目的可执行状态。 证据：`README.md`, `api-reference/README.md`, `examples/README.md`
- **回答用户时区分可预览内容与必须安装后才能验证的内容。**：安装前体验的消费者价值来自降低误装和误判，而不是伪装成真实运行。 证据：`README.md`, `api-reference/README.md`, `examples/README.md`

## 用户开工前应该回答的问题

- 你准备在哪个宿主 AI 或本地环境中使用它？
- 你只是想先体验工作流，还是准备真实安装？
- 你最在意的是安装成本、输出质量、还是和现有规则的冲突？

## 验收标准

- 所有能力声明都能回指到 evidence_refs 中的文件路径。
- AI_CONTEXT_PACK.md 没有把预览包装成真实运行。
- 用户能在 3 分钟内看懂适合谁、能做什么、如何开始和风险边界。

---

## Doramagic Context Augmentation

下面内容用于强化 Repomix/AI Context Pack 主体。Human Manual 只提供阅读骨架；踩坑日志会被转成宿主 AI 必须遵守的工作约束。

## Human Manual 骨架

使用规则：这里只是项目阅读路线和显著性信号，不是事实权威。具体事实仍必须回到 repo evidence / Claim Graph。

宿主 AI 硬性规则：
- 不得把页标题、章节顺序、摘要或 importance 当作项目事实证据。
- 解释 Human Manual 骨架时，必须明确说它只是阅读路线/显著性信号。
- 能力、安装、兼容性、运行状态和风险判断必须引用 repo evidence、source path 或 Claim Graph。

- **项目介绍与安装**：importance `high`
  - source_paths: README.md, pyproject.toml, requirements.min.txt
- **系统架构设计**：importance `high`
  - source_paths: src/evidently/__init__.py, src/evidently/core/__init__.py, src/evidently/core/base_types.py, src/evidently/core/report.py, src/evidently/legacy/__init__.py
- **指标系统 (Metrics)**：importance `high`
  - source_paths: src/evidently/metrics/__init__.py, src/evidently/metrics/classification.py, src/evidently/metrics/regression.py, src/evidently/metrics/data_quality.py, src/evidently/metrics/recsys.py
- **预设评估 (Presets)**：importance `high`
  - source_paths: src/evidently/presets/__init__.py, src/evidently/presets/drift.py, src/evidently/presets/classification.py, src/evidently/presets/regression.py, src/evidently/presets/recsys.py
- **描述符系统 (Descriptors)**：importance `high`
  - source_paths: src/evidently/descriptors/__init__.py, src/evidently/descriptors/text_length.py, src/evidently/descriptors/text_match.py, src/evidently/descriptors/llm_judges.py, src/evidently/descriptors/_context_relevance.py
- **报告与测试套件**：importance `high`
  - source_paths: src/evidently/core/report.py, src/evidently/core/tests.py, src/evidently/core/serialization.py, src/evidently/legacy/report/report.py, src/evidently/legacy/test_suite/test_suite.py
- **LLM集成与评判器**：importance `high`
  - source_paths: src/evidently/llm/__init__.py, src/evidently/llm/models.py, src/evidently/llm/prompts/__init__.py, src/evidently/llm/rag/__init__.py, src/evidently/llm/datagen/__init__.py
- **Guardrails安全护栏**：importance `medium`
  - source_paths: src/evidently/guardrails/__init__.py, src/evidently/guardrails/core.py, src/evidently/guardrails/decorators.py, src/evidently/guardrails/guards/__init__.py, src/evidently/guardrails/guards/toxicity.py

## Repo Inspection Evidence / 源码检查证据

- repo_clone_verified: true
- repo_inspection_verified: true
- repo_commit: `a4aa4c2b37fe7a4344cc5031f566deccf3d69e4f`
- inspected_files: `pyproject.toml`, `README.md`, `examples/README.md`, `examples/cookbook/README.md`, `examples/service/postgres_config.yaml`, `examples/service/sqlite_config.yaml`, `examples/service/README.md`, `examples/service/docker-compose.yml`, `examples/service/remote_demo_project.py`, `examples/grafana/README.md`, `examples/future_examples/future_reviews.py`, `examples/grafana/grafana_llm_evaluation_dashboard/README.md`, `examples/grafana/grafana_llm_evaluation_dashboard/docker-compose.yml`, `examples/grafana/grafana_llm_evaluation_dashboard/evidently_metrics_calculation.py`, `examples/grafana/grafana_data_drift_dashboard/README.md`, `examples/grafana/grafana_data_drift_dashboard/docker-compose.yml`, `examples/grafana/grafana_data_drift_dashboard/evidently_metrics_calculation.py`, `examples/grafana/grafana_llm_evaluation_dashboard/config/grafana_dashboards.yaml`, `examples/grafana/grafana_llm_evaluation_dashboard/config/grafana_datasources.yaml`, `examples/grafana/grafana_llm_evaluation_dashboard/dashboards/chatbot_evals.json`

宿主 AI 硬性规则：
- 没有 repo_clone_verified=true 时，不得声称已经读过源码。
- 没有 repo_inspection_verified=true 时，不得把 README/docs/package 文件判断写成事实。
- 没有 quick_start_verified=true 时，不得声称 Quick Start 已跑通。

## Doramagic Pitfall Constraints / 踩坑约束

这些规则来自 Doramagic 发现、验证或编译过程中的项目专属坑点。宿主 AI 必须把它们当作工作约束，而不是普通说明文字。

### Constraint 1: 来源证据：Update scikit-learn version requirement to support v1.6.0

- Trigger: GitHub 社区证据显示该项目存在一个安装相关的待验证问题：Update scikit-learn version requirement to support v1.6.0
- Host AI rule: 来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- Why it matters: 可能影响升级、迁移或版本选择。
- Evidence: community_evidence:github | cevd_e82e24d201134e7f8dfa0b564d73fce8 | https://github.com/evidentlyai/evidently/issues/1407 | 来源类型 github_issue 暴露的待验证使用条件。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 2: 来源证据：PromptOptimizer throws OpenAIError when using Vertex AI judge

- Trigger: GitHub 社区证据显示该项目存在一个配置相关的待验证问题：PromptOptimizer throws OpenAIError when using Vertex AI judge
- Host AI rule: 来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- Why it matters: 可能增加新用户试用和生产接入成本。
- Evidence: community_evidence:github | cevd_abf6f9b183ff4892be78fd198f60d8e8 | https://github.com/evidentlyai/evidently/issues/1856 | 来源讨论提到 python 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 3: 来源证据：IndexError in infer_column_type when column contains only null values

- Trigger: GitHub 社区证据显示该项目存在一个运行相关的待验证问题：IndexError in infer_column_type when column contains only null values
- Host AI rule: 来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- Why it matters: 可能阻塞安装或首次运行。
- Evidence: community_evidence:github | cevd_44cdd5f2b657432eb8418fb132959ada | https://github.com/evidentlyai/evidently/issues/1764 | 来源讨论提到 python 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 4: 来源证据：Update evidently hashlib usage for FIPS-Compliant Systems and Security Best Practices

- Trigger: GitHub 社区证据显示该项目存在一个安全/权限相关的待验证问题：Update evidently hashlib usage for FIPS-Compliant Systems and Security Best Practices
- Host AI rule: 来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- Why it matters: 可能阻塞安装或首次运行。
- Evidence: community_evidence:github | cevd_872f2b57cd3a4c61ad5c387c8be3208b | https://github.com/evidentlyai/evidently/issues/1410 | 来源讨论提到 python 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 5: 来源证据：Numpy 2.x support?

- Trigger: GitHub 社区证据显示该项目存在一个安装相关的待验证问题：Numpy 2.x support?
- Host AI rule: 来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- Why it matters: 可能阻塞安装或首次运行。
- Evidence: community_evidence:github | cevd_2fc84415b55a43d2be4f7f47cf46d7a1 | https://github.com/evidentlyai/evidently/issues/1557 | 来源讨论提到 python 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 6: 来源证据：v0.7.12

- Trigger: GitHub 社区证据显示该项目存在一个安装相关的待验证问题：v0.7.12
- Host AI rule: 来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- Why it matters: 可能增加新用户试用和生产接入成本。
- Evidence: community_evidence:github | cevd_fcf994a3bcf94b0d9b2c5d6159816728 | https://github.com/evidentlyai/evidently/releases/tag/v0.7.12 | 来源讨论提到 python 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 7: 来源证据：v0.7.15

- Trigger: GitHub 社区证据显示该项目存在一个安装相关的待验证问题：v0.7.15
- Host AI rule: 来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- Why it matters: 可能增加新用户试用和生产接入成本。
- Evidence: community_evidence:github | cevd_a9de117bd8e440beab9f7be4af50d710 | https://github.com/evidentlyai/evidently/releases/tag/v0.7.15 | 来源讨论提到 linux 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 8: 来源证据：v0.7.20

- Trigger: GitHub 社区证据显示该项目存在一个安装相关的待验证问题：v0.7.20
- Host AI rule: 来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- Why it matters: 可能增加新用户试用和生产接入成本。
- Evidence: community_evidence:github | cevd_f0d67058bf2a40218adfb0eea1f1665f | https://github.com/evidentlyai/evidently/releases/tag/v0.7.20 | 来源讨论提到 docker 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 9: 来源证据：v0.7.19

- Trigger: GitHub 社区证据显示该项目存在一个能力理解相关的待验证问题：v0.7.19
- Host AI rule: 来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- Why it matters: 可能增加新用户试用和生产接入成本。
- Evidence: community_evidence:github | cevd_52e6ab37edca4901a0aa9fe7b5ba12f1 | https://github.com/evidentlyai/evidently/releases/tag/v0.7.19 | 来源类型 github_release 暴露的待验证使用条件。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 10: 来源证据：v0.7.21

- Trigger: GitHub 社区证据显示该项目存在一个能力理解相关的待验证问题：v0.7.21
- Host AI rule: 来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- Why it matters: 可能增加新用户试用和生产接入成本。
- Evidence: community_evidence:github | cevd_fe9f0e6e29564afeb5610928cc9bc834 | https://github.com/evidentlyai/evidently/releases/tag/v0.7.21 | 来源讨论提到 python 相关条件，需在安装/试用前复核。
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。
