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

Method new

runtime/src/runtime.rs:29–31  ·  view source on GitHub ↗

Create new runtime with default configuration

()

Source from the content-addressed store, hash-verified

27impl Runtime {
28 /// Create new runtime with default configuration
29 pub fn new() -> Self {
30 Self::with_config(RuntimeConfig::default())
31 }
32
33 /// Create runtime with custom configuration
34 pub fn with_config(config: RuntimeConfig) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected