Skip to main content

Module tool_effectiveness

Module tool_effectiveness 

Source
Expand description

Tool effectiveness tracking and adaptive selection

Tracks which tools are effective for given contexts and helps the agent select the best tool based on prior success rates and result quality.

Structs§

AdaptiveToolSelector
Adaptive tool selector based on effectiveness
ToolEffectiveness
Tracks effectiveness of a tool
ToolEffectivenessTracker
Tracker for tool effectiveness across a session
ToolSelectionContext
Tool selection context

Enums§

ToolFailureMode

Traits§

ToolSelector
Trait for selecting which tool to use