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

Method set_managed_run

atomic-agent/src/turn/orchestrator/mod.rs:307–309  ·  view source on GitHub ↗

Attach the managed-run context for this hook invocation (see [`ManagedRunContext`]).

(&mut self, context: ManagedRunContext)

Source from the content-addressed store, hash-verified

305 /// Attach the managed-run context for this hook invocation
306 /// (see [`ManagedRunContext`]).
307 pub fn set_managed_run(&mut self, context: ManagedRunContext) {
308 self.managed_run = Some(context);
309 }
310
311 /// The view declared by the governing managed run, if any.
312 pub(crate) fn managed_view(&self) -> Option<&str> {

Calls

no outgoing calls