appctl 0.1.0

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
7
8
9
10
11
12
13
14
pub mod ai;
pub mod auth;
pub mod chat;
pub mod cli;
pub mod config;
pub mod executor;
pub mod history;
pub mod plugins;
pub mod run;
pub mod safety;
pub mod schema;
pub mod serve;
pub mod sync;
pub mod tools;