amigo_sdk 0.74.0__py3-none-any.whl → 0.76.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- amigo_sdk/__init__.py +1 -1
- amigo_sdk/generated/model.py +283 -280
- {amigo_sdk-0.74.0.dist-info → amigo_sdk-0.76.0.dist-info}/METADATA +1 -1
- {amigo_sdk-0.74.0.dist-info → amigo_sdk-0.76.0.dist-info}/RECORD +7 -7
- {amigo_sdk-0.74.0.dist-info → amigo_sdk-0.76.0.dist-info}/WHEEL +0 -0
- {amigo_sdk-0.74.0.dist-info → amigo_sdk-0.76.0.dist-info}/entry_points.txt +0 -0
- {amigo_sdk-0.74.0.dist-info → amigo_sdk-0.76.0.dist-info}/licenses/LICENSE +0 -0
amigo_sdk/__init__.py
CHANGED
amigo_sdk/generated/model.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: <stdin>
|
|
3
|
-
# timestamp: 2025-12-
|
|
3
|
+
# timestamp: 2025-12-05T19:36:26+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
@@ -513,6 +513,7 @@ class LLMType(Enum):
|
|
|
513
513
|
azure_gpt_5_2025_08_07 = 'azure_gpt-5-2025-08-07'
|
|
514
514
|
azure_gpt_5_mini_2025_08_07 = 'azure_gpt-5-mini-2025-08-07'
|
|
515
515
|
azure_gpt_5_nano_2025_08_07 = 'azure_gpt-5-nano-2025-08-07'
|
|
516
|
+
azure_gpt_5_1_2025_11_13 = 'azure_gpt-5.1-2025-11-13'
|
|
516
517
|
google_claude_sonnet_4_5_20250929 = 'google_claude-sonnet-4-5@20250929'
|
|
517
518
|
aws_claude_sonnet_4_5_20250929 = 'aws_claude-sonnet-4-5-20250929'
|
|
518
519
|
google_gemini_2_5_pro = 'google_gemini-2.5-pro'
|
|
@@ -1615,11 +1616,6 @@ class AmigoLibMongoCollectionsDynamicBehaviorSetVersionAction(BaseModel):
|
|
|
1615
1616
|
)
|
|
1616
1617
|
|
|
1617
1618
|
|
|
1618
|
-
class AmigoLibMongoCollectionsMetricMetricTag(BaseModel):
|
|
1619
|
-
key: str = Field(..., title='Key')
|
|
1620
|
-
value: Optional[str] = Field(..., title='Value')
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
1619
|
AmigoLibMongoCollectionsMetricMetricUserInfo = (
|
|
1624
1620
|
AmigoLibMongoCollectionsDynamicBehaviorSetDynamicBehaviorSetUserInfo
|
|
1625
1621
|
)
|
|
@@ -1635,6 +1631,11 @@ class AmigoLibMongoCollectionsRoleRolePermissionGrantAction(Enum):
|
|
|
1635
1631
|
deny = 'Deny'
|
|
1636
1632
|
|
|
1637
1633
|
|
|
1634
|
+
class AmigoLibMongoCollectionsServiceServiceTag(BaseModel):
|
|
1635
|
+
key: str = Field(..., title='Key')
|
|
1636
|
+
value: Optional[str] = Field(..., title='Value')
|
|
1637
|
+
|
|
1638
|
+
|
|
1638
1639
|
class AmigoLibMongoCollectionsServiceServiceVersionSet(BaseModel):
|
|
1639
1640
|
agent_version_number: Optional[int] = Field(
|
|
1640
1641
|
...,
|
|
@@ -1955,6 +1956,20 @@ class DynamicBehaviorSetGetDynamicBehaviorInvocationsResponse(BaseModel):
|
|
|
1955
1956
|
)
|
|
1956
1957
|
|
|
1957
1958
|
|
|
1959
|
+
class DynamicBehaviorSetGetDynamicBehaviorSetsResponseDynamicBehaviorSetInstance(
|
|
1960
|
+
BaseModel
|
|
1961
|
+
):
|
|
1962
|
+
id: str = Field(..., title='Id')
|
|
1963
|
+
name: str = Field(..., title='Name')
|
|
1964
|
+
is_active: bool = Field(..., title='Is Active')
|
|
1965
|
+
applied_to_services: List[str] = Field(..., title='Applied To Services')
|
|
1966
|
+
tags: Dict[str, Optional[str]] = Field(..., title='Tags')
|
|
1967
|
+
created_at: AwareDatetime = Field(..., title='Created At')
|
|
1968
|
+
creator: AmigoLibMongoCollectionsDynamicBehaviorSetDynamicBehaviorSetUserInfo
|
|
1969
|
+
updated_at: AwareDatetime = Field(..., title='Updated At')
|
|
1970
|
+
updated_by: AmigoLibMongoCollectionsDynamicBehaviorSetDynamicBehaviorSetUserInfo
|
|
1971
|
+
|
|
1972
|
+
|
|
1958
1973
|
class DynamicBehaviorSetGetDynamicBehaviorSetsResponseFilterValues(BaseModel):
|
|
1959
1974
|
applied_to_services_ids: List[str] = Field(
|
|
1960
1975
|
...,
|
|
@@ -1975,18 +1990,14 @@ class DynamicBehaviorSetGetDynamicBehaviorSetsResponseFilterValues(BaseModel):
|
|
|
1975
1990
|
)
|
|
1976
1991
|
|
|
1977
1992
|
|
|
1978
|
-
class
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
created_at: AwareDatetime = Field(..., title='Created At')
|
|
1987
|
-
creator: AmigoLibMongoCollectionsDynamicBehaviorSetDynamicBehaviorSetUserInfo
|
|
1988
|
-
updated_at: AwareDatetime = Field(..., title='Updated At')
|
|
1989
|
-
updated_by: AmigoLibMongoCollectionsDynamicBehaviorSetDynamicBehaviorSetUserInfo
|
|
1993
|
+
class DynamicBehaviorSetSearchDynamicBehaviorSetsResponse(BaseModel):
|
|
1994
|
+
dynamic_behavior_sets: List[
|
|
1995
|
+
DynamicBehaviorSetGetDynamicBehaviorSetsResponseDynamicBehaviorSetInstance
|
|
1996
|
+
] = Field(
|
|
1997
|
+
...,
|
|
1998
|
+
description='The retrieved dynamic behavior sets.',
|
|
1999
|
+
title='Dynamic Behavior Sets',
|
|
2000
|
+
)
|
|
1990
2001
|
|
|
1991
2002
|
|
|
1992
2003
|
class DynamicBehaviorSetUpdateDynamicBehaviorSetRequestAppliedToService(
|
|
@@ -10765,19 +10776,19 @@ class OrganizationCreateServiceHierarchicalStateMachineResponse(BaseModel):
|
|
|
10765
10776
|
)
|
|
10766
10777
|
|
|
10767
10778
|
|
|
10768
|
-
class
|
|
10779
|
+
class OrganizationCreateServiceHierarchicalStateMachineVersionRequestActionStateExitConditionNextState(
|
|
10769
10780
|
AnnotationStateInputNextState
|
|
10770
10781
|
):
|
|
10771
10782
|
pass
|
|
10772
10783
|
|
|
10773
10784
|
|
|
10774
|
-
class
|
|
10785
|
+
class OrganizationCreateServiceHierarchicalStateMachineVersionRequestActionStateExitCondition(
|
|
10775
10786
|
BaseModel
|
|
10776
10787
|
):
|
|
10777
10788
|
description: str = Field(..., min_length=1)
|
|
10778
10789
|
next_state: Union[
|
|
10779
10790
|
StateOrRefName,
|
|
10780
|
-
|
|
10791
|
+
OrganizationCreateServiceHierarchicalStateMachineVersionRequestActionStateExitConditionNextState,
|
|
10781
10792
|
] = Field(..., title='Next State')
|
|
10782
10793
|
|
|
10783
10794
|
|
|
@@ -11007,6 +11018,22 @@ class ServiceUpdateServiceRequest(BaseModel):
|
|
|
11007
11018
|
)
|
|
11008
11019
|
|
|
11009
11020
|
|
|
11021
|
+
class ServiceUpsertServiceVersionSetRequestVersionSet(BaseModel):
|
|
11022
|
+
agent_version_number: Optional[int] = Field(
|
|
11023
|
+
...,
|
|
11024
|
+
description='The version number of the agent to be used. If None, the latest agent version will be used.',
|
|
11025
|
+
title='Agent Version Number',
|
|
11026
|
+
)
|
|
11027
|
+
service_hierarchical_state_machine_version_number: Optional[int] = Field(
|
|
11028
|
+
...,
|
|
11029
|
+
description='The version number of the state machine to be used. If None, the latest state machine version will be used.',
|
|
11030
|
+
title='Service Hierarchical State Machine Version Number',
|
|
11031
|
+
)
|
|
11032
|
+
llm_model_preferences: Dict[str, ServiceCreateServiceRequestVersionSetLLMConfig] = (
|
|
11033
|
+
Field(..., title='Llm Model Preferences')
|
|
11034
|
+
)
|
|
11035
|
+
|
|
11036
|
+
|
|
11010
11037
|
class SimulationCreateSimulationPersonaRequestInitialVersion(BaseModel):
|
|
11011
11038
|
background: str = Field(
|
|
11012
11039
|
..., description='The background of the simulation persona.', min_length=1
|
|
@@ -11194,6 +11221,40 @@ class SimulationGetSimulationPersonasResponseFilterValues(BaseModel):
|
|
|
11194
11221
|
)
|
|
11195
11222
|
|
|
11196
11223
|
|
|
11224
|
+
class SimulationGetSimulationPersonasResponseSimulationPersonaInstance(BaseModel):
|
|
11225
|
+
id: str = Field(..., description='The ID of the simulation persona.', title='Id')
|
|
11226
|
+
name: str = Field(
|
|
11227
|
+
..., description='The name of the simulation persona.', title='Name'
|
|
11228
|
+
)
|
|
11229
|
+
role: str = Field(
|
|
11230
|
+
..., description='The role of the simulation persona.', title='Role'
|
|
11231
|
+
)
|
|
11232
|
+
tags: Dict[str, Optional[str]] = Field(
|
|
11233
|
+
..., description='The tags of the simulation persona.', title='Tags'
|
|
11234
|
+
)
|
|
11235
|
+
is_deleted: bool = Field(
|
|
11236
|
+
...,
|
|
11237
|
+
description='Whether the simulation persona is deleted.',
|
|
11238
|
+
title='Is Deleted',
|
|
11239
|
+
)
|
|
11240
|
+
created_at: AwareDatetime = Field(
|
|
11241
|
+
...,
|
|
11242
|
+
description='The timestamp when the simulation persona was created.',
|
|
11243
|
+
title='Created At',
|
|
11244
|
+
)
|
|
11245
|
+
creator: AmigoLibMongoCollectionsSimulationPersonaSimulationPersonaUserInfo = Field(
|
|
11246
|
+
..., description='The user who created the simulation persona.'
|
|
11247
|
+
)
|
|
11248
|
+
updated_at: AwareDatetime = Field(
|
|
11249
|
+
...,
|
|
11250
|
+
description='The timestamp when the simulation persona was last updated.',
|
|
11251
|
+
title='Updated At',
|
|
11252
|
+
)
|
|
11253
|
+
updated_by: AmigoLibMongoCollectionsSimulationPersonaSimulationPersonaUserInfo = (
|
|
11254
|
+
Field(..., description='The user who last updated the simulation persona.')
|
|
11255
|
+
)
|
|
11256
|
+
|
|
11257
|
+
|
|
11197
11258
|
class SimulationGetSimulationScenarioVersionsResponse(BaseModel):
|
|
11198
11259
|
simulation_scenario_versions: List[SimulationScenarioVersion] = Field(
|
|
11199
11260
|
...,
|
|
@@ -11225,6 +11286,37 @@ class SimulationGetSimulationScenariosResponseFilterValues(BaseModel):
|
|
|
11225
11286
|
)
|
|
11226
11287
|
|
|
11227
11288
|
|
|
11289
|
+
class SimulationGetSimulationScenariosResponseSimulationScenarioInstance(BaseModel):
|
|
11290
|
+
id: str = Field(..., description='The ID of the simulation scenario.', title='Id')
|
|
11291
|
+
name: str = Field(
|
|
11292
|
+
..., description='The name of the simulation scenario.', title='Name'
|
|
11293
|
+
)
|
|
11294
|
+
tags: Dict[str, Optional[str]] = Field(
|
|
11295
|
+
..., description='The tags of the simulation scenario.', title='Tags'
|
|
11296
|
+
)
|
|
11297
|
+
is_deleted: bool = Field(
|
|
11298
|
+
...,
|
|
11299
|
+
description='Whether the simulation scenario is deleted.',
|
|
11300
|
+
title='Is Deleted',
|
|
11301
|
+
)
|
|
11302
|
+
created_at: AwareDatetime = Field(
|
|
11303
|
+
...,
|
|
11304
|
+
description='The timestamp when the simulation scenario was created.',
|
|
11305
|
+
title='Created At',
|
|
11306
|
+
)
|
|
11307
|
+
creator: AmigoLibMongoCollectionsSimulationScenarioSimulationScenarioUserInfo = (
|
|
11308
|
+
Field(..., description='The user who created the simulation scenario.')
|
|
11309
|
+
)
|
|
11310
|
+
updated_at: AwareDatetime = Field(
|
|
11311
|
+
...,
|
|
11312
|
+
description='The timestamp when the simulation scenario was last updated.',
|
|
11313
|
+
title='Updated At',
|
|
11314
|
+
)
|
|
11315
|
+
updated_by: AmigoLibMongoCollectionsSimulationScenarioSimulationScenarioUserInfo = (
|
|
11316
|
+
Field(..., description='The user who last updated the simulation scenario.')
|
|
11317
|
+
)
|
|
11318
|
+
|
|
11319
|
+
|
|
11228
11320
|
class SimulationGetSimulationUnitTestSetRunArtifactsResponse(BaseModel):
|
|
11229
11321
|
presigned_url: str = Field(
|
|
11230
11322
|
...,
|
|
@@ -11313,68 +11405,21 @@ class SimulationGetSimulationUnitTestsResponseFilterValues(BaseModel):
|
|
|
11313
11405
|
)
|
|
11314
11406
|
|
|
11315
11407
|
|
|
11316
|
-
class
|
|
11317
|
-
|
|
11318
|
-
|
|
11319
|
-
|
|
11320
|
-
|
|
11321
|
-
role: str = Field(
|
|
11322
|
-
..., description='The role of the simulation persona.', title='Role'
|
|
11323
|
-
)
|
|
11324
|
-
tags: Dict[str, Optional[str]] = Field(
|
|
11325
|
-
..., description='The tags of the simulation persona.', title='Tags'
|
|
11326
|
-
)
|
|
11327
|
-
is_deleted: bool = Field(
|
|
11328
|
-
...,
|
|
11329
|
-
description='Whether the simulation persona is deleted.',
|
|
11330
|
-
title='Is Deleted',
|
|
11331
|
-
)
|
|
11332
|
-
created_at: AwareDatetime = Field(
|
|
11333
|
-
...,
|
|
11334
|
-
description='The timestamp when the simulation persona was created.',
|
|
11335
|
-
title='Created At',
|
|
11336
|
-
)
|
|
11337
|
-
creator: AmigoLibMongoCollectionsSimulationPersonaSimulationPersonaUserInfo = Field(
|
|
11338
|
-
..., description='The user who created the simulation persona.'
|
|
11339
|
-
)
|
|
11340
|
-
updated_at: AwareDatetime = Field(
|
|
11341
|
-
...,
|
|
11342
|
-
description='The timestamp when the simulation persona was last updated.',
|
|
11343
|
-
title='Updated At',
|
|
11344
|
-
)
|
|
11345
|
-
updated_by: AmigoLibMongoCollectionsSimulationPersonaSimulationPersonaUserInfo = (
|
|
11346
|
-
Field(..., description='The user who last updated the simulation persona.')
|
|
11408
|
+
class SimulationSearchSimulationPersonasResponse(BaseModel):
|
|
11409
|
+
simulation_personas: List[
|
|
11410
|
+
SimulationGetSimulationPersonasResponseSimulationPersonaInstance
|
|
11411
|
+
] = Field(
|
|
11412
|
+
..., description='The list of simulation personas.', title='Simulation Personas'
|
|
11347
11413
|
)
|
|
11348
11414
|
|
|
11349
11415
|
|
|
11350
|
-
class
|
|
11351
|
-
|
|
11352
|
-
|
|
11353
|
-
|
|
11354
|
-
)
|
|
11355
|
-
tags: Dict[str, Optional[str]] = Field(
|
|
11356
|
-
..., description='The tags of the simulation scenario.', title='Tags'
|
|
11357
|
-
)
|
|
11358
|
-
is_deleted: bool = Field(
|
|
11359
|
-
...,
|
|
11360
|
-
description='Whether the simulation scenario is deleted.',
|
|
11361
|
-
title='Is Deleted',
|
|
11362
|
-
)
|
|
11363
|
-
created_at: AwareDatetime = Field(
|
|
11364
|
-
...,
|
|
11365
|
-
description='The timestamp when the simulation scenario was created.',
|
|
11366
|
-
title='Created At',
|
|
11367
|
-
)
|
|
11368
|
-
creator: AmigoLibMongoCollectionsSimulationScenarioSimulationScenarioUserInfo = (
|
|
11369
|
-
Field(..., description='The user who created the simulation scenario.')
|
|
11370
|
-
)
|
|
11371
|
-
updated_at: AwareDatetime = Field(
|
|
11416
|
+
class SimulationSearchSimulationScenariosResponse(BaseModel):
|
|
11417
|
+
simulation_scenarios: List[
|
|
11418
|
+
SimulationGetSimulationScenariosResponseSimulationScenarioInstance
|
|
11419
|
+
] = Field(
|
|
11372
11420
|
...,
|
|
11373
|
-
description='The
|
|
11374
|
-
title='
|
|
11375
|
-
)
|
|
11376
|
-
updated_by: AmigoLibMongoCollectionsSimulationScenarioSimulationScenarioUserInfo = (
|
|
11377
|
-
Field(..., description='The user who last updated the simulation scenario.')
|
|
11421
|
+
description='The list of simulation scenarios.',
|
|
11422
|
+
title='Simulation Scenarios',
|
|
11378
11423
|
)
|
|
11379
11424
|
|
|
11380
11425
|
|
|
@@ -11504,22 +11549,6 @@ class ToolGetToolsResponseFilterValues(BaseModel):
|
|
|
11504
11549
|
)
|
|
11505
11550
|
|
|
11506
11551
|
|
|
11507
|
-
class ToolInvokeToolVersionRequestInputInvocationMode(Enum):
|
|
11508
|
-
regular = 'regular'
|
|
11509
|
-
conversation_simulation = 'conversation-simulation'
|
|
11510
|
-
|
|
11511
|
-
|
|
11512
|
-
class ToolInvokeToolVersionRequestInput(BaseModel):
|
|
11513
|
-
input_parameters: Dict[str, Any] = Field(
|
|
11514
|
-
...,
|
|
11515
|
-
description='The input parameters for the tool invocation.',
|
|
11516
|
-
title='Input Parameters',
|
|
11517
|
-
)
|
|
11518
|
-
invocation_mode: ToolInvokeToolVersionRequestInputInvocationMode = Field(
|
|
11519
|
-
..., description='The mode of invocation.', title='Invocation Mode'
|
|
11520
|
-
)
|
|
11521
|
-
|
|
11522
|
-
|
|
11523
11552
|
class ToolModifyToolRequest(BaseModel):
|
|
11524
11553
|
description: Optional[AmigoLibPydanticBaseModelStrippedNonemptyString1] = Field(
|
|
11525
11554
|
None, description='A description of this tool. Only updates if not-null.'
|
|
@@ -11562,34 +11591,19 @@ class ToolPublishToolVersionResponse(BaseModel):
|
|
|
11562
11591
|
)
|
|
11563
11592
|
|
|
11564
11593
|
|
|
11565
|
-
class
|
|
11566
|
-
|
|
11567
|
-
|
|
11568
|
-
|
|
11569
|
-
|
|
11570
|
-
|
|
11571
|
-
|
|
11572
|
-
)
|
|
11573
|
-
commit_branch: str = Field(
|
|
11574
|
-
...,
|
|
11575
|
-
description='The branch in the tools repo whose tip will be tested.',
|
|
11576
|
-
title='Commit Branch',
|
|
11577
|
-
)
|
|
11578
|
-
project_path: str = Field(
|
|
11579
|
-
...,
|
|
11580
|
-
description='The directory in the tools repo that contains the `pyproject.toml` file corresponding to the tool version to publish.',
|
|
11581
|
-
pattern='^[-\\w\\d_/]+$',
|
|
11582
|
-
title='Project Path',
|
|
11583
|
-
)
|
|
11584
|
-
required_envvars: Dict[str, str] = Field(
|
|
11594
|
+
class ToolTestToolRequestInputInvocationMode(Enum):
|
|
11595
|
+
regular = 'regular'
|
|
11596
|
+
conversation_simulation = 'conversation-simulation'
|
|
11597
|
+
|
|
11598
|
+
|
|
11599
|
+
class ToolTestToolRequestInput(BaseModel):
|
|
11600
|
+
input_parameters: Dict[str, Any] = Field(
|
|
11585
11601
|
...,
|
|
11586
|
-
description='The
|
|
11587
|
-
title='
|
|
11602
|
+
description='The input parameters for the tool invocation.',
|
|
11603
|
+
title='Input Parameters',
|
|
11588
11604
|
)
|
|
11589
|
-
|
|
11590
|
-
...,
|
|
11591
|
-
description='The secret environment variables required for the tool to run.',
|
|
11592
|
-
title='Required Secret Envvars',
|
|
11605
|
+
invocation_mode: ToolTestToolRequestInputInvocationMode = Field(
|
|
11606
|
+
..., description='The mode of invocation.', title='Invocation Mode'
|
|
11593
11607
|
)
|
|
11594
11608
|
|
|
11595
11609
|
|
|
@@ -11661,7 +11675,7 @@ class UserGetMemoriesResponse(BaseModel):
|
|
|
11661
11675
|
)
|
|
11662
11676
|
|
|
11663
11677
|
|
|
11664
|
-
class
|
|
11678
|
+
class UserGetUsersResponseUserInstanceUserStats(BaseModel):
|
|
11665
11679
|
num_conversations: int = Field(
|
|
11666
11680
|
...,
|
|
11667
11681
|
description='The number of conversations the user has created.',
|
|
@@ -11679,6 +11693,31 @@ class UserSearchUsersResponseUserInstanceUserStats(BaseModel):
|
|
|
11679
11693
|
)
|
|
11680
11694
|
|
|
11681
11695
|
|
|
11696
|
+
class UserSearchUsersResponseUserInstance(BaseModel):
|
|
11697
|
+
org_id: str = Field(
|
|
11698
|
+
...,
|
|
11699
|
+
description='The ID of the organization that this user belongs to.',
|
|
11700
|
+
title='Org Id',
|
|
11701
|
+
)
|
|
11702
|
+
user_id: str = Field(
|
|
11703
|
+
..., description='The identifier of the user.', title='User Id'
|
|
11704
|
+
)
|
|
11705
|
+
first_name: str = Field(
|
|
11706
|
+
..., description='The first name of the user.', title='First Name'
|
|
11707
|
+
)
|
|
11708
|
+
last_name: str = Field(
|
|
11709
|
+
..., description='The last name of the user.', title='Last Name'
|
|
11710
|
+
)
|
|
11711
|
+
email: str = Field(..., description='Email of the user.', title='Email')
|
|
11712
|
+
user_stats: UserGetUsersResponseUserInstanceUserStats = Field(
|
|
11713
|
+
..., description="Statistics about the user's usage of the Amigo platform."
|
|
11714
|
+
)
|
|
11715
|
+
role: str = Field(..., description='The ID of the role of the user.', title='Role')
|
|
11716
|
+
preferences: AmigoLibMongoCollectionsUserUserPreferences = Field(
|
|
11717
|
+
..., description='The preferences of the user.'
|
|
11718
|
+
)
|
|
11719
|
+
|
|
11720
|
+
|
|
11682
11721
|
class UserSignInWithApiKeyResponse(BaseModel):
|
|
11683
11722
|
id_token: str = Field(
|
|
11684
11723
|
...,
|
|
@@ -12100,7 +12139,7 @@ class GetConversationMessagesParametersQuery(BaseModel):
|
|
|
12100
12139
|
[], description='The IDs of the messages to retrieve.', title='Id'
|
|
12101
12140
|
)
|
|
12102
12141
|
message_type: Optional[List[MessageType]] = Field(
|
|
12103
|
-
['
|
|
12142
|
+
['external-event', 'user-message', 'agent-message'],
|
|
12104
12143
|
description='The type of messages to retrieve.',
|
|
12105
12144
|
title='Message Type',
|
|
12106
12145
|
)
|
|
@@ -13906,7 +13945,7 @@ class ServiceInstance(BaseModel):
|
|
|
13906
13945
|
agent_id: str = Field(
|
|
13907
13946
|
..., description='The ID of the agent that this service uses.', title='Agent Id'
|
|
13908
13947
|
)
|
|
13909
|
-
tags: List[
|
|
13948
|
+
tags: List[AmigoLibMongoCollectionsServiceServiceTag] = Field(
|
|
13910
13949
|
..., description='The tags of the service.', title='Tags'
|
|
13911
13950
|
)
|
|
13912
13951
|
|
|
@@ -13959,7 +13998,7 @@ class SimulationUnitTestSet(BaseModel):
|
|
|
13959
13998
|
description='Whether the unit test set has been deleted.',
|
|
13960
13999
|
title='Is Deleted',
|
|
13961
14000
|
)
|
|
13962
|
-
tags: List[
|
|
14001
|
+
tags: List[AmigoLibMongoCollectionsServiceServiceTag] = Field(
|
|
13963
14002
|
..., description='The tags of the simulation unit test set.', title='Tags'
|
|
13964
14003
|
)
|
|
13965
14004
|
creator: AmigoLibMongoCollectionsSimulationUnitTestSetSimulationUnitTestSetUserInfo
|
|
@@ -13998,7 +14037,7 @@ class SimulationUnitTestSetInstance(BaseModel):
|
|
|
13998
14037
|
description='Whether the unit test set has been deleted.',
|
|
13999
14038
|
title='Is Deleted',
|
|
14000
14039
|
)
|
|
14001
|
-
tags: List[
|
|
14040
|
+
tags: List[AmigoLibMongoCollectionsServiceServiceTag] = Field(
|
|
14002
14041
|
..., description='The tags of the simulation unit test set.', title='Tags'
|
|
14003
14042
|
)
|
|
14004
14043
|
creator: AmigoLibMongoCollectionsSimulationUnitTestSetSimulationUnitTestSetUserInfo
|
|
@@ -14114,7 +14153,7 @@ class ToolInstance(BaseModel):
|
|
|
14114
14153
|
description='A list of encrypted environment variables that some versions of this tool uses.',
|
|
14115
14154
|
title='Secret Envvars',
|
|
14116
14155
|
)
|
|
14117
|
-
tags: List[
|
|
14156
|
+
tags: List[AmigoLibMongoCollectionsServiceServiceTag] = Field(
|
|
14118
14157
|
..., description='The tags of the simulation persona.', title='Tags'
|
|
14119
14158
|
)
|
|
14120
14159
|
|
|
@@ -14445,7 +14484,7 @@ class DynamicBehaviorSetGetDynamicBehaviorSetVersionsResponse(BaseModel):
|
|
|
14445
14484
|
|
|
14446
14485
|
class DynamicBehaviorSetGetDynamicBehaviorSetsResponse(BaseModel):
|
|
14447
14486
|
dynamic_behavior_sets: List[
|
|
14448
|
-
|
|
14487
|
+
DynamicBehaviorSetGetDynamicBehaviorSetsResponseDynamicBehaviorSetInstance
|
|
14449
14488
|
] = Field(
|
|
14450
14489
|
...,
|
|
14451
14490
|
description='The retrieved dynamic behavior sets.',
|
|
@@ -14469,16 +14508,6 @@ class DynamicBehaviorSetGetDynamicBehaviorSetsResponse(BaseModel):
|
|
|
14469
14508
|
)
|
|
14470
14509
|
|
|
14471
14510
|
|
|
14472
|
-
class DynamicBehaviorSetSearchDynamicBehaviorSetsResponse(BaseModel):
|
|
14473
|
-
dynamic_behavior_sets: List[
|
|
14474
|
-
DynamicBehaviorSetSearchDynamicBehaviorSetsResponseDynamicBehaviorSetInstance
|
|
14475
|
-
] = Field(
|
|
14476
|
-
...,
|
|
14477
|
-
description='The retrieved dynamic behavior sets.',
|
|
14478
|
-
title='Dynamic Behavior Sets',
|
|
14479
|
-
)
|
|
14480
|
-
|
|
14481
|
-
|
|
14482
14511
|
class MetricCreateMetricRequest(BaseModel):
|
|
14483
14512
|
name: str = Field(
|
|
14484
14513
|
...,
|
|
@@ -14747,7 +14776,7 @@ class OrganizationModifyOrganizationRequest(BaseModel):
|
|
|
14747
14776
|
)
|
|
14748
14777
|
|
|
14749
14778
|
|
|
14750
|
-
class
|
|
14779
|
+
class RoleCreateRoleRequestPermissionGrant(BaseModel):
|
|
14751
14780
|
action: AmigoLibMongoCollectionsRoleRolePermissionGrantAction = Field(
|
|
14752
14781
|
...,
|
|
14753
14782
|
description='Whether this grant allows or denies the specified access.',
|
|
@@ -14764,19 +14793,59 @@ class RoleModifyRoleRequestPermissionGrant(BaseModel):
|
|
|
14764
14793
|
description: Optional[AmigoLibPydanticBaseModelStrippedNonemptyString1] = None
|
|
14765
14794
|
|
|
14766
14795
|
|
|
14767
|
-
class
|
|
14768
|
-
|
|
14796
|
+
class RoleModifyRoleRequest(BaseModel):
|
|
14797
|
+
description: Optional[AmigoLibPydanticBaseModelStrippedNonemptyString1] = Field(
|
|
14798
|
+
None,
|
|
14799
|
+
description='A description about the role. Only updated if specified. This field is a mutable field.',
|
|
14800
|
+
)
|
|
14801
|
+
permission_grants: Optional[List[RoleCreateRoleRequestPermissionGrant]] = Field(
|
|
14802
|
+
None,
|
|
14803
|
+
description='A list of permission grants associated with this role. Only updated if specified. This field is an immutable field.',
|
|
14804
|
+
title='Permission Grants',
|
|
14805
|
+
)
|
|
14806
|
+
frontend_view: Optional[FrontendView] = Field(
|
|
14807
|
+
None,
|
|
14808
|
+
description='The frontend view for the user of this role. Only updated if specified. This field is an immutable field.',
|
|
14809
|
+
)
|
|
14810
|
+
inherited_from: Optional[Union[RoleModifyRoleRequestInheritedFrom, FieldNotSet]] = (
|
|
14811
|
+
Field(
|
|
14812
|
+
{},
|
|
14813
|
+
description='The ID of the role that this role inherits from. Only updated if specified. This field is an immutable field.',
|
|
14814
|
+
title='Inherited From',
|
|
14815
|
+
)
|
|
14816
|
+
)
|
|
14817
|
+
|
|
14818
|
+
|
|
14819
|
+
class ServiceCreateServiceRequest(BaseModel):
|
|
14820
|
+
service_hierarchical_state_machine_id: str = Field(
|
|
14769
14821
|
...,
|
|
14770
|
-
description='The
|
|
14771
|
-
|
|
14822
|
+
description='The ID of the state machine that this service uses.',
|
|
14823
|
+
pattern='^[a-f0-9]{24}$',
|
|
14824
|
+
title='Service Hierarchical State Machine Id',
|
|
14772
14825
|
)
|
|
14773
|
-
|
|
14826
|
+
agent_id: str = Field(
|
|
14774
14827
|
...,
|
|
14775
|
-
description='The
|
|
14776
|
-
|
|
14828
|
+
description='The ID of the agent that this service uses.',
|
|
14829
|
+
pattern='^[a-f0-9]{24}$',
|
|
14830
|
+
title='Agent Id',
|
|
14777
14831
|
)
|
|
14778
|
-
|
|
14779
|
-
|
|
14832
|
+
name: str = Field(..., description='The name of this service.', min_length=1)
|
|
14833
|
+
description: str = Field(
|
|
14834
|
+
..., description='A description of this service.', min_length=1
|
|
14835
|
+
)
|
|
14836
|
+
is_active: bool = Field(
|
|
14837
|
+
...,
|
|
14838
|
+
description='Whether the newly-created service is active. Only active services are visible to users on the dashboard. You can later adjust the activeness of this service.',
|
|
14839
|
+
title='Is Active',
|
|
14840
|
+
)
|
|
14841
|
+
release_version_set: Optional[ServiceUpsertServiceVersionSetRequestVersionSet] = (
|
|
14842
|
+
Field(
|
|
14843
|
+
None,
|
|
14844
|
+
description='The `release` version set to use for this service. If not specified, the `release` version set will be the same as the `edge` version set, which uses the\nlatest agent and state machine versions with no model preference.',
|
|
14845
|
+
)
|
|
14846
|
+
)
|
|
14847
|
+
tags: Dict[str, Optional[StrippedNonemptyStringWS]] = Field(
|
|
14848
|
+
..., description='The tags of this service.', title='Tags'
|
|
14780
14849
|
)
|
|
14781
14850
|
|
|
14782
14851
|
|
|
@@ -14801,7 +14870,7 @@ class ServiceGetServicesResponse(BaseModel):
|
|
|
14801
14870
|
|
|
14802
14871
|
|
|
14803
14872
|
class ServiceUpsertServiceVersionSetRequest(BaseModel):
|
|
14804
|
-
version_set:
|
|
14873
|
+
version_set: ServiceUpsertServiceVersionSetRequestVersionSet = Field(
|
|
14805
14874
|
..., description='The version set to upsert.'
|
|
14806
14875
|
)
|
|
14807
14876
|
|
|
@@ -14869,7 +14938,7 @@ class SimulationCreateSimulationUnitTestSetRequest(BaseModel):
|
|
|
14869
14938
|
|
|
14870
14939
|
class SimulationGetSimulationPersonasResponse(BaseModel):
|
|
14871
14940
|
simulation_personas: List[
|
|
14872
|
-
|
|
14941
|
+
SimulationGetSimulationPersonasResponseSimulationPersonaInstance
|
|
14873
14942
|
] = Field(
|
|
14874
14943
|
..., description='The list of simulation personas.', title='Simulation Personas'
|
|
14875
14944
|
)
|
|
@@ -14893,7 +14962,7 @@ class SimulationGetSimulationPersonasResponse(BaseModel):
|
|
|
14893
14962
|
|
|
14894
14963
|
class SimulationGetSimulationScenariosResponse(BaseModel):
|
|
14895
14964
|
simulation_scenarios: List[
|
|
14896
|
-
|
|
14965
|
+
SimulationGetSimulationScenariosResponseSimulationScenarioInstance
|
|
14897
14966
|
] = Field(
|
|
14898
14967
|
...,
|
|
14899
14968
|
description='The list of simulation scenarios.',
|
|
@@ -14941,24 +15010,6 @@ class SimulationGetSimulationUnitTestSetsResponse(BaseModel):
|
|
|
14941
15010
|
)
|
|
14942
15011
|
|
|
14943
15012
|
|
|
14944
|
-
class SimulationSearchSimulationPersonasResponse(BaseModel):
|
|
14945
|
-
simulation_personas: List[
|
|
14946
|
-
SimulationSearchSimulationPersonasResponseSimulationPersonaInstance
|
|
14947
|
-
] = Field(
|
|
14948
|
-
..., description='The list of simulation personas.', title='Simulation Personas'
|
|
14949
|
-
)
|
|
14950
|
-
|
|
14951
|
-
|
|
14952
|
-
class SimulationSearchSimulationScenariosResponse(BaseModel):
|
|
14953
|
-
simulation_scenarios: List[
|
|
14954
|
-
SimulationSearchSimulationScenariosResponseSimulationScenarioInstance
|
|
14955
|
-
] = Field(
|
|
14956
|
-
...,
|
|
14957
|
-
description='The list of simulation scenarios.',
|
|
14958
|
-
title='Simulation Scenarios',
|
|
14959
|
-
)
|
|
14960
|
-
|
|
14961
|
-
|
|
14962
15013
|
class SimulationSearchSimulationUnitTestSetResponse(BaseModel):
|
|
14963
15014
|
simulation_unit_test_sets: List[SimulationUnitTestSet] = Field(
|
|
14964
15015
|
...,
|
|
@@ -15013,7 +15064,7 @@ class ToolGetToolsResponse(BaseModel):
|
|
|
15013
15064
|
|
|
15014
15065
|
|
|
15015
15066
|
class ToolInvokeToolVersionRequest(BaseModel):
|
|
15016
|
-
inputs: List[
|
|
15067
|
+
inputs: List[ToolTestToolRequestInput] = Field(
|
|
15017
15068
|
...,
|
|
15018
15069
|
description='The list of inputs for the tool invocation.',
|
|
15019
15070
|
max_length=10,
|
|
@@ -15034,6 +15085,37 @@ class ToolModifyToolEnvvarsRequest(BaseModel):
|
|
|
15034
15085
|
deletes: Optional[List[DeleteRequest]] = Field([], title='Deletes')
|
|
15035
15086
|
|
|
15036
15087
|
|
|
15088
|
+
class ToolTestToolRequest(BaseModel):
|
|
15089
|
+
inputs: List[ToolTestToolRequestInput] = Field(
|
|
15090
|
+
...,
|
|
15091
|
+
description='The list of inputs for the tool invocation.',
|
|
15092
|
+
max_length=10,
|
|
15093
|
+
min_length=1,
|
|
15094
|
+
title='Inputs',
|
|
15095
|
+
)
|
|
15096
|
+
commit_branch: str = Field(
|
|
15097
|
+
...,
|
|
15098
|
+
description='The branch in the tools repo whose tip will be tested.',
|
|
15099
|
+
title='Commit Branch',
|
|
15100
|
+
)
|
|
15101
|
+
project_path: str = Field(
|
|
15102
|
+
...,
|
|
15103
|
+
description='The directory in the tools repo that contains the `pyproject.toml` file corresponding to the tool version to publish.',
|
|
15104
|
+
pattern='^[-\\w\\d_/]+$',
|
|
15105
|
+
title='Project Path',
|
|
15106
|
+
)
|
|
15107
|
+
required_envvars: Dict[str, str] = Field(
|
|
15108
|
+
...,
|
|
15109
|
+
description='The environment variables required for the tool to run.',
|
|
15110
|
+
title='Required Envvars',
|
|
15111
|
+
)
|
|
15112
|
+
required_secret_envvars: Dict[str, str] = Field(
|
|
15113
|
+
...,
|
|
15114
|
+
description='The secret environment variables required for the tool to run.',
|
|
15115
|
+
title='Required Secret Envvars',
|
|
15116
|
+
)
|
|
15117
|
+
|
|
15118
|
+
|
|
15037
15119
|
ToolTestToolResponse = ToolInvokeToolVersionResponse
|
|
15038
15120
|
|
|
15039
15121
|
|
|
@@ -15074,28 +15156,23 @@ class UserGetUserModelResponse(BaseModel):
|
|
|
15074
15156
|
)
|
|
15075
15157
|
|
|
15076
15158
|
|
|
15077
|
-
class
|
|
15078
|
-
|
|
15079
|
-
...,
|
|
15080
|
-
description='The ID of the organization that this user belongs to.',
|
|
15081
|
-
title='Org Id',
|
|
15082
|
-
)
|
|
15083
|
-
user_id: str = Field(
|
|
15084
|
-
..., description='The identifier of the user.', title='User Id'
|
|
15085
|
-
)
|
|
15086
|
-
first_name: str = Field(
|
|
15087
|
-
..., description='The first name of the user.', title='First Name'
|
|
15159
|
+
class UserGetUsersResponse(BaseModel):
|
|
15160
|
+
users: List[UserSearchUsersResponseUserInstance] = Field(
|
|
15161
|
+
..., description='Users in this organization.', title='Users'
|
|
15088
15162
|
)
|
|
15089
|
-
|
|
15090
|
-
..., description='
|
|
15163
|
+
has_more: bool = Field(
|
|
15164
|
+
..., description='Whether there are more users to retrieve.', title='Has More'
|
|
15091
15165
|
)
|
|
15092
|
-
|
|
15093
|
-
|
|
15094
|
-
|
|
15166
|
+
continuation_token: Optional[int] = Field(
|
|
15167
|
+
...,
|
|
15168
|
+
description='A token to supply to the next request to retrieve the next page of users. Only populated if `has_more` is `True`.',
|
|
15169
|
+
title='Continuation Token',
|
|
15095
15170
|
)
|
|
15096
|
-
|
|
15097
|
-
|
|
15098
|
-
|
|
15171
|
+
|
|
15172
|
+
|
|
15173
|
+
class UserSearchUsersResponse(BaseModel):
|
|
15174
|
+
users: List[UserSearchUsersResponseUserInstance] = Field(
|
|
15175
|
+
..., description='Users in this organization.', title='Users'
|
|
15099
15176
|
)
|
|
15100
15177
|
|
|
15101
15178
|
|
|
@@ -15194,7 +15271,7 @@ class ActionStateInput(BaseModel):
|
|
|
15194
15271
|
Field(..., title='Boundary Constraints')
|
|
15195
15272
|
)
|
|
15196
15273
|
exit_conditions: List[
|
|
15197
|
-
|
|
15274
|
+
OrganizationCreateServiceHierarchicalStateMachineVersionRequestActionStateExitCondition
|
|
15198
15275
|
] = Field(..., title='Exit Conditions')
|
|
15199
15276
|
action_tool_call_specs: List[ToolCallSpecInput] = Field(
|
|
15200
15277
|
..., title='Action Tool Call Specs'
|
|
@@ -15303,7 +15380,7 @@ class DecisionStateInput(BaseModel):
|
|
|
15303
15380
|
type: Literal['decision'] = Field(..., title='Type')
|
|
15304
15381
|
name: str = Field(..., pattern='^[A-Za-z0-9_]+$')
|
|
15305
15382
|
exit_conditions: List[
|
|
15306
|
-
|
|
15383
|
+
OrganizationCreateServiceHierarchicalStateMachineVersionRequestActionStateExitCondition
|
|
15307
15384
|
] = Field(..., title='Exit Conditions')
|
|
15308
15385
|
decision_guidelines: List[AmigoLibPydanticBaseModelStrippedNonemptyString1] = Field(
|
|
15309
15386
|
..., title='Decision Guidelines'
|
|
@@ -15344,7 +15421,7 @@ class Metric(BaseModel):
|
|
|
15344
15421
|
additional_notes: Optional[str] = Field(
|
|
15345
15422
|
..., description='Additional notes about the metric.', title='Additional Notes'
|
|
15346
15423
|
)
|
|
15347
|
-
tags: List[
|
|
15424
|
+
tags: List[AmigoLibMongoCollectionsServiceServiceTag] = Field(
|
|
15348
15425
|
..., description='The tags of the metric.', title='Tags'
|
|
15349
15426
|
)
|
|
15350
15427
|
creator: AmigoLibMongoCollectionsMetricMetricUserInfo = Field(
|
|
@@ -15414,7 +15491,7 @@ class MetricInstance(BaseModel):
|
|
|
15414
15491
|
additional_notes: Optional[str] = Field(
|
|
15415
15492
|
..., description='Additional notes about the metric.', title='Additional Notes'
|
|
15416
15493
|
)
|
|
15417
|
-
tags: List[
|
|
15494
|
+
tags: List[AmigoLibMongoCollectionsServiceServiceTag] = Field(
|
|
15418
15495
|
..., description='The tags of the metric.', title='Tags'
|
|
15419
15496
|
)
|
|
15420
15497
|
creator: AmigoLibMongoCollectionsMetricMetricUserInfo = Field(
|
|
@@ -15616,7 +15693,7 @@ class SimulationUnitTest(BaseModel):
|
|
|
15616
15693
|
is_deleted: bool = Field(
|
|
15617
15694
|
..., description='Whether the unit test has been deleted.', title='Is Deleted'
|
|
15618
15695
|
)
|
|
15619
|
-
tags: List[
|
|
15696
|
+
tags: List[AmigoLibMongoCollectionsServiceServiceTag] = Field(
|
|
15620
15697
|
..., description='The tags of the simulation persona.', title='Tags'
|
|
15621
15698
|
)
|
|
15622
15699
|
creator: AmigoLibMongoCollectionsSimulationUnitTestSimulationUnitTestUserInfo
|
|
@@ -15661,7 +15738,7 @@ class SimulationUnitTestInstance(BaseModel):
|
|
|
15661
15738
|
is_deleted: bool = Field(
|
|
15662
15739
|
..., description='Whether the unit test has been deleted.', title='Is Deleted'
|
|
15663
15740
|
)
|
|
15664
|
-
tags: List[
|
|
15741
|
+
tags: List[AmigoLibMongoCollectionsServiceServiceTag] = Field(
|
|
15665
15742
|
..., description='The tags of the simulation persona.', title='Tags'
|
|
15666
15743
|
)
|
|
15667
15744
|
creator: AmigoLibMongoCollectionsSimulationUnitTestSimulationUnitTestUserInfo
|
|
@@ -15961,7 +16038,7 @@ class RoleCreateRoleRequest(BaseModel):
|
|
|
15961
16038
|
description: str = Field(
|
|
15962
16039
|
..., description='A description about the role.', min_length=1
|
|
15963
16040
|
)
|
|
15964
|
-
permission_grants: List[
|
|
16041
|
+
permission_grants: List[RoleCreateRoleRequestPermissionGrant] = Field(
|
|
15965
16042
|
...,
|
|
15966
16043
|
description='A list of permission grants associated with this role.',
|
|
15967
16044
|
title='Permission Grants',
|
|
@@ -15987,60 +16064,6 @@ class RoleGetRolesResponse(BaseModel):
|
|
|
15987
16064
|
)
|
|
15988
16065
|
|
|
15989
16066
|
|
|
15990
|
-
class RoleModifyRoleRequest(BaseModel):
|
|
15991
|
-
description: Optional[AmigoLibPydanticBaseModelStrippedNonemptyString1] = Field(
|
|
15992
|
-
None,
|
|
15993
|
-
description='A description about the role. Only updated if specified. This field is a mutable field.',
|
|
15994
|
-
)
|
|
15995
|
-
permission_grants: Optional[List[RoleModifyRoleRequestPermissionGrant]] = Field(
|
|
15996
|
-
None,
|
|
15997
|
-
description='A list of permission grants associated with this role. Only updated if specified. This field is an immutable field.',
|
|
15998
|
-
title='Permission Grants',
|
|
15999
|
-
)
|
|
16000
|
-
frontend_view: Optional[FrontendView] = Field(
|
|
16001
|
-
None,
|
|
16002
|
-
description='The frontend view for the user of this role. Only updated if specified. This field is an immutable field.',
|
|
16003
|
-
)
|
|
16004
|
-
inherited_from: Optional[Union[RoleModifyRoleRequestInheritedFrom, FieldNotSet]] = (
|
|
16005
|
-
Field(
|
|
16006
|
-
{},
|
|
16007
|
-
description='The ID of the role that this role inherits from. Only updated if specified. This field is an immutable field.',
|
|
16008
|
-
title='Inherited From',
|
|
16009
|
-
)
|
|
16010
|
-
)
|
|
16011
|
-
|
|
16012
|
-
|
|
16013
|
-
class ServiceCreateServiceRequest(BaseModel):
|
|
16014
|
-
service_hierarchical_state_machine_id: str = Field(
|
|
16015
|
-
...,
|
|
16016
|
-
description='The ID of the state machine that this service uses.',
|
|
16017
|
-
pattern='^[a-f0-9]{24}$',
|
|
16018
|
-
title='Service Hierarchical State Machine Id',
|
|
16019
|
-
)
|
|
16020
|
-
agent_id: str = Field(
|
|
16021
|
-
...,
|
|
16022
|
-
description='The ID of the agent that this service uses.',
|
|
16023
|
-
pattern='^[a-f0-9]{24}$',
|
|
16024
|
-
title='Agent Id',
|
|
16025
|
-
)
|
|
16026
|
-
name: str = Field(..., description='The name of this service.', min_length=1)
|
|
16027
|
-
description: str = Field(
|
|
16028
|
-
..., description='A description of this service.', min_length=1
|
|
16029
|
-
)
|
|
16030
|
-
is_active: bool = Field(
|
|
16031
|
-
...,
|
|
16032
|
-
description='Whether the newly-created service is active. Only active services are visible to users on the dashboard. You can later adjust the activeness of this service.',
|
|
16033
|
-
title='Is Active',
|
|
16034
|
-
)
|
|
16035
|
-
release_version_set: Optional[ServiceCreateServiceRequestVersionSet] = Field(
|
|
16036
|
-
None,
|
|
16037
|
-
description='The `release` version set to use for this service. If not specified, the `release` version set will be the same as the `edge` version set, which uses the\nlatest agent and state machine versions with no model preference.',
|
|
16038
|
-
)
|
|
16039
|
-
tags: Dict[str, Optional[StrippedNonemptyStringWS]] = Field(
|
|
16040
|
-
..., description='The tags of this service.', title='Tags'
|
|
16041
|
-
)
|
|
16042
|
-
|
|
16043
|
-
|
|
16044
16067
|
class SimulationCreateSimulationUnitTestRequest(BaseModel):
|
|
16045
16068
|
name: str = Field(..., description='The name of the unit test.', min_length=1)
|
|
16046
16069
|
description: str = Field(
|
|
@@ -16174,7 +16197,7 @@ class SimulationUpdateSimulationUnitTestRequest(BaseModel):
|
|
|
16174
16197
|
)
|
|
16175
16198
|
|
|
16176
16199
|
|
|
16177
|
-
class
|
|
16200
|
+
class ToolSearchToolInvocationsResponseToolInvocationInstance(BaseModel):
|
|
16178
16201
|
id: str = Field(..., description='The ID of the tool invocation.', title='Id')
|
|
16179
16202
|
org_id: str = Field(..., description='The ID of the organization.', title='Org Id')
|
|
16180
16203
|
created_at: Optional[AwareDatetime] = Field(None, title='Created At')
|
|
@@ -16201,34 +16224,6 @@ class ToolGetToolInvocationsResponseToolInvocationInstance(BaseModel):
|
|
|
16201
16224
|
)
|
|
16202
16225
|
|
|
16203
16226
|
|
|
16204
|
-
class ToolSearchToolInvocationsResponse(BaseModel):
|
|
16205
|
-
tool_invocations: List[ToolGetToolInvocationsResponseToolInvocationInstance] = (
|
|
16206
|
-
Field(
|
|
16207
|
-
..., description='The list of tool invocations.', title='Tool Invocations'
|
|
16208
|
-
)
|
|
16209
|
-
)
|
|
16210
|
-
|
|
16211
|
-
|
|
16212
|
-
class UserGetUsersResponse(BaseModel):
|
|
16213
|
-
users: List[UserSearchUsersResponseUserInstance] = Field(
|
|
16214
|
-
..., description='Users in this organization.', title='Users'
|
|
16215
|
-
)
|
|
16216
|
-
has_more: bool = Field(
|
|
16217
|
-
..., description='Whether there are more users to retrieve.', title='Has More'
|
|
16218
|
-
)
|
|
16219
|
-
continuation_token: Optional[int] = Field(
|
|
16220
|
-
...,
|
|
16221
|
-
description='A token to supply to the next request to retrieve the next page of users. Only populated if `has_more` is `True`.',
|
|
16222
|
-
title='Continuation Token',
|
|
16223
|
-
)
|
|
16224
|
-
|
|
16225
|
-
|
|
16226
|
-
class UserSearchUsersResponse(BaseModel):
|
|
16227
|
-
users: List[UserSearchUsersResponseUserInstance] = Field(
|
|
16228
|
-
..., description='Users in this organization.', title='Users'
|
|
16229
|
-
)
|
|
16230
|
-
|
|
16231
|
-
|
|
16232
16227
|
class SimulationUnitTestSetRunInstance(BaseModel):
|
|
16233
16228
|
org_id: str = Field(..., title='Org Id')
|
|
16234
16229
|
id: str = Field(..., title='Id')
|
|
@@ -16328,7 +16323,7 @@ class SimulationGetSimulationUnitTestSetRunsResponse(BaseModel):
|
|
|
16328
16323
|
|
|
16329
16324
|
|
|
16330
16325
|
class ToolGetToolInvocationsResponse(BaseModel):
|
|
16331
|
-
tool_invocations: List[
|
|
16326
|
+
tool_invocations: List[ToolSearchToolInvocationsResponseToolInvocationInstance] = (
|
|
16332
16327
|
Field(
|
|
16333
16328
|
..., description='The list of tool invocations.', title='Tool Invocations'
|
|
16334
16329
|
)
|
|
@@ -16343,3 +16338,11 @@ class ToolGetToolInvocationsResponse(BaseModel):
|
|
|
16343
16338
|
description='The continuation token to retrieve the next page of tool invocations, or null if there are no more tool invocations.',
|
|
16344
16339
|
title='Continuation Token',
|
|
16345
16340
|
)
|
|
16341
|
+
|
|
16342
|
+
|
|
16343
|
+
class ToolSearchToolInvocationsResponse(BaseModel):
|
|
16344
|
+
tool_invocations: List[ToolSearchToolInvocationsResponseToolInvocationInstance] = (
|
|
16345
|
+
Field(
|
|
16346
|
+
..., description='The list of tool invocations.', title='Tool Invocations'
|
|
16347
|
+
)
|
|
16348
|
+
)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
amigo_sdk/__init__.py,sha256=
|
|
1
|
+
amigo_sdk/__init__.py,sha256=VOPKypSmANz1PChpShpVLdpqiJjx_snLevs2luFpj8s,139
|
|
2
2
|
amigo_sdk/_retry_utils.py,sha256=VbA_Uwv268J80d11R9XfnCjZiV-NwE1aXRsSlRjjRio,2108
|
|
3
3
|
amigo_sdk/auth.py,sha256=WaM9PcEcnaC6CzNsgRKueHkdSAxNbRylzpR_3Q6guQ0,1765
|
|
4
4
|
amigo_sdk/config.py,sha256=0eZIo-hcJ8ODftKAr-mwB-FGJxGO5PT5T4dRpyWPqAg,1491
|
|
@@ -6,13 +6,13 @@ amigo_sdk/errors.py,sha256=Yn12AxIQ6zE9jnGLWO0MUVbBsmw77Kzh82AijyreOkA,4818
|
|
|
6
6
|
amigo_sdk/http_client.py,sha256=tfMXHqMTmlz2ja7aJhOVgbwAiJNlKCzPcK4UGNqXHO8,13488
|
|
7
7
|
amigo_sdk/models.py,sha256=V-G6iL43_ZNOPDcatCJCSszGWGz-nzp_RSyGNm-rBAc,45
|
|
8
8
|
amigo_sdk/sdk_client.py,sha256=5nj8hzjHSFRs9JMNabdYIhQAcFE2G1jI_r7SHVGr9No,6106
|
|
9
|
-
amigo_sdk/generated/model.py,sha256=
|
|
9
|
+
amigo_sdk/generated/model.py,sha256=In4u6EJgoGQHnMVAZAG_l7cBK-McqMmq38Dfu_8e7i0,456967
|
|
10
10
|
amigo_sdk/resources/conversation.py,sha256=u4kOx5LPbhX92L41UnmPmaF9TkQA5bGev8N00dMoP9I,14805
|
|
11
11
|
amigo_sdk/resources/organization.py,sha256=yX4UlOHNegRzFW4gCJrCxjiLCAGnGegasjviR1yad_Q,1211
|
|
12
12
|
amigo_sdk/resources/service.py,sha256=t1iA3nS9co-wuR-x5jBhAXXTWfMeGsLwfQcLycwVrCA,1536
|
|
13
13
|
amigo_sdk/resources/user.py,sha256=zikijiuGXgmkBVtrldor6XQGQK6jWXonDvNFuQs6XK4,3472
|
|
14
|
-
amigo_sdk-0.
|
|
15
|
-
amigo_sdk-0.
|
|
16
|
-
amigo_sdk-0.
|
|
17
|
-
amigo_sdk-0.
|
|
18
|
-
amigo_sdk-0.
|
|
14
|
+
amigo_sdk-0.76.0.dist-info/METADATA,sha256=i0SN5oPVhShcU_slaqsbJ-WdwcSRHCYdrpZY8RtLw4g,8499
|
|
15
|
+
amigo_sdk-0.76.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
16
|
+
amigo_sdk-0.76.0.dist-info/entry_points.txt,sha256=ivKZ8S9W6SH796zUDHeM-qHodrwmkmUItophi-jJWK0,82
|
|
17
|
+
amigo_sdk-0.76.0.dist-info/licenses/LICENSE,sha256=tx3FiTVbGxwBUOxQbNh05AAQlC2jd5hGvNpIkSfVbCo,1062
|
|
18
|
+
amigo_sdk-0.76.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|