uagents-core 0.2.1__py3-none-any.whl → 0.2.2__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.
@@ -113,7 +113,7 @@ def send_message_to_agent(
113
113
  env = generate_message_envelope(
114
114
  destination=destination,
115
115
  message_schema_digest=Model.build_schema_digest(msg),
116
- message_body=msg.model_dump(),
116
+ message_body=json.loads(msg.model_dump_json()),
117
117
  sender=sender,
118
118
  session_id=session_id,
119
119
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: uagents-core
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Core components for agent based systems
5
5
  License: Apache 2.0
6
6
  Author: Ed FitzGerald
@@ -13,9 +13,9 @@ uagents_core/protocol.py,sha256=T9jasOkltne33E16Y7VrqcB2moWVsv-Qh4XLZotyz8g,5428
13
13
  uagents_core/registration.py,sha256=h7ha58H7XbLQ__qOHMKVnHShzMlWfd2xrK9fRdgfb9w,2953
14
14
  uagents_core/types.py,sha256=_W3EN1wEIRFxuhhBxyZxQH_dA_3AtoPPReIzrgcTUHc,1167
15
15
  uagents_core/utils/__init__.py,sha256=v0MaxDYCTtQlwbblEHCfLtbeTnA2hCmKKJk7mlcE20U,135
16
- uagents_core/utils/messages.py,sha256=O4Fk8KULi523ruynEw1ZxAxFKi4ex816R4a_Q1E24O8,5056
16
+ uagents_core/utils/messages.py,sha256=8Pz9-WRhMAF447QM2QL3gkPojjMejIHg2P_N6YteP8Y,5073
17
17
  uagents_core/utils/registration.py,sha256=ny_2Svz1RLgMcH0WgBlzWKhZnhN25Yuni2eHFksoMjU,9039
18
18
  uagents_core/utils/resolver.py,sha256=X18oe-WPU_6pfTc6x_Oa69kZQYCMidkaSeCs68Poaik,2169
19
- uagents_core-0.2.1.dist-info/METADATA,sha256=hfJl2088PvditQ0AoI2YxjToNGd0guviNdd6HNWJMRM,1009
20
- uagents_core-0.2.1.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
21
- uagents_core-0.2.1.dist-info/RECORD,,
19
+ uagents_core-0.2.2.dist-info/METADATA,sha256=EG4n_p20f14rtH9n--dXAt94zcNgG8MpUf_DhY5jlOc,1009
20
+ uagents_core-0.2.2.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
21
+ uagents_core-0.2.2.dist-info/RECORD,,