weft-core 0.1.1

OpenAI-compatible AI agent runtime with WASM capability plugin system
Documentation
1
2
3
4
5
6
use anyhow::Result;

#[tokio::main]
async fn main() -> Result<()> {
    weft_core::rpc::serve_stdio(None).await
}