adk_agent_composition (erlang_adk v0.10.0)
View SourceRuntime materializer for a compiled declarative Agent Config.
The compiler persists IDs only. This module resolves those IDs against the exact sealed registry snapshot named by the compiled fingerprint, spawns sub-agents bottom-up, and injects only process references into the parent. Credential descriptors are never returned; callers receive only the opaque credential profile ID already present in the compiled public IR.
Summary
Functions
Spawn a composition in an invocation-local namespace. This is used by concurrent evaluation samples so roots and every generated sub-agent retain their declarative identity without colliding in the process registry.
Types
Functions
Spawn a composition in an invocation-local namespace. This is used by concurrent evaluation samples so roots and every generated sub-agent retain their declarative identity without colliding in the process registry.
-spec stop(handle()) -> ok.