From 291bace53da442c6ee760dba829e3c6cef529e56 Mon Sep 17 00:00:00 2001 From: Joshua Smith Date: Wed, 12 Mar 2025 13:50:40 -0400 Subject: [PATCH] formatting readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 236f468..071bd08 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It's really helpful to [watch the demo (5 minute YouTube video)](https://www.you ## Setup and Configuration See [the Setup guide](./setup.md). -## Interaction +## Customizing Interaction & Tools TODO ## Architecture @@ -22,6 +22,7 @@ See [the architecture guide](./architecture.md). - 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. - Perhaps the UI should show when the LLM response is being retried (i.e. activity retry attempt because the LLM provided bad output) - Tests would be nice! + See [the todo](./todo.md) for more details. See Customization for more details. <-- TODO