Skip to content

Commit f2fe6b8

Browse files
chore: update SDK settings
1 parent cc64773 commit f2fe6b8

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: 3
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/agentbase%2Fagentbase-89d6a8ac685cda7f8852372375d3cfcf973303a3f9a2427611a80612ec810bdd.yml
33
openapi_spec_hash: 8d81d4a97aec02004be2289ff4a35baf
4-
config_hash: f9290d73093a0d8eb0ba6b08f6f4a65f
4+
config_hash: 783d2127269f5b63c8633dd0e5f67fc9

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://git@github.com/AgentbaseHQ/agentbase-python.git
19+
# install from PyPI
20+
pip install agentbase
2121
```
2222

23-
> [!NOTE]
24-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install agentbase`
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 'agentbase[aiohttp] @ git+ssh://git@github.com/AgentbaseHQ/agentbase-python.git'
77+
# install from PyPI
78+
pip install agentbase[aiohttp]
8279
```
8380

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

0 commit comments

Comments
 (0)