Skip to main content

Module enricher

Module enricher 

Source
Expand description

Built-in enrichers for the executor.

The ToolEnricher trait and ToolSchema live in devboy-core so that provider crates can implement enrichers without depending on the executor. This module provides built-in enrichers.

Structs§

FormatPipelineEnricher
Format pipeline enricher — adds pipeline-level parameters to list tools.
Schema
Tool input schema with typed property definitions.

Functions§

sanitize_field_name
Convert a human-readable field name to a safe cf_ parameter name.

Type Aliases§

PipelineFormatEnricher
Backward-compatible alias.