Change agent goal to be an element of the workflow, including query

This commit is contained in:
Laine
2025-03-11 09:07:25 -04:00
parent 4117d5d62d
commit 8fafe4b090
4 changed files with 61 additions and 20 deletions

View File

@@ -18,6 +18,7 @@ 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: