refactor: add docs and update scripts (#150)

This commit is contained in:
sigoden
2024-12-13 17:18:01 +08:00
committed by GitHub
parent 8ace93beb8
commit d692625662
6 changed files with 332 additions and 15 deletions
+8 -1
View File
@@ -450,6 +450,13 @@ test-demo@agent() {
done
}
# @cmd Clean the project
clean() {
clean@tool
clean@agent
rm -rf "$BIN_DIR/"*
}
# @cmd Clean tools
# @alias tool:clean
clean@tool() {
@@ -514,7 +521,7 @@ create@tool() {
./scripts/create-tool.sh "$@"
}
# @cmd Show pre-requisite tool versions
# @cmd Displays version information for required tools
version() {
uname -a
if command -v aichat &> /dev/null; then