From 079e0a12e505d0e5ca326e21d8a3f913415128f4 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Thu, 20 Feb 2025 17:15:45 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17bd8ea..bfeb0e2 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