asteroid-odyssey 1.6.38__py3-none-any.whl → 1.6.51__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.
@@ -35,7 +35,8 @@ class AgentsExecutionActivityTransitionedNodePayload(BaseModel):
35
35
  from_node_duration: Optional[StrictInt] = Field(default=None, alias="fromNodeDuration")
36
36
  transition_type: Optional[AgentsGraphModelsTransitionsTransitionType] = Field(default=None, alias="transitionType")
37
37
  from_node_output: Optional[List[AgentsExecutionNodeOutputItem]] = Field(default=None, description="Output variables provided by the from node", alias="fromNodeOutput")
38
- __properties: ClassVar[List[str]] = ["activityType", "newNodeUUID", "newNodeName", "newNodeType", "fromNodeDuration", "transitionType", "fromNodeOutput"]
38
+ transition_reasoning: Optional[StrictStr] = Field(default=None, description="The reasoning provided by the LLM for why this transition was made", alias="transitionReasoning")
39
+ __properties: ClassVar[List[str]] = ["activityType", "newNodeUUID", "newNodeName", "newNodeType", "fromNodeDuration", "transitionType", "fromNodeOutput", "transitionReasoning"]
39
40
 
40
41
  @field_validator('activity_type')
41
42
  def activity_type_validate_enum(cls, value):
@@ -108,7 +109,8 @@ class AgentsExecutionActivityTransitionedNodePayload(BaseModel):
108
109
  "newNodeType": obj.get("newNodeType"),
109
110
  "fromNodeDuration": obj.get("fromNodeDuration"),
110
111
  "transitionType": obj.get("transitionType"),
111
- "fromNodeOutput": [AgentsExecutionNodeOutputItem.from_dict(_item) for _item in obj["fromNodeOutput"]] if obj.get("fromNodeOutput") is not None else None
112
+ "fromNodeOutput": [AgentsExecutionNodeOutputItem.from_dict(_item) for _item in obj["fromNodeOutput"]] if obj.get("fromNodeOutput") is not None else None,
113
+ "transitionReasoning": obj.get("transitionReasoning")
112
114
  })
113
115
  return _obj
114
116
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: asteroid-odyssey
3
- Version: 1.6.38
3
+ Version: 1.6.51
4
4
  Summary: Python SDK for the Asteroid Agents API
5
5
  Author-email: Asteroid <founders@asteroid.com>
6
6
  License-Expression: MIT
@@ -34,7 +34,7 @@ asteroid_odyssey/models/agents_execution_activity_reasoning_payload.py,sha256=eR
34
34
  asteroid_odyssey/models/agents_execution_activity_status_changed_payload.py,sha256=Xulhum0cYJfgXklZE5rP86urPlTH_mJGRAlEW0F-fF8,6164
35
35
  asteroid_odyssey/models/agents_execution_activity_step_completed_payload.py,sha256=TxWr78dmHY3DZ88yXci1AmVtetSzMWn8nFEnhGmZuEQ,3076
36
36
  asteroid_odyssey/models/agents_execution_activity_step_started_payload.py,sha256=mSzcUN46hbTFuxPrVLeQL0wZ9aXVsBS68djbrquQ7o0,3064
37
- asteroid_odyssey/models/agents_execution_activity_transitioned_node_payload.py,sha256=gBHbOiBcE97nTwYlgUGuXK1RoZd8Cx4Gkfft5d1nwAk,4699
37
+ asteroid_odyssey/models/agents_execution_activity_transitioned_node_payload.py,sha256=91YmC5_CM9LM_k3Q93fadlov96N9uaaiN5z70gV9yFo,4968
38
38
  asteroid_odyssey/models/agents_execution_activity_user_message_received_payload.py,sha256=thhGRBVaAo5bMtwLisOeTbhJd0EUaiZvE3-fzsb0aeY,3170
39
39
  asteroid_odyssey/models/agents_execution_activity_workflow_updated_payload.py,sha256=YGLzyKgsXROjAQxzZqNI-8968px0HizQaFno9WqbLW0,3715
40
40
  asteroid_odyssey/models/agents_execution_agent_query_context_completed_details.py,sha256=uCXll7oeFrhXI336OSNxbi0sgdL82lbJQlDP4q3Ew60,3105
@@ -118,7 +118,7 @@ asteroid_odyssey/models/common_sort_direction.py,sha256=UBW99PM3QRGRRE7dB5OSBhmh
118
118
  asteroid_odyssey/models/common_unauthorized_error_body.py,sha256=Ng62vZVuPWEkTvdnYimbItSKhUGT9G52ZOapMQ2O7Xg,2897
119
119
  asteroid_odyssey/models/executions_list200_response.py,sha256=hbMbbsh7F8Cjl3S2hhRkcH4cvHCL24TVz8fwhGE9LfI,3288
120
120
  asteroid_odyssey/models/version.py,sha256=Vjiri_a5CcDJ1lSziRqif5HuFpaxneVDLIB1r8SFIkE,707
121
- asteroid_odyssey-1.6.38.dist-info/METADATA,sha256=gB2igjGaFuuo_hkfxOr4q0CUcKOrtGbGqPSI-PWADvk,1890
122
- asteroid_odyssey-1.6.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
123
- asteroid_odyssey-1.6.38.dist-info/top_level.txt,sha256=h4T6NKscnThJ4Nhzors2NKlJeZzepnM7XvDgsnfi5HA,17
124
- asteroid_odyssey-1.6.38.dist-info/RECORD,,
121
+ asteroid_odyssey-1.6.51.dist-info/METADATA,sha256=S8Cb6fjBfXR2T7CNIbcmk30-KrDH4ouaju5YOZOxEac,1890
122
+ asteroid_odyssey-1.6.51.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
123
+ asteroid_odyssey-1.6.51.dist-info/top_level.txt,sha256=h4T6NKscnThJ4Nhzors2NKlJeZzepnM7XvDgsnfi5HA,17
124
+ asteroid_odyssey-1.6.51.dist-info/RECORD,,