Rename service (#8791)

This commit is contained in:
Engel Nyst
2025-05-29 21:43:42 +02:00
committed by GitHub
parent 30d53f8df0
commit 0e0687efc3
22 changed files with 82 additions and 53 deletions

View File

@@ -9,6 +9,7 @@ class AgentLoopInfo:
"""
Information about an agent loop - the URL on which to locate it and the event store
"""
conversation_id: str
url: str | None
session_api_key: str | None