From b0e18e29ba4b6f13d66ee386bdd5e405ae3eb898 Mon Sep 17 00:00:00 2001 From: sigoden Date: Mon, 8 Jul 2024 19:52:01 +0800 Subject: feat: agent support tools.txt (#64) --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1336ea0..10a6656 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ The agent has the following folder structure: └── myagent ├── functions.json # Function declarations file (Auto-generated) ├── index.yaml # Agent definition file + ├── tools.txt # Reuse tools └── tools.{sh,js,py} # Agent tools script ``` -- cgit v1.2.3