feat: add scripts/crawler.mjs (#45)

This commit is contained in:
sigoden
2024-06-26 21:49:52 +08:00
committed by GitHub
parent 8c1f1699ff
commit 79491fc14b
3 changed files with 222 additions and 2 deletions
+1 -1
View File
@@ -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