agent-harness-rs 0.2.13

Agent loop harness with local and sandbox tool runtimes, context management, and MCP support
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "e2b")]
fn main() {
    prost_build::compile_protos(
        &["proto/envd/process/v1/process.proto"],
        &["proto"],
    )
    .expect("prost_build: failed to compile envd process proto");
}

#[cfg(not(feature = "e2b"))]
fn main() {}