AgentGraph / backend /__init__.py
wu981526092's picture
🚀 Deploy AgentGraph: Complete agent monitoring and knowledge graph system
c2ea5ed
"""
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'
]