Spaces:
Running
Running
| """ | |
| Server functionality for the agent monitoring system. | |
| This package provides web servers and visualization for agent monitoring. | |
| """ | |
| from backend.server_config import PORT, HOST, SERVER_VERSION, LOG_LEVEL | |
| __all__ = [ | |
| 'PORT', | |
| 'HOST', | |
| 'SERVER_VERSION', | |
| 'LOG_LEVEL' | |
| ] | |