Package com.embabel.agent.spi
Interface OperationScheduler
-
- All Implemented Interfaces:
public interface OperationSchedulerSchedules operations for an AgentProcess.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classOperationScheduler.Companion
-
Method Summary
Modifier and Type Method Description abstract ActionExecutionSchedulescheduleAction(ActionExecutionStartEvent actionExecutionStartEvent)abstract ToolCallSchedulescheduleToolCall(ToolCallRequestEvent functionCallRequestEvent)-
-
Method Detail
-
scheduleAction
abstract ActionExecutionSchedule scheduleAction(ActionExecutionStartEvent actionExecutionStartEvent)
-
scheduleToolCall
abstract ToolCallSchedule scheduleToolCall(ToolCallRequestEvent functionCallRequestEvent)
-
-
-
-