Rename service (#8791)

This commit is contained in:
Engel Nyst
2025-05-29 21:43:42 +02:00
committed by GitHub
parent 30d53f8df0
commit 0e0687efc3
22 changed files with 82 additions and 53 deletions

View File

@@ -22,7 +22,7 @@ class ServerConfig(ServerConfigInterface):
'openhands.storage.conversation.file_conversation_store.FileConversationStore'
)
conversation_manager_class: str = os.environ.get(
"CONVERSATION_MANAGER_CLASS",
'CONVERSATION_MANAGER_CLASS',
'openhands.server.conversation_manager.standalone_conversation_manager.StandaloneConversationManager',
)
monitoring_listener_class: str = 'openhands.server.monitoring.MonitoringListener'