From 79491fc14b4bb563346ace15ef91c6022c363b51 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 26 Jun 2024 21:49:52 +0800 Subject: feat: add scripts/crawler.mjs (#45) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f50da50..7fa267f 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The agent has the following folder structure: ``` └── agents └── myagent - ├── embeddings/ # Contains RAG files for knownledge + ├── embeddings/ # Contains RAG files for knowledge ├── functions.json # Function declarations file (Auto-generated) ├── index.yaml # Agent definition file └── tools.{sh,js,py} # Agent tools script -- cgit v1.2.3