typeduck-codex-execpolicy 0.9.0

Support package for the standalone Codex Web runtime (codex-image-generation-extension)
Documentation
1
2
3
4
5
6
7
8
9
mod artifact;
mod backend;
mod extension;
mod tool;

pub use extension::install;

pub(crate) const IMAGE_GEN_NAMESPACE: &str = "image_gen";
pub(crate) const IMAGEGEN_TOOL_NAME: &str = "imagegen";