amigo_sdk 0.49.0__py3-none-any.whl → 0.51.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.49.0"
1
+ __version__ = "0.51.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-10-14T21:27:45+00:00
3
+ # timestamp: 2025-10-19T18:19:20+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -8635,11 +8635,6 @@ class NewMessageEvent(BaseModel):
8635
8635
  description='Either the raw-text piece or a base-64 encoded string of bytes representing the piece in alternative forms. If it represents audio, the audios are in\nPCM16 format.',
8636
8636
  title='Message',
8637
8637
  )
8638
- message_metadata: List[str] = Field(
8639
- ...,
8640
- description='Metadata associated with this message.',
8641
- title='Message Metadata',
8642
- )
8643
8638
  transcript_alignment: Optional[List[NewMessageEventTranscriptAlignmentItem]] = (
8644
8639
  Field(
8645
8640
  ...,
@@ -13242,11 +13237,6 @@ class ActionStateOutput(BaseModel):
13242
13237
  description='A list of exit conditions for this state that describes under what condition would the session be allowed to transition to another state.',
13243
13238
  title='Exit Conditions',
13244
13239
  )
13245
- message_metadata: List[str] = Field(
13246
- ...,
13247
- description='A list of metadata to include in the agent message if the message is generated in this state.',
13248
- title='Message Metadata',
13249
- )
13250
13240
  action_tool_call_specs: List[ToolCallSpecOutput] = Field(
13251
13241
  ...,
13252
13242
  description='A list of tool calls that the agent can make in this state when executing an action.',
@@ -13577,11 +13567,6 @@ class MessageInstance(BaseModel):
13577
13567
  ..., description='The format in which the message was delivered.'
13578
13568
  )
13579
13569
  message_type: MessageType = Field(..., description='The type of the message.')
13580
- message_metadata: List[str] = Field(
13581
- ...,
13582
- description='The metadata associated with the message.',
13583
- title='Message Metadata',
13584
- )
13585
13570
 
13586
13571
 
13587
13572
  class NumericalMetricSuccessCriterion(BaseModel):
@@ -14927,9 +14912,6 @@ class ActionStateInput(BaseModel):
14927
14912
  Field(..., title='Boundary Constraints')
14928
14913
  )
14929
14914
  exit_conditions: List[ExitConditionInput] = Field(..., title='Exit Conditions')
14930
- message_metadata: List[AmigoLibPydanticBaseModelStrippedNonemptyString1] = Field(
14931
- ..., title='Message Metadata'
14932
- )
14933
14915
  action_tool_call_specs: List[ToolCallSpecInput] = Field(
14934
14916
  ..., title='Action Tool Call Specs'
14935
14917
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amigo_sdk
3
- Version: 0.49.0
3
+ Version: 0.51.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=yOzWGx5fWveVFKT2HTWqgK5XXtcjIuq9PdYl-oeRgRk,139
1
+ amigo_sdk/__init__.py,sha256=RUbzknETMOKpNmx5mOnyKUR0TljcTHyFVjKTVelkPOo,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=sAXrdPLdlmWRcSigSy6AzvJho_zxgU6l36CQqs1y5kE,438546
9
+ amigo_sdk/generated/model.py,sha256=ULyfdCV1EQMyG3es_A6pPrqTC10aqma-l7WgNdjIayQ,437890
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.49.0.dist-info/METADATA,sha256=0Yo2sYotmmQKD1pkHOyZ2mtS6vbHJtrh-5qVi4T_Y3k,8350
15
- amigo_sdk-0.49.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
- amigo_sdk-0.49.0.dist-info/entry_points.txt,sha256=ivKZ8S9W6SH796zUDHeM-qHodrwmkmUItophi-jJWK0,82
17
- amigo_sdk-0.49.0.dist-info/licenses/LICENSE,sha256=tx3FiTVbGxwBUOxQbNh05AAQlC2jd5hGvNpIkSfVbCo,1062
18
- amigo_sdk-0.49.0.dist-info/RECORD,,
14
+ amigo_sdk-0.51.0.dist-info/METADATA,sha256=1WnmrPSX6bOaeI3dajuhzBNOX_ybFSBmdkULzkAeHOY,8350
15
+ amigo_sdk-0.51.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
+ amigo_sdk-0.51.0.dist-info/entry_points.txt,sha256=ivKZ8S9W6SH796zUDHeM-qHodrwmkmUItophi-jJWK0,82
17
+ amigo_sdk-0.51.0.dist-info/licenses/LICENSE,sha256=tx3FiTVbGxwBUOxQbNh05AAQlC2jd5hGvNpIkSfVbCo,1062
18
+ amigo_sdk-0.51.0.dist-info/RECORD,,