Skip to content

Commit

Permalink
Merge pull request #16 from e2b-dev/cli-tool
Browse files Browse the repository at this point in the history
CLI Tool - Update readme + add missing packages
  • Loading branch information
jakubno committed Aug 1, 2023
2 parents 52d72a7 + 0cf1920 commit 65b939b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,21 @@ You can find the full example

You can find the full example [in the JS/TS SDK directory](./agent/js/README.md)

### Test compliance with the protocol

You can test your agent's compliance with the protocol by installing the python package:

```sh
pip install agent-protocol
```

and then running the following command:

```sh
agent-protocol test --url <your-agent-url>
```


## Adoption

### Open-source agents and projects that have adopted Agent Protocol
Expand Down
8 changes: 4 additions & 4 deletions agent/python/poetry.lock

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

3 changes: 3 additions & 0 deletions agent/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ python = ">=3.7, <4.0.0"
fastapi = "^0.100.0"
hypercorn = "^0.14.4"
pytest = "^7.4.0"
pydantic = "^1.10.5, <2"
click = "^8.1.6"
requests = "^2.31.0"

[tool.poetry.group.dev.dependencies]
fastapi-code-generator = "^0.4.2"
Expand Down

0 comments on commit 65b939b

Please sign in to comment.