Skip to content

Commit dc66b57

Browse files
feat(api): manual updates
1 parent 0e05416 commit dc66b57

File tree

14 files changed

+45
-45
lines changed

14 files changed

+45
-45
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow is triggered when a GitHub release is created.
22
# It can also be run manually to re-publish to PyPI in case it failed for some reason.
3-
# You can run this workflow by navigating to https://www.github.com/scaleapi/agentex-python/actions/workflows/publish-pypi.yml
3+
# You can run this workflow by navigating to https://www.github.com/scaleapi/scale-agentex-python/actions/workflows/publish-pypi.yml
44
name: Publish PyPI
55
on:
66
workflow_dispatch:

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release_doctor:
1010
name: release doctor
1111
runs-on: ubuntu-latest
12-
if: github.repository == 'scaleapi/agentex-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
12+
if: github.repository == 'scaleapi/scale-agentex-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1313

1414
steps:
1515
- uses: actions/checkout@v4

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 34
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-2ba36d013a2829080b1003d4fecc30e89447db013f87491dd4d76f728d200b85.yml
3-
openapi_spec_hash: ff4de1c4bd38d4ff35bcf30755f0d870
4-
config_hash: 6481ea6b42040f435dedcb00a98f35f8
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-2b422fbf02ff3b77795fb8c71cbe784de3a3add48560655ba4fe7f3fcc509995.yml
3+
openapi_spec_hash: bca5c04d823694c87417dae188480291
4+
config_hash: bdc6acf8b97fe32a42ab99c3319226cc

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you’d like to use the repository from source, you can either install from g
6262
To install via git:
6363

6464
```sh
65-
$ pip install git+ssh://[email protected]/scaleapi/agentex-python.git
65+
$ pip install git+ssh://[email protected]/scaleapi/scale-agentex-python.git
6666
```
6767

6868
Alternatively, you can build from source and install the wheel file:
@@ -120,7 +120,7 @@ the changes aren't made through the automated pipeline, you may want to make rel
120120

121121
### Publish with a GitHub workflow
122122

