xpander-sdk 2.0.170__py3-none-any.whl → 2.0.171__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.
- xpander_sdk/modules/tasks/sub_modules/task.py +2 -0
- {xpander_sdk-2.0.170.dist-info → xpander_sdk-2.0.171.dist-info}/METADATA +1 -1
- {xpander_sdk-2.0.170.dist-info → xpander_sdk-2.0.171.dist-info}/RECORD +6 -6
- {xpander_sdk-2.0.170.dist-info → xpander_sdk-2.0.171.dist-info}/WHEEL +0 -0
- {xpander_sdk-2.0.170.dist-info → xpander_sdk-2.0.171.dist-info}/licenses/LICENSE +0 -0
- {xpander_sdk-2.0.170.dist-info → xpander_sdk-2.0.171.dist-info}/top_level.txt +0 -0
|
@@ -560,6 +560,7 @@ class Task(XPanderSharedModel):
|
|
|
560
560
|
# restore result and status
|
|
561
561
|
self.result = task_backup.result
|
|
562
562
|
self.status = task_backup.status
|
|
563
|
+
self.tokens = task_backup.tokens
|
|
563
564
|
|
|
564
565
|
if not self.deep_planning.question_raised:
|
|
565
566
|
uncompleted_tasks = [task for task in self.deep_planning.tasks if not task.completed]
|
|
@@ -814,6 +815,7 @@ class Task(XPanderSharedModel):
|
|
|
814
815
|
# restore result and status
|
|
815
816
|
self.result = task_backup.result
|
|
816
817
|
self.status = task_backup.status
|
|
818
|
+
self.tokens = task_backup.tokens
|
|
817
819
|
|
|
818
820
|
if self.deep_planning and self.deep_planning.enabled and self.deep_planning.started and self.deep_planning.enforce:
|
|
819
821
|
|
|
@@ -60,7 +60,7 @@ xpander_sdk/modules/tasks/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
60
60
|
xpander_sdk/modules/tasks/models/task.py,sha256=B0_fwzQEkRE_pZMSLnWuXsUBMdy8HEIxm1FfRpCQma0,5000
|
|
61
61
|
xpander_sdk/modules/tasks/models/tasks_list.py,sha256=8V1T0vCtGN79qLMPwe37pOA7Wvuf8pbJNOhWL0BPo-8,5126
|
|
62
62
|
xpander_sdk/modules/tasks/sub_modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
|
-
xpander_sdk/modules/tasks/sub_modules/task.py,sha256=
|
|
63
|
+
xpander_sdk/modules/tasks/sub_modules/task.py,sha256=k9GjRmBCL8a2vXWa0TxOdNnjbUovok3ta939FfCOpv4,37782
|
|
64
64
|
xpander_sdk/modules/tasks/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
65
65
|
xpander_sdk/modules/tasks/utils/files.py,sha256=KqqwSQSrwim2-H3XP5wOadDDfngAyEI034tA7Oon-vc,3631
|
|
66
66
|
xpander_sdk/modules/tools_repository/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -83,8 +83,8 @@ xpander_sdk/utils/generic.py,sha256=XrRj2-L8c0YWpfPdDyXE-pVL-6lKF9VpyZzKHQ4wuCc,
|
|
|
83
83
|
xpander_sdk/utils/tools.py,sha256=lyFkq2yP7DxBkyXYVlnFRwDhQCvf0fZZMDm5fBycze4,1244
|
|
84
84
|
xpander_sdk/utils/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
85
85
|
xpander_sdk/utils/agents/compactization_agent.py,sha256=iMViaUnpuZFMyo-pQCen9bAIADmFWV2yx3JuNaG5bx0,12815
|
|
86
|
-
xpander_sdk-2.0.
|
|
87
|
-
xpander_sdk-2.0.
|
|
88
|
-
xpander_sdk-2.0.
|
|
89
|
-
xpander_sdk-2.0.
|
|
90
|
-
xpander_sdk-2.0.
|
|
86
|
+
xpander_sdk-2.0.171.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
87
|
+
xpander_sdk-2.0.171.dist-info/METADATA,sha256=FR3pSQkQ3kaT3epOnDM4mM23d2_BVhujQFDnHTUpHzo,15312
|
|
88
|
+
xpander_sdk-2.0.171.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
89
|
+
xpander_sdk-2.0.171.dist-info/top_level.txt,sha256=UCjnxQpsMy5Zoe7lmRuVDO6DI2V_6PgRFfm4oizRbVs,12
|
|
90
|
+
xpander_sdk-2.0.171.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|