Package com.embabel.agent.core
Interface ToolConsumer
-
- All Implemented Interfaces:
-
com.embabel.agent.core.ToolGroupConsumer,com.embabel.agent.core.ToolSpec,com.embabel.agent.core.ToolSpecConsumer
public interface ToolConsumer implements ToolSpecConsumer, ToolGroupConsumer
Allows consuming tools and exposing them to LLMs. Interface allowing abstraction between tool concept and specific tools.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classToolConsumer.Companion
-
Method Summary
Modifier and Type Method Description List<Tool>resolveTools(ToolGroupResolver toolGroupResolver)Resolve all tools from this consumer and its tool groups. abstract StringgetName()List<Tool>getTools()Tools referenced or exposed. -
-
Method Detail
-
resolveTools
List<Tool> resolveTools(ToolGroupResolver toolGroupResolver)
Resolve all tools from this consumer and its tool groups.
-
-
-
-