Skip to content

Commit 84010e4

Browse files
feat(api): manual updates
1 parent 95a629b commit 84010e4

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 34
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-62a09183a027c64707ad1b9d7a5ccc66c8abf3965e6075282cb5ab72f742a2b3.yml
33
openapi_spec_hash: 47f43703822077a82e2edf82d4b7e0e5
4-
config_hash: e9fb383df76f572ee9aefe7b876adc2f
4+
config_hash: 8691ea87e9147c7f77e63100041c1a3c

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ The full API of this library can be found in [api.md](api.md).
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://[email protected]/scaleapi/agentex-python.git
19+
# install from PyPI
20+
pip install --pre agentex-sdk
2121
```
2222

23-
> [!NOTE]
24-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install --pre agentex-sdk`
25-
2623
## Usage
2724

2825
The full API of this library can be found in [api.md](api.md).
@@ -77,8 +74,8 @@ By default, the async client uses `httpx` for HTTP requests. However, for improv
7774
You can enable this by installing `aiohttp`:
7875

7976
```sh
80-
# install from the production repo
81-
pip install 'agentex-sdk[aiohttp] @ git+ssh://[email protected]/scaleapi/agentex-python.git'
77+
# install from PyPI
78+
pip install --pre agentex-sdk[aiohttp]
8279
```
8380

8481
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

0 commit comments

Comments
 (0)