diff --git a/README.md b/README.md index 6b885cf..649115e 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,5 @@ Run query get_tool_data to see the data the tool has collected so far. - Might need to abstract the json example in the prompt generator to be part of a ToolDefinition (prevent overfitting to the example). - 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. - What happens if I don't want to confirm a step, but instead want to correct it? TODO figure out -- What happens if I am at confirmation step and want to end the chat (do I need some sort of signal router?) \ No newline at end of file +- What happens if I am at confirmation step and want to end the chat (do I need some sort of signal router?) +- Currently hardcoded to the Temporal dev server at localhost:7233. Need to support options incl Temporal Cloud. \ No newline at end of file