File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
33openapi_spec_hash : 3aae4790b24edf6ea9469c1680d513ae
4- config_hash : 82cb83ac175dbf40265128506294218b
4+ config_hash : 138b7c0b394e7393133c8ff16a6d0eb3
Original file line number Diff line number Diff line change 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
77The Agentex Python library provides convenient access to the Agentex REST API from any Python 3.9+
88application. 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
113113Then you can enable it by instantiating the client with ` http_client=DefaultAioHttpClient() ` :
You can’t perform that action at this time.
0 commit comments