This commit is contained in:
Steve Androulakis
2025-01-03 23:28:27 -08:00
parent 34d0c1bc70
commit b3a962ff02

View File

@@ -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)