logging work

This commit is contained in:
Jai Suphavadeeprasit 2025-10-13 10:44:42 -04:00
parent 6313c9879f
commit bb5eab2645

View file

@ -46,8 +46,8 @@ LOGS_DIR.mkdir(parents=True, exist_ok=True)
# Initialize FastAPI app
app = FastAPI(
title="Hermes Agent Logging Server",
description="Real-time WebSocket server for agent execution logging",
title="Hermes Agent API Endpoint",
description="Manage interface between agent and user",
version="1.0.0"
)