123-
You can release to package managers by using [the `Publish PyPI` GitHub action](https://www.github.com/scaleapi/agentex-python/actions/workflows/publish-pypi.yml). This requires a setup organization or repository secret to be set up.
123+
You can release to package managers by using [the `Publish PyPI` GitHub action](https://www.github.com/scaleapi/scale-agentex-python/actions/workflows/publish-pypi.yml). This requires a setup organization or repository secret to be set up.
124124

125125
### Publish manually
126126

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ task = response.parse() # get the object that `tasks.list()` would have returne
268268
print(task)
269269
```
270270

271-
These methods return an [`APIResponse`](https://github.com/scaleapi/agentex-python/tree/main/src/agentex/_response.py) object.
271+
These methods return an [`APIResponse`](https://github.com/scaleapi/scale-agentex-python/tree/main/src/agentex/_response.py) object.
272272

273-
The async client returns an [`AsyncAPIResponse`](https://github.com/scaleapi/agentex-python/tree/main/src/agentex/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
273+
The async client returns an [`AsyncAPIResponse`](https://github.com/scaleapi/scale-agentex-python/tree/main/src/agentex/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
274274

275275
#### `.with_streaming_response`
276276

@@ -374,7 +374,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
374374

375375
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
376376

377-
We are keen for your feedback; please open an [issue](https://www.github.com/scaleapi/agentex-python/issues) with questions, bugs, or suggestions.
377+
We are keen for your feedback; please open an [issue](https://www.github.com/scaleapi/scale-agentex-python/issues) with questions, bugs, or suggestions.
378378

379379
### Determining the installed version
380380

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ classifiers = [
6262
]
6363

6464
[project.urls]
65-
Homepage = "https://github.com/scaleapi/agentex-python"
66-
Repository = "https://github.com/scaleapi/agentex-python"
65+
Homepage = "https://github.com/scaleapi/scale-agentex-python"
66+
Repository = "https://github.com/scaleapi/scale-agentex-python"
6767

6868
[project.optional-dependencies]
6969
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
@@ -165,7 +165,7 @@ path = "README.md"
165165
[[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]]
166166
# replace relative links with absolute links
167167
pattern = '\[(.+?)\]\(((?!https?://)\S+?)\)'
168-
replacement = '[\1](https://github.com/scaleapi/agentex-python/tree/main/\g<2>)'
168+
replacement = '[\1](https://github.com/scaleapi/scale-agentex-python/tree/main/\g<2>)'
169169

170170
[tool.pytest.ini_options]
171171
testpaths = ["tests"]

src/agentex/resources/agents.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def with_raw_response(self) -> AgentsResourceWithRawResponse:
4343
This property can be used as a prefix for any HTTP method call to return
4444
the raw response object instead of the parsed content.
4545
46-
For more information, see https://www.github.com/scaleapi/agentex-python#accessing-raw-response-data-eg-headers
46+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#accessing-raw-response-data-eg-headers
4747
"""
4848
return AgentsResourceWithRawResponse(self)
4949

@@ -52,7 +52,7 @@ def with_streaming_response(self) -> AgentsResourceWithStreamingResponse:
5252
"""
5353
An alternative to `.with_raw_response` that doesn't eagerly read the response body.
5454
55-
For more information, see https://www.github.com/scaleapi/agentex-python#with_streaming_response
55+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#with_streaming_response
5656
"""
5757
return AgentsResourceWithStreamingResponse(self)
5858

@@ -603,7 +603,7 @@ def with_raw_response(self) -> AsyncAgentsResourceWithRawResponse:
603603
This property can be used as a prefix for any HTTP method call to return
604604
the raw response object instead of the parsed content.
605605
606-
For more information, see https://www.github.com/scaleapi/agentex-python#accessing-raw-response-data-eg-headers
606+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#accessing-raw-response-data-eg-headers
607607
"""
608608
return AsyncAgentsResourceWithRawResponse(self)
609609

@@ -612,7 +612,7 @@ def with_streaming_response(self) -> AsyncAgentsResourceWithStreamingResponse:
612612
"""
613613
An alternative to `.with_raw_response` that doesn't eagerly read the response body.
614614
615-
For more information, see https://www.github.com/scaleapi/agentex-python#with_streaming_response
615+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#with_streaming_response
616616
"""
617617
return AsyncAgentsResourceWithStreamingResponse(self)
618618

src/agentex/resources/events.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def with_raw_response(self) -> EventsResourceWithRawResponse:
3131
This property can be used as a prefix for any HTTP method call to return
3232
the raw response object instead of the parsed content.
3333
34-
For more information, see https://www.github.com/scaleapi/agentex-python#accessing-raw-response-data-eg-headers
34+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#accessing-raw-response-data-eg-headers
3535
"""
3636
return EventsResourceWithRawResponse(self)
3737

@@ -40,7 +40,7 @@ def with_streaming_response(self) -> EventsResourceWithStreamingResponse:
4040
"""
4141
An alternative to `.with_raw_response` that doesn't eagerly read the response body.
4242
43-
For more information, see https://www.github.com/scaleapi/agentex-python#with_streaming_response
43+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#with_streaming_response
4444
"""
4545
return EventsResourceWithStreamingResponse(self)
4646

@@ -142,7 +142,7 @@ def with_raw_response(self) -> AsyncEventsResourceWithRawResponse:
142142
This property can be used as a prefix for any HTTP method call to return
143143
the raw response object instead of the parsed content.
144144
145-
For more information, see https://www.github.com/scaleapi/agentex-python#accessing-raw-response-data-eg-headers
145+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#accessing-raw-response-data-eg-headers
146146
"""
147147
return AsyncEventsResourceWithRawResponse(self)
148148

@@ -151,7 +151,7 @@ def with_streaming_response(self) -> AsyncEventsResourceWithStreamingResponse:
151151
"""
152152
An alternative to `.with_raw_response` that doesn't eagerly read the response body.
153153
154-
For more information, see https://www.github.com/scaleapi/agentex-python#with_streaming_response
154+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#with_streaming_response
155155
"""
156156
return AsyncEventsResourceWithStreamingResponse(self)
157157

src/agentex/resources/messages/batch.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def with_raw_response(self) -> BatchResourceWithRawResponse:
3232
This property can be used as a prefix for any HTTP method call to return
3333
the raw response object instead of the parsed content.
3434
35-
For more information, see https://www.github.com/scaleapi/agentex-python#accessing-raw-response-data-eg-headers
35+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#accessing-raw-response-data-eg-headers
3636
"""
3737
return BatchResourceWithRawResponse(self)
3838

@@ -41,7 +41,7 @@ def with_streaming_response(self) -> BatchResourceWithStreamingResponse:
4141
"""
4242
An alternative to `.with_raw_response` that doesn't eagerly read the response body.
4343
44-
For more information, see https://www.github.com/scaleapi/agentex-python#with_streaming_response
44+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#with_streaming_response
4545
"""
4646
return BatchResourceWithStreamingResponse(self)
4747

@@ -131,7 +131,7 @@ def with_raw_response(self) -> AsyncBatchResourceWithRawResponse:
131131
This property can be used as a prefix for any HTTP method call to return
132132
the raw response object instead of the parsed content.
133133
134-
For more information, see https://www.github.com/scaleapi/agentex-python#accessing-raw-response-data-eg-headers
134+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#accessing-raw-response-data-eg-headers
135135
"""
136136
return AsyncBatchResourceWithRawResponse(self)
137137

@@ -140,7 +140,7 @@ def with_streaming_response(self) -> AsyncBatchResourceWithStreamingResponse:
140140
"""
141141
An alternative to `.with_raw_response` that doesn't eagerly read the response body.
142142
143-
For more information, see https://www.github.com/scaleapi/agentex-python#with_streaming_response
143+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#with_streaming_response
144144
"""
145145
return AsyncBatchResourceWithStreamingResponse(self)
146146

src/agentex/resources/messages/messages.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def with_raw_response(self) -> MessagesResourceWithRawResponse:
4545
This property can be used as a prefix for any HTTP method call to return
4646
the raw response object instead of the parsed content.
4747
48-
For more information, see https://www.github.com/scaleapi/agentex-python#accessing-raw-response-data-eg-headers
48+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#accessing-raw-response-data-eg-headers
4949
"""
5050
return MessagesResourceWithRawResponse(self)
5151

@@ -54,7 +54,7 @@ def with_streaming_response(self) -> MessagesResourceWithStreamingResponse:
5454
"""
5555
An alternative to `.with_raw_response` that doesn't eagerly read the response body.
5656
57-
For more information, see https://www.github.com/scaleapi/agentex-python#with_streaming_response
57+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#with_streaming_response
5858
"""
5959
return MessagesResourceWithStreamingResponse(self)
6060

@@ -234,7 +234,7 @@ def with_raw_response(self) -> AsyncMessagesResourceWithRawResponse:
234234
This property can be used as a prefix for any HTTP method call to return
235235
the raw response object instead of the parsed content.
236236
237-
For more information, see https://www.github.com/scaleapi/agentex-python#accessing-raw-response-data-eg-headers
237+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#accessing-raw-response-data-eg-headers
238238
"""
239239
return AsyncMessagesResourceWithRawResponse(self)
240240

@@ -243,7 +243,7 @@ def with_streaming_response(self) -> AsyncMessagesResourceWithStreamingResponse:
243243
"""
244244
An alternative to `.with_raw_response` that doesn't eagerly read the response body.
245245
246-
For more information, see https://www.github.com/scaleapi/agentex-python#with_streaming_response
246+
For more information, see https://www.github.com/scaleapi/scale-agentex-python#with_streaming_response
247247
"""
248248
return AsyncMessagesResourceWithStreamingResponse(self)
249249

0 commit comments

Comments
 (0)