flock-core 0.4.0b13__py3-none-any.whl → 0.4.0b14__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 flock-core might be problematic. Click here for more details.
- flock/evaluators/declarative/declarative_evaluator.py +1 -1
- {flock_core-0.4.0b13.dist-info → flock_core-0.4.0b14.dist-info}/METADATA +1 -1
- {flock_core-0.4.0b13.dist-info → flock_core-0.4.0b14.dist-info}/RECORD +6 -6
- {flock_core-0.4.0b13.dist-info → flock_core-0.4.0b14.dist-info}/WHEEL +0 -0
- {flock_core-0.4.0b13.dist-info → flock_core-0.4.0b14.dist-info}/entry_points.txt +0 -0
- {flock_core-0.4.0b13.dist-info → flock_core-0.4.0b14.dist-info}/licenses/LICENSE +0 -0
|
@@ -117,7 +117,7 @@ class DeclarativeEvaluator(
|
|
|
117
117
|
logger.info(f"Evaluating agent '{agent.name}' without streaming.")
|
|
118
118
|
try:
|
|
119
119
|
# Ensure the call is awaited if the underlying task is async
|
|
120
|
-
result_obj =
|
|
120
|
+
result_obj = agent_task(**inputs)
|
|
121
121
|
result_dict = self._process_result(result_obj, inputs)
|
|
122
122
|
return result_dict
|
|
123
123
|
except Exception as e:
|
|
@@ -75,7 +75,7 @@ flock/core/util/file_path_utils.py,sha256=Odf7uU32C-x1KNighbNERSiMtkzW4h8laABIoF
|
|
|
75
75
|
flock/core/util/hydrator.py,sha256=6qNwOwCZB7r6y25BZ--0PGofrAlfMaXbDKFQeP5NLts,11196
|
|
76
76
|
flock/core/util/input_resolver.py,sha256=g9vDPdY4OH-G7qjas5ksGEHueokHGFPMoLOvC-ngeLo,5984
|
|
77
77
|
flock/core/util/loader.py,sha256=j3q2qem5bFMP2SmMuYjb-ISxsNGNZd1baQmpvAnRUUk,2244
|
|
78
|
-
flock/evaluators/declarative/declarative_evaluator.py,sha256=
|
|
78
|
+
flock/evaluators/declarative/declarative_evaluator.py,sha256=edg-AFyVnAmGZ0iiJk2RgoBJaYwD0FTu4ViE10VIQjM,4772
|
|
79
79
|
flock/evaluators/memory/azure_search_evaluator.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
80
80
|
flock/evaluators/memory/memory_evaluator.py,sha256=SmerXyNaqm8DTV0yw-WqWkn9DXIf6x-nPG1eyTV6NY8,3452
|
|
81
81
|
flock/evaluators/natural_language/natural_language_evaluator.py,sha256=6nVEeh8_uwv_h-d3FWlA0GbzDzRtdhvxCGKirHtyvOU,2012
|
|
@@ -439,8 +439,8 @@ flock/workflow/activities.py,sha256=eVZDnxGJl_quNO-UTV3YgvTV8LrRaHN3QDAA1ANKzac,
|
|
|
439
439
|
flock/workflow/agent_activities.py,sha256=NhBZscflEf2IMfSRa_pBM_TRP7uVEF_O0ROvWZ33eDc,963
|
|
440
440
|
flock/workflow/temporal_setup.py,sha256=VWBgmBgfTBjwM5ruS_dVpA5AVxx6EZ7oFPGw4j3m0l0,1091
|
|
441
441
|
flock/workflow/workflow.py,sha256=I9MryXW_bqYVTHx-nl2epbTqeRy27CAWHHA7ZZA0nAk,1696
|
|
442
|
-
flock_core-0.4.
|
|
443
|
-
flock_core-0.4.
|
|
444
|
-
flock_core-0.4.
|
|
445
|
-
flock_core-0.4.
|
|
446
|
-
flock_core-0.4.
|
|
442
|
+
flock_core-0.4.0b14.dist-info/METADATA,sha256=n-c4Zby6zTh2tVS9QZ5elBC9ovwVOvY7mY02j6_ho-U,21101
|
|
443
|
+
flock_core-0.4.0b14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
444
|
+
flock_core-0.4.0b14.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
|
|
445
|
+
flock_core-0.4.0b14.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
|
|
446
|
+
flock_core-0.4.0b14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|