deleted extra files

This commit is contained in:
SwiftyOS
2023-12-06 15:31:20 +01:00
parent 78f5ff17e6
commit ccb700d00a
3 changed files with 0 additions and 16 deletions

View File

@@ -1,2 +0,0 @@
Advanced commands to develop on the forge and the benchmark.
Stability not guaranteed.

View File

@@ -1,9 +0,0 @@
#!/bin/bash
# Kill processes using port 8080 if any.
if lsof -t -i :8080; then
kill $(lsof -t -i :8080)
fi
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
uvicorn agbenchmark.app:app --host localhost --port 8080 --reload --log-level info --reload-dir "$SCRIPT_DIR/../../../benchmark/agbenchmark"

View File

@@ -1,5 +0,0 @@
You developed a tool that could help people build agents?
Fork this repository, integrate your tool to the forge and send us the link of your fork in the autogpt discord: https://discord.gg/autogpt (ping maintainers)
PS: make sure the way you integrate your tool allows for easy rebases from upstream.