From dbc9ea768834d78c41a20b76aff3c8824cc92127 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Wed, 1 Jan 2025 13:57:01 -0800 Subject: [PATCH] readme todo --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c101028..c279d2e 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,7 @@ Run query get_tool_data to see the data the tool has collected so far. - This is currently a good single tool workflow. It could be a child as part of a planning workflow (multiple tools). - I should integrate another tool. Perhaps something that consumes web sites hunting for destinations to go to in the first place. - I should make this workflow execute a Search for flights as right now it will finish without doing anything. + - Almost there. I have a dynamic activity for the tool's execution. I just need to make it actually do something. - I need to add a human in the loop confirmation step before it executes tools. -- I need to build a chat interface so it's not cli-controlled. Also want to show some 'behind the scenes' of the agents being used as they run. \ No newline at end of file +- I need to build a chat interface so it's not cli-controlled. Also want to show some 'behind the scenes' of the agents being used as they run. +- Should I add tools that determine a destination, and also maybe generate a Stripe invoice for the flight? \ No newline at end of file