appctl 0.13.0

CLI: sync OpenAPI, databases, and frameworks into LLM tool definitions; chat, run, and HTTP serve.
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::*;