Build agent tools from the LaunchDarkly config tools map and a user-provided registry.
Iterates over configTools (from config.tools), matches each against the
registry, and wraps them into openai-agents compatible tool objects.
Returns the tools array and a name mapping for tracking.
Build agent tools from the LaunchDarkly config tools map and a user-provided registry.
Iterates over
configTools(fromconfig.tools), matches each against theregistry, and wraps them into openai-agents compatible tool objects. Returns the tools array and a name mapping for tracking.