From 7fa75395d8be22e75dfe784a17b680e3759bfaca Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Fri, 28 Feb 2025 07:11:57 -0600 Subject: [PATCH] readme sync --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8309d5..fd070f2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ cp .env.example .env The agent can be configured to pursue different goals using the `AGENT_GOAL` environment variable in your `.env` file. -#### Goal: Find an event in APAC, book flights to it and invoice the user for the cost +#### Goal: Find an event in Australia / New Zealand, book flights to it and invoice the user for the cost - `AGENT_GOAL=goal_event_flight_invoice` (default) - Helps users find events, book flights, and arrange train travel with invoice generation - This is the scenario in the video above