Skip to content

Commit

Permalink
Add agent protocol (#258)
Browse files Browse the repository at this point in the history
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
  • Loading branch information
waynehamadi authored Aug 5, 2023
1 parent 5db931c commit 13d2dcb
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down
186 changes: 185 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ helicone = "^1.0.6"
matplotlib = "^3.7.2"
pandas = "^2.0.3"
gitpython = "^3.1.32"
agent-protocol = "^0.1.2"

[tool.poetry.group.dev.dependencies]
flake8 = "^3.9.2"
Expand Down

0 comments on commit 13d2dcb

Please sign in to comment.