roder-ext-runner-e2b 0.1.1

Agentic software development tools and SDKs for Roder.
Documentation
1
2
3
4
5
6
7
8
#[tokio::test]
#[ignore = "requires RODER_LIVE_E2B_RUNNER=1 and E2B_API_KEY"]
async fn live_smoke() {
    roder_ext_runner_hosted_common::run_live_smoke_if_enabled(
        roder_ext_runner_e2b::e2b_runner_spec(),
    )
    .await;
}