feat: agent support tools.txt (#64)

This commit is contained in:
sigoden
2024-07-08 19:52:01 +08:00
committed by GitHub
parent fd5f5418f3
commit b0e18e29ba
3 changed files with 60 additions and 25 deletions
+1
View File
@@ -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
```