amigo_sdk 0.24.0__py3-none-any.whl → 0.25.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.

Potentially problematic release.


This version of amigo_sdk might be problematic. Click here for more details.

amigo_sdk/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.24.0"
1
+ __version__ = "0.25.0"
2
2
  from .sdk_client import AmigoClient, AsyncAmigoClient
3
3
 
4
4
  __all__ = ["__version__", "AmigoClient", "AsyncAmigoClient"]
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: <stdin>
3
- # timestamp: 2025-09-10T18:13:01+00:00
3
+ # timestamp: 2025-09-12T18:15:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -13460,6 +13460,11 @@ class SimulationScenarioVersion(BaseModel):
13460
13460
  initial_message_config: Optional[
13461
13461
  Union[InitialUserMessageConfig, InitialExternalEventConfigOutput]
13462
13462
  ] = None
13463
+ conversation_starts_at: AwareDatetime = Field(
13464
+ ...,
13465
+ description='The time at which the conversation starts. This must be a timestamp in UTC.',
13466
+ title='Conversation Starts At',
13467
+ )
13463
13468
 
13464
13469
 
13465
13470
  class SimulationUnitTestSet(BaseModel):
@@ -14302,6 +14307,11 @@ class SimulationCreateSimulationScenarioRequestInitialVersion(BaseModel):
14302
14307
  ...,
14303
14308
  description='The initial message configuration for the simulation scenario version. If not specified, an agent message opens the simulated conversation.',
14304
14309
  )
14310
+ conversation_starts_at: AwareDatetime = Field(
14311
+ ...,
14312
+ description='The time at which the conversation starts. This must be a timestamp in UTC.',
14313
+ title='Conversation Starts At',
14314
+ )
14305
14315
 
14306
14316
 
14307
14317
  SimulationCreateSimulationScenarioVersionRequest = (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amigo_sdk
3
- Version: 0.24.0
3
+ Version: 0.25.0
4
4
  Summary: Amigo AI Python SDK
5
5
  Author: Amigo AI
6
6
  License-File: LICENSE
@@ -1,4 +1,4 @@
1
- amigo_sdk/__init__.py,sha256=33p6aFbjHQKPR3hlr2-eUwjBiH-BPw-o4PwB4IrzxUk,139
1
+ amigo_sdk/__init__.py,sha256=Wyv7dpO7PoOFFWvSvAFWbJtdCTDMb_vwAzfaglrhfEU,139
2
2
  amigo_sdk/_retry_utils.py,sha256=kFjw9Wqye6MB5-B4rjLxsbSNcfYBIztcollIoncd1hY,2142
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=RkRyF5eAASd8fIOS6YvL9rLDvLAYWqHfpHSCR7jqvl4,4840
6
6
  amigo_sdk/http_client.py,sha256=v25UoUbXcMeHTnfJMcrl8RSSwCVkKUL1Jv-0HoXP1B4,13507
7
7
  amigo_sdk/models.py,sha256=V-G6iL43_ZNOPDcatCJCSszGWGz-nzp_RSyGNm-rBAc,45
8
8
  amigo_sdk/sdk_client.py,sha256=Kr9M9o66pOLu0T2VDvqdYMmPZzgKJyTELu7BSPgGrYQ,6152
9
- amigo_sdk/generated/model.py,sha256=5unZ5pwVhGpwJCHSne_u8MPiwW1rSV9Sn3Mze08fqQk,422191
9
+ amigo_sdk/generated/model.py,sha256=KWglsj6EzmpJm9A2q5-YbIGSym7dvv3mMmYpLR1mgog,422609
10
10
  amigo_sdk/resources/conversation.py,sha256=5PkJOvLKqnriSS9K9hKw2VRPxRLTuABEbCyPy1fz1r0,14817
11
11
  amigo_sdk/resources/organization.py,sha256=yX4UlOHNegRzFW4gCJrCxjiLCAGnGegasjviR1yad_Q,1211
12
12
  amigo_sdk/resources/service.py,sha256=SiwEHXCQk4r1b_tGv47M08VuB7RALDHJQzWlpuD937g,1571
13
13
  amigo_sdk/resources/user.py,sha256=i4t5aVzBI37KwAtLKSDWTMwf4D4KQdSDoUiblFe1u7o,3529
14
- amigo_sdk-0.24.0.dist-info/METADATA,sha256=ON00Ytl3S4ldrHjKynwpGKrG1A5YU1p204B2izjHHbQ,8350
15
- amigo_sdk-0.24.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
- amigo_sdk-0.24.0.dist-info/entry_points.txt,sha256=ivKZ8S9W6SH796zUDHeM-qHodrwmkmUItophi-jJWK0,82
17
- amigo_sdk-0.24.0.dist-info/licenses/LICENSE,sha256=tx3FiTVbGxwBUOxQbNh05AAQlC2jd5hGvNpIkSfVbCo,1062
18
- amigo_sdk-0.24.0.dist-info/RECORD,,
14
+ amigo_sdk-0.25.0.dist-info/METADATA,sha256=DnR0WQPeNXe7YwWBN1i00cADgZ7tDCi76mhmI_3PjkI,8350
15
+ amigo_sdk-0.25.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
+ amigo_sdk-0.25.0.dist-info/entry_points.txt,sha256=ivKZ8S9W6SH796zUDHeM-qHodrwmkmUItophi-jJWK0,82
17
+ amigo_sdk-0.25.0.dist-info/licenses/LICENSE,sha256=tx3FiTVbGxwBUOxQbNh05AAQlC2jd5hGvNpIkSfVbCo,1062
18
+ amigo_sdk-0.25.0.dist-info/RECORD,,