1 unstable release
| 0.1.2 | Jan 3, 2026 |
|---|
#2602 in HTTP server
Used in enki-cli
36KB
819 lines
Enki Server - HTTP API library for Enki agents
This library provides an HTTP API server for Enki agents. Use it from the CLI or embed it in your own application.
Example
use enki_runtime::config::MeshConfig;
use enki_server::run_server;
#[tokio::main]
async fn main() {
let config = MeshConfig::from_file("agents.toml").unwrap();
run_server(config, 3000, None).await;
}
Dependencies
~24–44MB
~588K SLoC