SanitizedGoalNameToolNamingStrategy

A simple naming strategy that uses the last two segments of the goal name to create a tool name. For example, "com.myco.MyAgent.myGoal" becomes "MyAgent_myGoal".

Functions

Link copied to clipboard
open override fun nameForGoal(goal: Goal): String