Skip to content

Service manager

ServiceManager

Bases: ComponentManagerBase[Service]

A singleton manager class of the service.

Source code in agentuniverse/agent_serve/service_manager.py
Python
@singleton
class ServiceManager(ComponentManagerBase[Service]):
    """A singleton manager class of the service."""

    def __init__(self):
        super().__init__(ComponentEnum.SERVICE)