wu981526092 commited on
Commit
113e114
·
1 Parent(s): cc3c5e9

trigger: force redeployment for graph size optimization

Browse files

Added comment to trigger Docker rebuild with optimized graph sizes.

Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -2,6 +2,7 @@
2
  """
3
  Agent Monitoring System - Main Entry Point
4
  This script serves as the main entry point for the agent monitoring system.
 
5
  """
6
 
7
  # Import the complete LiteLLM fix FIRST, before any other imports that might use LiteLLM
 
2
  """
3
  Agent Monitoring System - Main Entry Point
4
  This script serves as the main entry point for the agent monitoring system.
5
+ Updated: Graph visualization sizes optimized for better UI layout.
6
  """
7
 
8
  # Import the complete LiteLLM fix FIRST, before any other imports that might use LiteLLM