weft-core 0.1.1

OpenAI-compatible AI agent runtime with WASM capability plugin system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#[cfg(feature = "embed-flutter")]
mod frb_generated; /* AUTO INJECTED BY flutter_rust_bridge. This line may not be accurate, and you can change it according to your needs. */
pub mod api;
pub mod app;
pub mod config;
pub mod defaults;
#[cfg(feature = "embed-flutter")]
pub mod ffi;
pub mod layers;
pub mod package;
pub mod pipeline;
pub mod process;
pub mod rpc;
pub mod runtime;
pub mod sdk;
pub mod service_manager;
pub mod types;
pub mod vkeys;