spora-ai/spora-plugin-media-archive
Composer 安装命令:
composer require spora-ai/spora-plugin-media-archive
包简介
Admin UI for browsing, filtering, and downloading media archived by Spora agents.
README 文档
README
Admin UI for browsing, filtering, and downloading media archived by Spora agents.
This plugin contributes the Media Archive app to the host's Apps dropdown. The panel is a pre-built Vue SPA delivered as a separate Composer package (spora-ai/spora-plugin-media-archive-frontend, type spora-plugin-frontend). The two-package split lets the frontend evolve on its own release cadence and lets backend-only operators skip the bundle entirely.
Install
composer require spora-ai/spora-plugin-media-archive composer require spora-ai/spora-plugin-media-archive-frontend
Both packages are required: the PHP package contributes the admin-panel metadata (MediaArchiveApp → VueAppInterface), and the frontend package ships the Vue IIFE bundle that the host SPA lazy-loads at runtime.
Requires spora-ai/spora-core ≥ 0.7.0 (the version that ships MediaArchiveService).
What it does
- Surfaces rows from the
media_assetstable (indexed byMediaArchiveService) as a filterable grid in the admin UI. - Filters by media type, plugin, tool, agent, and date range.
- Click-through detail drawer with metadata (dimensions, duration, mime type, source URL).
- One-click download via the existing
AssetController::show()route.
The plugin itself adds no tools, drivers, recipes, or migrations — it is purely presentational.
Companion plugins
Listed in composer.json under suggest:
spora-ai/spora-plugin-minimax— image, speech, music, and video generation. Rows produced by these tools show up here.spora-ai/spora-plugin-email— email send/receive. Outbound attachments surface as archived documents.
Reference
The canonical reference (REST contract, ingestion API, retention guidance, configuration flags) lives on the docs site:
docs.spora-ai.com/develop/plugins/reference/media-archive
License
MIT — see LICENSE.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-10