Skip to content

Commit 82fc32b

Browse files
chore: update SDK settings
1 parent c06d72b commit 82fc32b

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: 7
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/miru-ml%2Fmiru-agent-e92d4dc382ee8f1a70d1cce7127b86e3e1c0f47a5e7ec15c14459c04566d305f.yml
33
openapi_spec_hash: ac90b7910a1c876634b1522d15a80b82
4-
config_hash: 6667211fdd7b877d51cb9df24500cf09
4+
config_hash: 42c4dbfe38f7138cca77e9702dfa7c45

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]/miruml/python-agent-sdk.git
19+
# install from PyPI
20+
pip install miru_agent
2121
```
2222

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

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

8178
```sh
82-
# install from the production repo
83-
pip install 'miru_agent[aiohttp] @ git+ssh://[email protected]/miruml/python-agent-sdk.git'
79+
# install from PyPI
80+
pip install miru_agent[aiohttp]
8481
```
8582

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

0 commit comments

Comments
 (0)