beamlit 0.0.20rc3__py3-none-any.whl → 0.0.20rc4__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- beamlit/api/agents/delete_agent_history.py +155 -0
- beamlit/api/agents/get_agent_deployment.py +1 -22
- beamlit/api/agents/get_agent_environment_logs.py +151 -0
- beamlit/api/agents/get_agent_history.py +155 -0
- beamlit/api/agents/list_agent_history.py +151 -0
- beamlit/api/agents/put_agent_history.py +181 -0
- beamlit/api/functions/get_function_environment_logs.py +151 -0
- beamlit/api/models/get_model_environment_logs.py +155 -0
- beamlit/common/generate.py +8 -3
- beamlit/common/settings.py +1 -5
- beamlit/models/__init__.py +28 -30
- beamlit/models/acl.py +2 -0
- beamlit/models/agent.py +2 -0
- beamlit/models/agent_chain.py +2 -0
- beamlit/models/agent_configuration.py +2 -0
- beamlit/models/agent_deployment.py +44 -99
- beamlit/models/agent_deployment_configuration.py +45 -0
- beamlit/models/agent_deployment_history.py +15 -46
- beamlit/models/agent_deployment_history_event.py +24 -78
- beamlit/models/agent_deployment_pod_template.py +45 -0
- beamlit/models/agent_history.py +165 -0
- beamlit/models/agent_history_event.py +131 -0
- beamlit/models/agent_metadata.py +144 -0
- beamlit/models/agent_release.py +2 -0
- beamlit/models/agent_spec.py +238 -0
- beamlit/models/agent_with_deployments.py +2 -0
- beamlit/models/api_key.py +2 -0
- beamlit/models/authentication_provider_model.py +2 -0
- beamlit/models/authentication_provider_organization.py +2 -0
- beamlit/models/configuration.py +2 -0
- beamlit/models/continent.py +2 -0
- beamlit/models/core_spec.py +179 -0
- beamlit/models/country.py +2 -0
- beamlit/models/create_api_key_for_service_account_body.py +2 -0
- beamlit/models/create_workspace_service_account_body.py +2 -0
- beamlit/models/create_workspace_service_account_response_200.py +2 -0
- beamlit/models/delete_workspace_service_account_response_200.py +2 -0
- beamlit/models/deployment_configuration.py +2 -0
- beamlit/models/deployment_configurations.py +2 -0
- beamlit/models/deployment_serverless_config.py +131 -0
- beamlit/models/environment.py +2 -0
- beamlit/models/environment_metrics.py +2 -0
- beamlit/models/environment_spec.py +61 -0
- beamlit/models/flavor.py +2 -0
- beamlit/models/function.py +2 -0
- beamlit/models/function_configuration.py +2 -0
- beamlit/models/function_deployment.py +44 -99
- beamlit/models/function_deployment_configuration.py +45 -0
- beamlit/models/function_deployment_pod_template.py +45 -0
- beamlit/models/function_kit.py +2 -0
- beamlit/models/function_metadata.py +144 -0
- beamlit/models/function_provider_ref.py +2 -0
- beamlit/models/function_release.py +2 -0
- beamlit/models/function_spec.py +240 -0
- beamlit/models/function_with_deployments.py +2 -0
- beamlit/models/get_workspace_service_accounts_response_200_item.py +2 -0
- beamlit/models/increase_and_rate_metric.py +2 -0
- beamlit/models/integration.py +2 -0
- beamlit/models/integration_config.py +2 -0
- beamlit/models/integration_connection.py +2 -0
- beamlit/models/integration_connection_config.py +2 -0
- beamlit/models/integration_connection_secret.py +2 -0
- beamlit/models/integration_connection_spec.py +99 -0
- beamlit/models/integration_model.py +2 -0
- beamlit/models/integration_secret.py +2 -0
- beamlit/models/invite_workspace_user_body.py +2 -0
- beamlit/models/labels_type_0.py +2 -0
- beamlit/models/location.py +2 -0
- beamlit/models/location_response.py +2 -0
- beamlit/models/metadata.py +135 -0
- beamlit/models/metadata_labels.py +43 -0
- beamlit/models/metric.py +2 -0
- beamlit/models/metrics.py +2 -0
- beamlit/models/model.py +2 -0
- beamlit/models/model_deployment.py +66 -85
- beamlit/models/model_deployment_log.py +2 -0
- beamlit/models/model_deployment_metrics.py +2 -0
- beamlit/models/model_deployment_metrics_inference_per_second_per_region.py +2 -0
- beamlit/models/model_deployment_metrics_query_per_second_per_region_per_code.py +2 -0
- beamlit/models/model_deployment_pod_template.py +45 -0
- beamlit/models/model_metadata.py +144 -0
- beamlit/models/model_metrics.py +2 -0
- beamlit/models/model_provider.py +2 -0
- beamlit/models/model_provider_ref.py +2 -0
- beamlit/models/model_release.py +2 -0
- beamlit/models/model_spec.py +188 -0
- beamlit/models/model_with_deployments.py +2 -0
- beamlit/models/owner_fields.py +68 -0
- beamlit/models/pending_invitation.py +2 -0
- beamlit/models/pending_invitation_accept.py +2 -0
- beamlit/models/pending_invitation_render.py +2 -0
- beamlit/models/pending_invitation_render_invited_by.py +2 -0
- beamlit/models/pending_invitation_render_workspace.py +2 -0
- beamlit/models/pending_invitation_workspace_details.py +2 -0
- beamlit/models/pod_template_spec.py +43 -0
- beamlit/models/policy.py +36 -8
- beamlit/models/policy_location.py +2 -0
- beamlit/models/policy_spec.py +119 -0
- beamlit/models/provider_config.py +2 -0
- beamlit/models/qps.py +2 -0
- beamlit/models/resource_deployment_log.py +2 -0
- beamlit/models/resource_deployment_metrics.py +70 -155
- beamlit/models/resource_deployment_metrics_inference_per_region.py +77 -0
- beamlit/models/resource_deployment_metrics_inference_per_second_per_region.py +77 -0
- beamlit/models/resource_deployment_metrics_query_per_region_per_code.py +75 -0
- beamlit/models/resource_deployment_metrics_query_per_second_per_region_per_code.py +75 -0
- beamlit/models/resource_environment_metrics.py +172 -0
- beamlit/models/resource_environment_metrics_inference_per_second_per_region.py +75 -0
- beamlit/models/resource_environment_metrics_query_per_second_per_region_per_code.py +73 -0
- beamlit/models/resource_log.py +68 -0
- beamlit/models/resource_metrics.py +2 -0
- beamlit/models/runtime.py +14 -29
- beamlit/models/runtime_readiness_probe.py +45 -0
- beamlit/models/runtime_resources.py +2 -0
- beamlit/models/runtime_type_0.py +111 -0
- beamlit/models/runtime_type_0_readiness_probe.py +43 -0
- beamlit/models/runtime_type_0_readiness_probe_type_0.py +43 -0
- beamlit/models/runtime_type_0_resources.py +59 -0
- beamlit/models/serverless_config.py +2 -0
- beamlit/models/spec_configuration.py +68 -0
- beamlit/models/standard_fields_dynamo_db.py +2 -0
- beamlit/models/store_agent.py +15 -29
- beamlit/models/store_agent_configuration.py +2 -0
- beamlit/models/store_agent_labels.py +45 -0
- beamlit/models/store_configuration.py +6 -15
- beamlit/models/store_configuration_option.py +7 -18
- beamlit/models/store_function.py +15 -29
- beamlit/models/store_function_configuration.py +2 -0
- beamlit/models/store_function_kit.py +2 -0
- beamlit/models/store_function_labels.py +45 -0
- beamlit/models/store_function_parameter.py +2 -0
- beamlit/models/time_fields.py +68 -0
- beamlit/models/update_workspace_service_account_body.py +2 -0
- beamlit/models/update_workspace_service_account_response_200.py +2 -0
- beamlit/models/update_workspace_user_role_body.py +2 -0
- beamlit/models/websocket_channel.py +86 -0
- beamlit/models/workspace.py +2 -0
- beamlit/models/workspace_labels.py +2 -0
- beamlit/models/workspace_user.py +2 -0
- {beamlit-0.0.20rc3.dist-info → beamlit-0.0.20rc4.dist-info}/METADATA +1 -1
- {beamlit-0.0.20rc3.dist-info → beamlit-0.0.20rc4.dist-info}/RECORD +142 -95
- {beamlit-0.0.20rc3.dist-info → beamlit-0.0.20rc4.dist-info}/WHEEL +0 -0
@@ -0,0 +1,155 @@
|
|
1
|
+
from http import HTTPStatus
|
2
|
+
from typing import Any, Optional, Union
|
3
|
+
|
4
|
+
import httpx
|
5
|
+
|
6
|
+
from ... import errors
|
7
|
+
from ...client import AuthenticatedClient, Client
|
8
|
+
from ...models.agent_history import AgentHistory
|
9
|
+
from ...types import Response
|
10
|
+
|
11
|
+
|
12
|
+
def _get_kwargs(
|
13
|
+
agent_name: str,
|
14
|
+
request_id: str,
|
15
|
+
) -> dict[str, Any]:
|
16
|
+
_kwargs: dict[str, Any] = {
|
17
|
+
"method": "delete",
|
18
|
+
"url": f"/agents/{agent_name}/history/{request_id}",
|
19
|
+
}
|
20
|
+
|
21
|
+
return _kwargs
|
22
|
+
|
23
|
+
|
24
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Optional[AgentHistory]:
|
25
|
+
if response.status_code == 200:
|
26
|
+
response_200 = AgentHistory.from_dict(response.json())
|
27
|
+
|
28
|
+
return response_200
|
29
|
+
if client.raise_on_unexpected_status:
|
30
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
31
|
+
else:
|
32
|
+
return None
|
33
|
+
|
34
|
+
|
35
|
+
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[AgentHistory]:
|
36
|
+
return Response(
|
37
|
+
status_code=HTTPStatus(response.status_code),
|
38
|
+
content=response.content,
|
39
|
+
headers=response.headers,
|
40
|
+
parsed=_parse_response(client=client, response=response),
|
41
|
+
)
|
42
|
+
|
43
|
+
|
44
|
+
def sync_detailed(
|
45
|
+
agent_name: str,
|
46
|
+
request_id: str,
|
47
|
+
*,
|
48
|
+
client: AuthenticatedClient,
|
49
|
+
) -> Response[AgentHistory]:
|
50
|
+
"""
|
51
|
+
Args:
|
52
|
+
agent_name (str):
|
53
|
+
request_id (str):
|
54
|
+
|
55
|
+
Raises:
|
56
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
57
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
58
|
+
|
59
|
+
Returns:
|
60
|
+
Response[AgentHistory]
|
61
|
+
"""
|
62
|
+
|
63
|
+
kwargs = _get_kwargs(
|
64
|
+
agent_name=agent_name,
|
65
|
+
request_id=request_id,
|
66
|
+
)
|
67
|
+
|
68
|
+
response = client.get_httpx_client().request(
|
69
|
+
**kwargs,
|
70
|
+
)
|
71
|
+
|
72
|
+
return _build_response(client=client, response=response)
|
73
|
+
|
74
|
+
|
75
|
+
def sync(
|
76
|
+
agent_name: str,
|
77
|
+
request_id: str,
|
78
|
+
*,
|
79
|
+
client: AuthenticatedClient,
|
80
|
+
) -> Optional[AgentHistory]:
|
81
|
+
"""
|
82
|
+
Args:
|
83
|
+
agent_name (str):
|
84
|
+
request_id (str):
|
85
|
+
|
86
|
+
Raises:
|
87
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
88
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
89
|
+
|
90
|
+
Returns:
|
91
|
+
AgentHistory
|
92
|
+
"""
|
93
|
+
|
94
|
+
return sync_detailed(
|
95
|
+
agent_name=agent_name,
|
96
|
+
request_id=request_id,
|
97
|
+
client=client,
|
98
|
+
).parsed
|
99
|
+
|
100
|
+
|
101
|
+
async def asyncio_detailed(
|
102
|
+
agent_name: str,
|
103
|
+
request_id: str,
|
104
|
+
*,
|
105
|
+
client: AuthenticatedClient,
|
106
|
+
) -> Response[AgentHistory]:
|
107
|
+
"""
|
108
|
+
Args:
|
109
|
+
agent_name (str):
|
110
|
+
request_id (str):
|
111
|
+
|
112
|
+
Raises:
|
113
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
114
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
115
|
+
|
116
|
+
Returns:
|
117
|
+
Response[AgentHistory]
|
118
|
+
"""
|
119
|
+
|
120
|
+
kwargs = _get_kwargs(
|
121
|
+
agent_name=agent_name,
|
122
|
+
request_id=request_id,
|
123
|
+
)
|
124
|
+
|
125
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
126
|
+
|
127
|
+
return _build_response(client=client, response=response)
|
128
|
+
|
129
|
+
|
130
|
+
async def asyncio(
|
131
|
+
agent_name: str,
|
132
|
+
request_id: str,
|
133
|
+
*,
|
134
|
+
client: AuthenticatedClient,
|
135
|
+
) -> Optional[AgentHistory]:
|
136
|
+
"""
|
137
|
+
Args:
|
138
|
+
agent_name (str):
|
139
|
+
request_id (str):
|
140
|
+
|
141
|
+
Raises:
|
142
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
143
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
144
|
+
|
145
|
+
Returns:
|
146
|
+
AgentHistory
|
147
|
+
"""
|
148
|
+
|
149
|
+
return (
|
150
|
+
await asyncio_detailed(
|
151
|
+
agent_name=agent_name,
|
152
|
+
request_id=request_id,
|
153
|
+
client=client,
|
154
|
+
)
|
155
|
+
).parsed
|
@@ -6,25 +6,16 @@ import httpx
|
|
6
6
|
from ... import errors
|
7
7
|
from ...client import AuthenticatedClient, Client
|
8
8
|
from ...models.agent_deployment import AgentDeployment
|
9
|
-
from ...types import
|
9
|
+
from ...types import Response
|
10
10
|
|
11
11
|
|
12
12
|
def _get_kwargs(
|
13
13
|
agent_name: str,
|
14
14
|
environment_name: str,
|
15
|
-
*,
|
16
|
-
configuration: Union[Unset, bool] = UNSET,
|
17
15
|
) -> dict[str, Any]:
|
18
|
-
params: dict[str, Any] = {}
|
19
|
-
|
20
|
-
params["configuration"] = configuration
|
21
|
-
|
22
|
-
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
23
|
-
|
24
16
|
_kwargs: dict[str, Any] = {
|
25
17
|
"method": "get",
|
26
18
|
"url": f"/agents/{agent_name}/deployments/{environment_name}",
|
27
|
-
"params": params,
|
28
19
|
}
|
29
20
|
|
30
21
|
return _kwargs
|
@@ -59,14 +50,12 @@ def sync_detailed(
|
|
59
50
|
environment_name: str,
|
60
51
|
*,
|
61
52
|
client: AuthenticatedClient,
|
62
|
-
configuration: Union[Unset, bool] = UNSET,
|
63
53
|
) -> Response[AgentDeployment]:
|
64
54
|
"""Get agent deployment by environment name
|
65
55
|
|
66
56
|
Args:
|
67
57
|
agent_name (str):
|
68
58
|
environment_name (str):
|
69
|
-
configuration (Union[Unset, bool]):
|
70
59
|
|
71
60
|
Raises:
|
72
61
|
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
@@ -79,7 +68,6 @@ def sync_detailed(
|
|
79
68
|
kwargs = _get_kwargs(
|
80
69
|
agent_name=agent_name,
|
81
70
|
environment_name=environment_name,
|
82
|
-
configuration=configuration,
|
83
71
|
)
|
84
72
|
|
85
73
|
response = client.get_httpx_client().request(
|
@@ -94,14 +82,12 @@ def sync(
|
|
94
82
|
environment_name: str,
|
95
83
|
*,
|
96
84
|
client: AuthenticatedClient,
|
97
|
-
configuration: Union[Unset, bool] = UNSET,
|
98
85
|
) -> Optional[AgentDeployment]:
|
99
86
|
"""Get agent deployment by environment name
|
100
87
|
|
101
88
|
Args:
|
102
89
|
agent_name (str):
|
103
90
|
environment_name (str):
|
104
|
-
configuration (Union[Unset, bool]):
|
105
91
|
|
106
92
|
Raises:
|
107
93
|
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
@@ -115,7 +101,6 @@ def sync(
|
|
115
101
|
agent_name=agent_name,
|
116
102
|
environment_name=environment_name,
|
117
103
|
client=client,
|
118
|
-
configuration=configuration,
|
119
104
|
).parsed
|
120
105
|
|
121
106
|
|
@@ -124,14 +109,12 @@ async def asyncio_detailed(
|
|
124
109
|
environment_name: str,
|
125
110
|
*,
|
126
111
|
client: AuthenticatedClient,
|
127
|
-
configuration: Union[Unset, bool] = UNSET,
|
128
112
|
) -> Response[AgentDeployment]:
|
129
113
|
"""Get agent deployment by environment name
|
130
114
|
|
131
115
|
Args:
|
132
116
|
agent_name (str):
|
133
117
|
environment_name (str):
|
134
|
-
configuration (Union[Unset, bool]):
|
135
118
|
|
136
119
|
Raises:
|
137
120
|
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
@@ -144,7 +127,6 @@ async def asyncio_detailed(
|
|
144
127
|
kwargs = _get_kwargs(
|
145
128
|
agent_name=agent_name,
|
146
129
|
environment_name=environment_name,
|
147
|
-
configuration=configuration,
|
148
130
|
)
|
149
131
|
|
150
132
|
response = await client.get_async_httpx_client().request(**kwargs)
|
@@ -157,14 +139,12 @@ async def asyncio(
|
|
157
139
|
environment_name: str,
|
158
140
|
*,
|
159
141
|
client: AuthenticatedClient,
|
160
|
-
configuration: Union[Unset, bool] = UNSET,
|
161
142
|
) -> Optional[AgentDeployment]:
|
162
143
|
"""Get agent deployment by environment name
|
163
144
|
|
164
145
|
Args:
|
165
146
|
agent_name (str):
|
166
147
|
environment_name (str):
|
167
|
-
configuration (Union[Unset, bool]):
|
168
148
|
|
169
149
|
Raises:
|
170
150
|
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
@@ -179,6 +159,5 @@ async def asyncio(
|
|
179
159
|
agent_name=agent_name,
|
180
160
|
environment_name=environment_name,
|
181
161
|
client=client,
|
182
|
-
configuration=configuration,
|
183
162
|
)
|
184
163
|
).parsed
|
@@ -0,0 +1,151 @@
|
|
1
|
+
from http import HTTPStatus
|
2
|
+
from typing import Any, List, Optional, Union
|
3
|
+
|
4
|
+
import httpx
|
5
|
+
|
6
|
+
from ... import errors
|
7
|
+
from ...client import AuthenticatedClient, Client
|
8
|
+
from ...models.resource_log import ResourceLog
|
9
|
+
from ...types import Response
|
10
|
+
|
11
|
+
|
12
|
+
def _get_kwargs(
|
13
|
+
agent_name: str,
|
14
|
+
) -> dict[str, Any]:
|
15
|
+
_kwargs: dict[str, Any] = {
|
16
|
+
"method": "get",
|
17
|
+
"url": f"/agents/{agent_name}/logs",
|
18
|
+
}
|
19
|
+
|
20
|
+
return _kwargs
|
21
|
+
|
22
|
+
|
23
|
+
def _parse_response(
|
24
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
25
|
+
) -> Optional[List["ResourceLog"]]:
|
26
|
+
if response.status_code == 200:
|
27
|
+
response_200 = []
|
28
|
+
_response_200 = response.json()
|
29
|
+
for response_200_item_data in _response_200:
|
30
|
+
response_200_item = ResourceLog.from_dict(response_200_item_data)
|
31
|
+
|
32
|
+
response_200.append(response_200_item)
|
33
|
+
|
34
|
+
return response_200
|
35
|
+
if client.raise_on_unexpected_status:
|
36
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
37
|
+
else:
|
38
|
+
return None
|
39
|
+
|
40
|
+
|
41
|
+
def _build_response(
|
42
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
43
|
+
) -> Response[List["ResourceLog"]]:
|
44
|
+
return Response(
|
45
|
+
status_code=HTTPStatus(response.status_code),
|
46
|
+
content=response.content,
|
47
|
+
headers=response.headers,
|
48
|
+
parsed=_parse_response(client=client, response=response),
|
49
|
+
)
|
50
|
+
|
51
|
+
|
52
|
+
def sync_detailed(
|
53
|
+
agent_name: str,
|
54
|
+
*,
|
55
|
+
client: AuthenticatedClient,
|
56
|
+
) -> Response[List["ResourceLog"]]:
|
57
|
+
"""
|
58
|
+
Args:
|
59
|
+
agent_name (str):
|
60
|
+
|
61
|
+
Raises:
|
62
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
63
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
64
|
+
|
65
|
+
Returns:
|
66
|
+
Response[List['ResourceLog']]
|
67
|
+
"""
|
68
|
+
|
69
|
+
kwargs = _get_kwargs(
|
70
|
+
agent_name=agent_name,
|
71
|
+
)
|
72
|
+
|
73
|
+
response = client.get_httpx_client().request(
|
74
|
+
**kwargs,
|
75
|
+
)
|
76
|
+
|
77
|
+
return _build_response(client=client, response=response)
|
78
|
+
|
79
|
+
|
80
|
+
def sync(
|
81
|
+
agent_name: str,
|
82
|
+
*,
|
83
|
+
client: AuthenticatedClient,
|
84
|
+
) -> Optional[List["ResourceLog"]]:
|
85
|
+
"""
|
86
|
+
Args:
|
87
|
+
agent_name (str):
|
88
|
+
|
89
|
+
Raises:
|
90
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
91
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
92
|
+
|
93
|
+
Returns:
|
94
|
+
List['ResourceLog']
|
95
|
+
"""
|
96
|
+
|
97
|
+
return sync_detailed(
|
98
|
+
agent_name=agent_name,
|
99
|
+
client=client,
|
100
|
+
).parsed
|
101
|
+
|
102
|
+
|
103
|
+
async def asyncio_detailed(
|
104
|
+
agent_name: str,
|
105
|
+
*,
|
106
|
+
client: AuthenticatedClient,
|
107
|
+
) -> Response[List["ResourceLog"]]:
|
108
|
+
"""
|
109
|
+
Args:
|
110
|
+
agent_name (str):
|
111
|
+
|
112
|
+
Raises:
|
113
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
114
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
115
|
+
|
116
|
+
Returns:
|
117
|
+
Response[List['ResourceLog']]
|
118
|
+
"""
|
119
|
+
|
120
|
+
kwargs = _get_kwargs(
|
121
|
+
agent_name=agent_name,
|
122
|
+
)
|
123
|
+
|
124
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
125
|
+
|
126
|
+
return _build_response(client=client, response=response)
|
127
|
+
|
128
|
+
|
129
|
+
async def asyncio(
|
130
|
+
agent_name: str,
|
131
|
+
*,
|
132
|
+
client: AuthenticatedClient,
|
133
|
+
) -> Optional[List["ResourceLog"]]:
|
134
|
+
"""
|
135
|
+
Args:
|
136
|
+
agent_name (str):
|
137
|
+
|
138
|
+
Raises:
|
139
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
140
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
141
|
+
|
142
|
+
Returns:
|
143
|
+
List['ResourceLog']
|
144
|
+
"""
|
145
|
+
|
146
|
+
return (
|
147
|
+
await asyncio_detailed(
|
148
|
+
agent_name=agent_name,
|
149
|
+
client=client,
|
150
|
+
)
|
151
|
+
).parsed
|
@@ -0,0 +1,155 @@
|
|
1
|
+
from http import HTTPStatus
|
2
|
+
from typing import Any, Optional, Union
|
3
|
+
|
4
|
+
import httpx
|
5
|
+
|
6
|
+
from ... import errors
|
7
|
+
from ...client import AuthenticatedClient, Client
|
8
|
+
from ...models.agent_history import AgentHistory
|
9
|
+
from ...types import Response
|
10
|
+
|
11
|
+
|
12
|
+
def _get_kwargs(
|
13
|
+
agent_name: str,
|
14
|
+
request_id: str,
|
15
|
+
) -> dict[str, Any]:
|
16
|
+
_kwargs: dict[str, Any] = {
|
17
|
+
"method": "get",
|
18
|
+
"url": f"/agents/{agent_name}/history/{request_id}",
|
19
|
+
}
|
20
|
+
|
21
|
+
return _kwargs
|
22
|
+
|
23
|
+
|
24
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Optional[AgentHistory]:
|
25
|
+
if response.status_code == 200:
|
26
|
+
response_200 = AgentHistory.from_dict(response.json())
|
27
|
+
|
28
|
+
return response_200
|
29
|
+
if client.raise_on_unexpected_status:
|
30
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
31
|
+
else:
|
32
|
+
return None
|
33
|
+
|
34
|
+
|
35
|
+
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[AgentHistory]:
|
36
|
+
return Response(
|
37
|
+
status_code=HTTPStatus(response.status_code),
|
38
|
+
content=response.content,
|
39
|
+
headers=response.headers,
|
40
|
+
parsed=_parse_response(client=client, response=response),
|
41
|
+
)
|
42
|
+
|
43
|
+
|
44
|
+
def sync_detailed(
|
45
|
+
agent_name: str,
|
46
|
+
request_id: str,
|
47
|
+
*,
|
48
|
+
client: AuthenticatedClient,
|
49
|
+
) -> Response[AgentHistory]:
|
50
|
+
"""
|
51
|
+
Args:
|
52
|
+
agent_name (str):
|
53
|
+
request_id (str):
|
54
|
+
|
55
|
+
Raises:
|
56
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
57
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
58
|
+
|
59
|
+
Returns:
|
60
|
+
Response[AgentHistory]
|
61
|
+
"""
|
62
|
+
|
63
|
+
kwargs = _get_kwargs(
|
64
|
+
agent_name=agent_name,
|
65
|
+
request_id=request_id,
|
66
|
+
)
|
67
|
+
|
68
|
+
response = client.get_httpx_client().request(
|
69
|
+
**kwargs,
|
70
|
+
)
|
71
|
+
|
72
|
+
return _build_response(client=client, response=response)
|
73
|
+
|
74
|
+
|
75
|
+
def sync(
|
76
|
+
agent_name: str,
|
77
|
+
request_id: str,
|
78
|
+
*,
|
79
|
+
client: AuthenticatedClient,
|
80
|
+
) -> Optional[AgentHistory]:
|
81
|
+
"""
|
82
|
+
Args:
|
83
|
+
agent_name (str):
|
84
|
+
request_id (str):
|
85
|
+
|
86
|
+
Raises:
|
87
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
88
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
89
|
+
|
90
|
+
Returns:
|
91
|
+
AgentHistory
|
92
|
+
"""
|
93
|
+
|
94
|
+
return sync_detailed(
|
95
|
+
agent_name=agent_name,
|
96
|
+
request_id=request_id,
|
97
|
+
client=client,
|
98
|
+
).parsed
|
99
|
+
|
100
|
+
|
101
|
+
async def asyncio_detailed(
|
102
|
+
agent_name: str,
|
103
|
+
request_id: str,
|
104
|
+
*,
|
105
|
+
client: AuthenticatedClient,
|
106
|
+
) -> Response[AgentHistory]:
|
107
|
+
"""
|
108
|
+
Args:
|
109
|
+
agent_name (str):
|
110
|
+
request_id (str):
|
111
|
+
|
112
|
+
Raises:
|
113
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
114
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
115
|
+
|
116
|
+
Returns:
|
117
|
+
Response[AgentHistory]
|
118
|
+
"""
|
119
|
+
|
120
|
+
kwargs = _get_kwargs(
|
121
|
+
agent_name=agent_name,
|
122
|
+
request_id=request_id,
|
123
|
+
)
|
124
|
+
|
125
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
126
|
+
|
127
|
+
return _build_response(client=client, response=response)
|
128
|
+
|
129
|
+
|
130
|
+
async def asyncio(
|
131
|
+
agent_name: str,
|
132
|
+
request_id: str,
|
133
|
+
*,
|
134
|
+
client: AuthenticatedClient,
|
135
|
+
) -> Optional[AgentHistory]:
|
136
|
+
"""
|
137
|
+
Args:
|
138
|
+
agent_name (str):
|
139
|
+
request_id (str):
|
140
|
+
|
141
|
+
Raises:
|
142
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
143
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
144
|
+
|
145
|
+
Returns:
|
146
|
+
AgentHistory
|
147
|
+
"""
|
148
|
+
|
149
|
+
return (
|
150
|
+
await asyncio_detailed(
|
151
|
+
agent_name=agent_name,
|
152
|
+
request_id=request_id,
|
153
|
+
client=client,
|
154
|
+
)
|
155
|
+
).parsed
|