mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 09:54:23 +01:00
Add agent protocol (#258)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
||||
min-python-version: '3.10'
|
||||
name: '${{ matrix.agent-name }}'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 40
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -170,6 +170,8 @@ jobs:
|
||||
elif [ "$AGENT_NAME" == "beebot" ]; then
|
||||
poetry install
|
||||
poetry run playwright install
|
||||
uvicorn beebot.initiator.api:create_app --factory --reload --timeout-graceful-shutdown=3 --timeout-keep-alive=300 &
|
||||
agent-protocol test --url=127.0.0.1:8000 || echo "Beebot is not compliant with the agent protocol"
|
||||
prefix="poetry run "
|
||||
else
|
||||
echo "Unknown agent name: $AGENT_NAME"
|
||||
|
||||
Reference in New Issue
Block a user