systemprompt-files 0.14.4

File storage, metadata, and access control for systemprompt.io AI governance infrastructure. Governed file operations for the MCP governance pipeline.
Documentation
1
2
3
4
5
6
7
8
//! Scheduled jobs for the files domain.
//!
//! Exposes [`FileIngestionJob`], which scans the configured storage directory
//! and registers discovered image files in the database.

mod file_ingestion;

pub use file_ingestion::FileIngestionJob;