Skip to content

Commit a48c025

Browse files
feat(api): manual updates
1 parent c09a88c commit a48c025

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
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: 34
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-9be75ee61a70a4e4f59426c211157bcad333676bb863f94c2b6fdf8f95629605.yml
33
openapi_spec_hash: 38a665ae9fb3671e0638d66728f84c77
4-
config_hash: aeabb3a919ad2763f5d0f41961a2520a
4+
config_hash: 6481ea6b42040f435dedcb00a98f35f8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is generated with [Stainless](https://www.stainless.com/).
1212

1313
## Documentation
1414

15-
The full API of this library can be found in [api.md](api.md).
15+
The REST API documentation can be found on [docs.gp.scale.com](https://docs.gp.scale.com). The full API of this library can be found in [api.md](api.md).
1616

1717
## Installation
1818

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ before making any information public.
1818
If you encounter security issues that are not directly related to SDKs but pertain to the services
1919
or products provided by Agentex, please follow the respective company's security reporting guidelines.
2020

21+
### Agentex Terms and Policies
22+
23+
Please contact [email protected] for any questions or concerns regarding the security of our services.
24+
2125
---
2226

2327
Thank you for helping us keep the SDKs and systems they interact with secure.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "The official Python library for the agentex API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
77
authors = [
8-
{ name = "Agentex", email = "" },
8+
{ name = "Agentex", email = "[email protected]" },
99
]
1010
dependencies = [
1111
"httpx>=0.27.2,<0.28",

0 commit comments

Comments
 (0)