mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
Add the category tag to the goals and example env file, and filter the results based on tags in list_agents
This commit is contained in:
@@ -35,8 +35,11 @@ OPENAI_API_KEY=sk-proj-...
|
||||
# Uncomment if using API key (not needed for local dev server)
|
||||
# TEMPORAL_API_KEY=abcdef1234567890
|
||||
|
||||
# Agent Goal Configuration
|
||||
# AGENT_GOAL=goal_event_flight_invoice # (default) or goal_match_train_invoice
|
||||
# Set starting goal of agent
|
||||
AGENT_GOAL=goal_choose_agent_type # (default)
|
||||
|
||||
#Choose which category(ies) of goals you want to be listed by the Agent - options are system (always included), hr, travel, or all.
|
||||
GOAL_CATEGORIES=hr,travel # default is all
|
||||
|
||||
# Set if the UI should force a user confirmation step or not
|
||||
SHOW_CONFIRM=True
|
||||
Reference in New Issue
Block a user