use prymn_agent::new_server; #[tokio::main] async fn main() -> anyhow::Result<()> { new_server().serve("0.0.0.0:5043".parse()?).await?; Ok(()) }