Uses of Interface
com.viglet.turing.persistence.repository.agent.TurAIAgentRepository
Packages that use TurAIAgentRepository
-
Uses of TurAIAgentRepository in com.viglet.turing.api.agent
Constructors in com.viglet.turing.api.agent with parameters of type TurAIAgentRepositoryModifierConstructorDescriptionTurAIAgentAPI(TurAIAgentRepository turAIAgentRepository, TurAIAgentMapper turAIAgentMapper, TurLLMInstanceRepository turLLMInstanceRepository, TurMcpServerRepository turMcpServerRepository) TurAIAgentChatAPI(TurAIAgentRepository turAIAgentRepository, TurLLMInstanceRepository turLLMInstanceRepository, TurGenAiLlmProviderFactory llmProviderFactory, TurSecretCryptoService turSecretCryptoService, TurNativeToolService nativeToolService, TurMcpToolCallbackService mcpToolCallbackService, TurLLMTokenUsageService tokenUsageService)