From 42641fe124e71abc8b0cbf7774331ad156bd4136 Mon Sep 17 00:00:00 2001 From: Joshua Smith Date: Thu, 13 Mar 2025 11:55:33 -0400 Subject: [PATCH] doc updates --- adding-goals-and-tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adding-goals-and-tools.md b/adding-goals-and-tools.md index c20802d..c878229 100644 --- a/adding-goals-and-tools.md +++ b/adding-goals-and-tools.md @@ -1,6 +1,8 @@ ## Customizing the Agent The agent is set up to allow for multiple goals and to switch back to choosing a new goal at the end of every successful goal. A goal is made up of a list of tools that the agent will guide the user through. +It may be helpful to review the [architecture](./architecture.md) for a guide and definition of goals, tools, etc. + ### Adding a Goal 1. Open [/tools/goal_registry.py](tools/goal_registry.py) - this file contains descriptions of goals and the tools used to achieve them 2. Pick a name for your goal!