MCPcopy Create free account
hub / github.com/agenticsorg/lean-agentic / id

Method id

runtime/src/orchestration.rs:48–50  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

46 /// Get agent ID
47 #[inline]
48 pub fn id(&self) -> u64 {
49 self.id
50 }
51}
52
53/// 1. Spawn: Create new agent (<500ns target)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected