Package com.embabel.agent.core
Class Export
-
- All Implemented Interfaces:
public final class ExportMetadata describing how a goal will be exported
-
-
Method Summary
-
-
Constructor Detail
-
Export
Export(String name, Boolean remote, Boolean local, Set<Class<?>> startingInputTypes)
- Parameters:
name- custom name for the goal when exported.remote- whether the goal is exported to a remote system (e.g., MCP).local- whether the goal is exported to a local system (e.g.startingInputTypes- input types that we can prompt the user from to get to this goal.
-
-
-
-