Move AGENT_GOAL back to env file

This commit is contained in:
Laine
2025-03-12 10:30:42 -04:00
parent e0b3a31ea8
commit 697244e970
2 changed files with 6 additions and 13 deletions

View File

@@ -16,11 +16,6 @@ TEMPORAL_TLS_CERT = os.getenv("TEMPORAL_TLS_CERT", "")
TEMPORAL_TLS_KEY = os.getenv("TEMPORAL_TLS_KEY", "")
TEMPORAL_API_KEY = os.getenv("TEMPORAL_API_KEY", "")
#Starting agent goal - 1st goal is always to help user pick a next goal
AGENT_GOAL = "goal_choose_agent_type"
#AGENT_GOAL = "goal_event_flight_invoice"
async def get_temporal_client() -> Client:
"""
Creates a Temporal client based on environment configuration.