appctl 0.2.1

One command. Any app. Full AI control. The universal AI CLI for any web app, database, or service.
Documentation
1
2
3
4
5
6
//! Re-exports of the stable schema types defined in `appctl-plugin-sdk`.
//!
//! Keeping the alias lets the rest of the binary continue to speak
//! `crate::schema::Schema` even though the canonical definitions live in the
//! SDK crate.
pub use appctl_plugin_sdk::schema::*;