From b3a962ff026a0c91caac608bcf601c22ad5dc3e2 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Fri, 3 Jan 2025 23:28:27 -0800 Subject: [PATCH] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46b2575..73a5c1b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,9 @@ Run query get_tool_data to see the data the tool has collected so far. - Access the API at `/docs` to see the available endpoints. ## UI -TODO: Document /frontend react app running instructions. +- `cd frontend` +- `npm install` to install the dependencies. +- `npm run dev` to start the dev server. ## Customizing the agent - `tool_registry.py` contains the mapping of tool names to tool definitions (so the AI understands how to use them)