systemprompt-extension 0.6.1

Compile-time extension framework for systemprompt.io AI governance infrastructure. Built on the inventory crate — registers schemas, API routes, jobs, and providers in the MCP governance pipeline.
Documentation
1
2
3
4
5
6
//! The core [`Extension`] trait and the [`register_extension!`] macro.

mod extension;
mod register;

pub use extension::Extension;