flock-core 0.3.18__py3-none-any.whl → 0.3.20__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.

@@ -74,8 +74,8 @@ class FlockContext(Serializable, BaseModel):
74
74
  attributes={"agent": agent_name, "timestamp": timestamp},
75
75
  )
76
76
 
77
- def get_variable(self, key: str) -> Any:
78
- return self.state.get(key)
77
+ def get_variable(self, key: str, default: Any = None) -> Any:
78
+ return self.state.get(key, default)
79
79
 
80
80
  def set_variable(self, key: str, value: Any) -> None:
81
81
  old_value = self.state.get(key)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flock-core
3
- Version: 0.3.18
3
+ Version: 0.3.20
4
4
  Summary: Declarative LLM Orchestration at Scale
5
5
  Author-email: Andre Ratzenberger <andre.ratzenberger@whiteduck.de>
6
6
  License-File: LICENSE
@@ -19,6 +19,7 @@ Requires-Dist: httpx>=0.28.1
19
19
  Requires-Dist: loguru>=0.7.3
20
20
  Requires-Dist: matplotlib>=3.10.0
21
21
  Requires-Dist: msgpack>=1.1.0
22
+ Requires-Dist: notion-client>=2.3.0
22
23
  Requires-Dist: opentelemetry-api>=1.30.0
23
24
  Requires-Dist: opentelemetry-exporter-jaeger-proto-grpc>=1.21.0
24
25
  Requires-Dist: opentelemetry-exporter-jaeger>=1.21.0
@@ -17,7 +17,7 @@ flock/core/flock_evaluator.py,sha256=j7riJj_KsWoBnKmLiGp-U0CRhxDyJbgEdLGN26tfKm8
17
17
  flock/core/flock_factory.py,sha256=7nV0WAh197INdBckJ-NhnhSSZOSzZC1MlYfeZm2x8Xc,2750
18
18
  flock/core/flock_module.py,sha256=96aFVYAgwpKN53xGbivQDUpikOYGFCxK5mqhclOcxY0,3003
19
19
  flock/core/flock_router.py,sha256=A5GaxcGvtiFlRLHBTW7okh5RDm3BdKam2uXvRHRaj7k,2187
20
- flock/core/context/context.py,sha256=3sj5BrnY7OBG8Xk-uoT0yPKQjCzUU6a3VH26xuHo2KI,6407
20
+ flock/core/context/context.py,sha256=8bjRLZ74oacRNBaHmDNXdQKfB-95poF7Pp03n2k0zcQ,6437
21
21
  flock/core/context/context_manager.py,sha256=FANSWa6DEhdhtZ7t_9Gza0v80UdpoDOhHbfVOccmjkA,1181
22
22
  flock/core/context/context_vars.py,sha256=zYTMi9b6mNSSEHowEQUOTpEDurmAjaUcyBCgfKY6-cU,300
23
23
  flock/core/execution/local_executor.py,sha256=rnIQvaJOs6zZORUcR3vvyS6LPREDJTjaygl_Db0M8ao,952
@@ -412,8 +412,8 @@ flock/workflow/activities.py,sha256=yah-lHjMW6_Ww1gt7hMXBis1cJRlcbHx0uLsMB9oNZ0,
412
412
  flock/workflow/agent_activities.py,sha256=NhBZscflEf2IMfSRa_pBM_TRP7uVEF_O0ROvWZ33eDc,963
413
413
  flock/workflow/temporal_setup.py,sha256=VWBgmBgfTBjwM5ruS_dVpA5AVxx6EZ7oFPGw4j3m0l0,1091
414
414
  flock/workflow/workflow.py,sha256=I9MryXW_bqYVTHx-nl2epbTqeRy27CAWHHA7ZZA0nAk,1696
415
- flock_core-0.3.18.dist-info/METADATA,sha256=NiwExibjtEysHFQNtBSV0KMH36KFkeU6WFh0VEohXe4,20584
416
- flock_core-0.3.18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
417
- flock_core-0.3.18.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
418
- flock_core-0.3.18.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
419
- flock_core-0.3.18.dist-info/RECORD,,
415
+ flock_core-0.3.20.dist-info/METADATA,sha256=kb88kVN2XmZvJUQY6Zd8PKMOkXA0GgbjBOhJdn7hOP0,20620
416
+ flock_core-0.3.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
417
+ flock_core-0.3.20.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
418
+ flock_core-0.3.20.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
419
+ flock_core-0.3.20.dist-info/RECORD,,