Marivo 0.2.4
Marivo 0.2.4 是 v0.2 系列的补丁版本发布,聚焦 static 产物 publishing
路径。这个版本让发布到 S3 的 HTML 报告更容易被正确托管,也让智能体在
marivo publish 成功后更容易交付可打开的 reader-facing URL。
- S3 publishing 现在会为 HTML 产物显式上传
text/html; charset=utf-8内容 type。 - Static 发布结果现在暴露发布成功后应该打开的 reader-facing URL。
marivo publishCLI 现在会在成功输出中包含已发布的 reader URL。
- 发布到 S3 的 HTML 报告产物不再依赖 storage defaults 来推断内容 type。
- 智能体 final-报告指引现在指向发布结果中的 reader URL,不再要求调用方 自行重建 URL。
- 更新安装与 publishing 指引,说明 S3 HTML 内容 type 行为和 reader URL 交接。
pip install marivo按数据源选择对应后端扩展:
pip install "marivo[duckdb]"pip install "marivo[mysql]"pip install "marivo[trino]"pip install "marivo[postgres]"pip install "marivo[clickhouse]"pip install "marivo[all]"Marivo 0.2.4 需要 Python 3.12 或更高版本。