From 97ca23976d823d323634ec8cadbadb166429d93f Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Tue, 21 Jan 2025 08:37:31 -0800 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f6fae0..3dcb370 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,4 @@ With a small code change, the agent can use local LLMs. - I should prove this out with other tool definitions outside of the event/flight search case (take advantage of my nice DSL). - Currently hardcoded to the Temporal dev server at localhost:7233. Need to support options incl Temporal Cloud. - Continue-as-new shouldn't be a big consideration for this use case (as it would take many conversational turns to trigger). Regardless, I should ensure that it's able to carry the agent state over to the new workflow execution. +- Tests would be nice!