MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / make_minimal_envelope

Function make_minimal_envelope

atomic-agent/src/envelope.rs:597–599  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

595 }
596
597 fn make_minimal_envelope() -> SessionEnvelope {
598 SessionEnvelope::builder("s1", "test-agent").build()
599 }
600
601 // Builder tests
602

Calls 1

buildMethod · 0.45