systemprompt-content 0.2.2

Markdown content management, sources, and event tracking for systemprompt.io AI governance dashboards. Governed publishing pipeline for the MCP governance platform.
Documentation
1
2
3
4
5
pub mod analytics;
pub mod generation;

pub use analytics::LinkAnalyticsService;
pub use generation::{GenerateLinkParams, LinkGenerationService};