Expand description
Build an AgentSpawner from a parsed SpawnerConfig and wire spawner tools.
Functionsยง
- auto_
configure_ spawner - Wire spawner tools into an AgentBuilder when the spec has a
spawner:section. Call afterauto_configure_llms()andauto_configure_features(). - configure_
spawner_ tools - Create the four spawner tools wired to the given spawner and registry.
- resolve_
templates - Resolve a
TemplateSourcemap intoResolvedTemplatevalues by reading files and extracting metadata. - spawner_
from_ config - Construct an
AgentSpawnerfrom thespawner:section of an AgentSpec.