Skip to content

Commit e741990

Browse files
feat(api): Switch target to -client
1 parent c0d6330 commit e741990

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 64
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp/agentex-sdk-f6bcef733992533e1b1d66c2207e42a934fa0ec9646e3d6a6268fad17e73c834.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp/agentex-sdk-dfcee301cded58822f489f034b6fcd42f392df406ca3780e7213698cec59c777.yml
33
openapi_spec_hash: 3aae4790b24edf6ea9469c1680d513ae
4-
config_hash: 82cb83ac175dbf40265128506294218b
4+
config_hash: 138b7c0b394e7393133c8ff16a6d0eb3

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Agentex Python API library
33

44
<!-- prettier-ignore -->
5-
[![PyPI version](https://img.shields.io/pypi/v/agentex-sdk.svg?label=pypi%20(stable))](https://pypi.org/project/agentex-sdk/)
5+
[![PyPI version](https://img.shields.io/pypi/v/agentex-client.svg?label=pypi%20(stable))](https://pypi.org/project/agentex-client/)
66

77
The Agentex Python library provides convenient access to the Agentex REST API from any Python 3.9+
88
application. The library includes type definitions for all request params and response fields,
@@ -18,7 +18,7 @@ The REST API documentation can be found on [docs.gp.scale.com](https://docs.gp.s
1818

1919
```sh
2020
# install from PyPI
21-
pip install agentex-sdk
21+
pip install agentex-client
2222
```
2323

2424
## Usage
@@ -107,7 +107,7 @@ You can enable this by installing `aiohttp`:
107107

108108
```sh
109109
# install from PyPI
110-
pip install agentex-sdk[aiohttp]
110+
pip install agentex-client[aiohttp]
111111
```
112112

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

0 commit comments

Comments
 (0)