uagents-core 0.2.0__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.
File without changes
File without changes
@@ -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.0
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
@@ -1,5 +1,7 @@
1
1
  uagents_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  uagents_core/config.py,sha256=mvCXtvt_efDbmoTcw0JNHymWZGOtXxIYXlrooWfbY1Q,798
3
+ uagents_core/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ uagents_core/contrib/protocols/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
5
  uagents_core/contrib/protocols/chat/__init__.py,sha256=EAt2uQeaZtrSEdt2SiFyqFcC4nxKtyoJRaHhjKtwngw,3032
4
6
  uagents_core/contrib/protocols/subscriptions/__init__.py,sha256=HsxWzLOvP83a7RkHRx8y_uXTJzJtuuBcyRNj33TT7xA,1944
5
7
  uagents_core/envelope.py,sha256=eGq-Te-z2nRQVJIPqRdf-h48hGwg7IOKptIQZKYKqFU,3527
@@ -11,9 +13,9 @@ uagents_core/protocol.py,sha256=T9jasOkltne33E16Y7VrqcB2moWVsv-Qh4XLZotyz8g,5428
11
13
  uagents_core/registration.py,sha256=h7ha58H7XbLQ__qOHMKVnHShzMlWfd2xrK9fRdgfb9w,2953
12
14
  uagents_core/types.py,sha256=_W3EN1wEIRFxuhhBxyZxQH_dA_3AtoPPReIzrgcTUHc,1167
13
15
  uagents_core/utils/__init__.py,sha256=v0MaxDYCTtQlwbblEHCfLtbeTnA2hCmKKJk7mlcE20U,135
14
- uagents_core/utils/messages.py,sha256=O4Fk8KULi523ruynEw1ZxAxFKi4ex816R4a_Q1E24O8,5056
16
+ uagents_core/utils/messages.py,sha256=8Pz9-WRhMAF447QM2QL3gkPojjMejIHg2P_N6YteP8Y,5073
15
17
  uagents_core/utils/registration.py,sha256=ny_2Svz1RLgMcH0WgBlzWKhZnhN25Yuni2eHFksoMjU,9039
16
18
  uagents_core/utils/resolver.py,sha256=X18oe-WPU_6pfTc6x_Oa69kZQYCMidkaSeCs68Poaik,2169
17
- uagents_core-0.2.0.dist-info/METADATA,sha256=OAsIUaGEiH9rehxRlGedKly53jQk1-GjEqA7Q-cwud0,1009
18
- uagents_core-0.2.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
19
- uagents_core-0.2.0.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,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.1
2
+ Generator: poetry-core 2.1.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any