Interface AgenticService<T,A>

All Known Subinterfaces:
ConditionalAgentService<T>, LoopAgentService<T>, ParallelAgentService<T>, PlannerBasedService<T>, SequentialAgentService<T>
All Known Implementing Classes:
ConditionalAgentServiceImpl, LoopAgentServiceImpl, ParallelAgentServiceImpl, PlannerBasedServiceImpl, SequentialAgentServiceImpl

public interface AgenticService<T,A>