mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
documentation & guidance updates, getting things done, fixing a possible NDE if you change env vars, changes to enable user picking "done", minor test changes, minor goal selection prompt improvements
This commit is contained in:
@@ -35,8 +35,8 @@ OPENAI_API_KEY=sk-proj-...
|
||||
# Uncomment if using API key (not needed for local dev server)
|
||||
# TEMPORAL_API_KEY=abcdef1234567890
|
||||
|
||||
# Set starting goal of agent
|
||||
AGENT_GOAL=goal_choose_agent_type # default, for multi-goal
|
||||
# Set starting goal of agent - if unset default is all
|
||||
AGENT_GOAL=goal_choose_agent_type # default for multi-goal start
|
||||
#AGENT_GOAL=goal_event_flight_invoice # for original goal
|
||||
#AGENT_GOAL=goal_match_train_invoice # for replay goal
|
||||
|
||||
@@ -44,7 +44,7 @@ AGENT_GOAL=goal_choose_agent_type # default, for multi-goal
|
||||
GOAL_CATEGORIES=hr,travel-flights,travel-trains,fin # default is all
|
||||
#GOAL_CATEGORIES=travel-flights
|
||||
|
||||
# Set if the UI should force a user confirmation step or not
|
||||
# Set if the workflow should wait for the user to click a confirm button (and if the UI should show the confirm button and tool args)
|
||||
SHOW_CONFIRM=True
|
||||
|
||||
# Money Scenarios:
|
||||
|
||||
Reference in New Issue
Block a user