toggle menu
lmos-runtime
0.8.0
jvm
switch theme
search in API
lmos-runtime
/
ai.ancf.lmos.runtime.core.config
/
LmosRuntimeAutoConfiguration
/
conversationService
conversation
Service
@
Bean
@
ConditionalOnMissingBean
(
value
=
[
ConversationService::class
]
)
open
fun
conversationService
(
agentRegistryService
:
AgentRegistryService
,
agentRoutingService
:
AgentRoutingService
,
agentClientService
:
AgentClientService
,
lmosRuntimeTenantAwareCache
:
LmosRuntimeTenantAwareCache
<
String
>
)
:
ConversationService