Skip to main content

Module config

Module config 

Source
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 after auto_configure_llms() and auto_configure_features().
configure_spawner_tools
Create the four spawner tools wired to the given spawner and registry.
resolve_templates
Resolve a TemplateSource map into ResolvedTemplate values by reading files and extracting metadata.
spawner_from_config
Construct an AgentSpawner from the spawner: section of an AgentSpec.