arachne.core.runtime

Dependency Injection and lifecycle management

init

(init config runtime-ref)
Given a configuration and an entity ID or lookup ref representing a Runtime
entity, return an instantiated (but unstarted) ArachneRuntime object.

lookup

(lookup rt entity-ref)
Given a runtime and an entity ID or lookup ref, return the associated
component instance (if present.)