flock-core 0.5.0b51__py3-none-any.whl → 0.5.0b53__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.

@@ -4,7 +4,7 @@ from importlib.metadata import PackageNotFoundError, version
4
4
  try:
5
5
  __version__ = version("flock-flow")
6
6
  except PackageNotFoundError:
7
- __version__ = "0.2.0"
7
+ __version__ = "0.5.0b"
8
8
 
9
9
 
10
10
  def display_hummingbird():
flock/mcp/util/helpers.py CHANGED
@@ -17,7 +17,7 @@ def get_default_env() -> dict[str, str]:
17
17
 
18
18
  def cache_key_generator(agent_id: str, run_id: str, *args, **kwargs) -> str:
19
19
  """Helper function to generate cache keys for Flock MCP caches."""
20
- args_digest = hashlib.md5(
21
- json.dumps(kwargs, sort_keys=True).encode(), usedforsecurity=False
22
- ).hexdigest()
20
+ # merge args and kwargs into a single string
21
+ merged = json.dumps({"args": args, "kwargs": kwargs}, sort_keys=True)
22
+ args_digest = hashlib.md5(merged.encode(), usedforsecurity=False).hexdigest()
23
23
  return f"{agent_id}:{run_id}:{args_digest}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flock-core
3
- Version: 0.5.0b51
3
+ Version: 0.5.0b53
4
4
  Summary: Add your description here
5
5
  Author-email: Andre Ratzenberger <andre.ratzenberger@whiteduck.de>
6
6
  License-File: LICENSE
@@ -131,7 +131,7 @@ flock/frontend/src/utils/mockData.ts,sha256=kAYLkUZCmz09wj6p2q_ZqBUNNROyOFJz5uF3
131
131
  flock/frontend/src/utils/performance.ts,sha256=ZcZjR8DKwF2ixveng2tKIRiW8wZ-ee_RPZFfi1jm4Zo,507
132
132
  flock/frontend/src/utils/transforms.test.ts,sha256=zqScvoEyXk_UPaQj2UuJGc5c85p1_8juBwHUF6slnxA,27171
133
133
  flock/frontend/src/utils/transforms.ts,sha256=a4SZJGchhnIjJugEIxvLqdvOgMlKIGZ3NsGTrhupE6A,10301
134
- flock/helper/cli_helper.py,sha256=WLl9bLyAB70jXujZ5OYpOS2MUOY2_eSZiJt88bEmENw,50062
134
+ flock/helper/cli_helper.py,sha256=b76d8tiGFMLAHHuOdIPqAbwUtQ_T9jQfYn6tlR2VM9Y,50063
135
135
  flock/logging/__init__.py,sha256=RyR9jTC0q02Fh0L8easQfki2uCOSTii5MPhrxcqQNsg,163
136
136
  flock/logging/logging.py,sha256=hYq4Il1ApRytARQfJUsMqnjGJiLW2Y5Ou7s2zHRlns4,20128
137
137
  flock/logging/telemetry.py,sha256=Hn9RBcqRYVrH3tlReb3k66VgdrKM-jlDmBTm4M6abrw,7432
@@ -163,7 +163,7 @@ flock/mcp/types/factories.py,sha256=B7h8apMDT2nR6POOj7aWWn39UbELt6nxHluPhRmemGw,
163
163
  flock/mcp/types/handlers.py,sha256=6ukkSMv1VZSfk2QDUiJnm8xifHnQvWZsxWXqN21BYSg,7804
164
164
  flock/mcp/types/types.py,sha256=ZbzbVihABFnfmZz2X-CCN7hQDzaSY0T-en43PFbFwQQ,11469
165
165
  flock/mcp/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
166
- flock/mcp/util/helpers.py,sha256=TDVoIfSIhdti9ATJaCG4cDjetndiNAaCXv3uzkzgHzE,659
166
+ flock/mcp/util/helpers.py,sha256=jO8DqqSb_S4dyvsxv5vlMGRoMx92Su_5-Uv17gQNuLU,740
167
167
  flock/themes/3024-day.toml,sha256=uOVHqEzSyHx0WlUk3D0lne4RBsNBAPCTy3C58yU7kEY,667
168
168
  flock/themes/3024-night.toml,sha256=qsXUwd6ZYz6J-R129_Ao2TKlvvK60svhZJJjB5c8Tfo,1667
169
169
  flock/themes/aardvark-blue.toml,sha256=5ZgsxP3pWLPN3yJ2Wd9ErCo7fy_VJpIfje4kriDKlqo,1667
@@ -501,8 +501,8 @@ flock/themes/zenburned.toml,sha256=UEmquBbcAO3Zj652XKUwCsNoC2iQSlIh-q5c6DH-7Kc,1
501
501
  flock/themes/zenwritten-dark.toml,sha256=-dgaUfg1iCr5Dv4UEeHv_cN4GrPUCWAiHSxWK20X1kI,1663
502
502
  flock/themes/zenwritten-light.toml,sha256=G1iEheCPfBNsMTGaVpEVpDzYBHA_T-MV27rolUYolmE,1666
503
503
  flock/utility/output_utility_component.py,sha256=yVHhlIIIoYKziI5UyT_zvQb4G-NsxCTgLwA1wXXTTj4,9047
504
- flock_core-0.5.0b51.dist-info/METADATA,sha256=wnxsZ6RjACMGJftr3hfJqf1aijz0AT9emuw5Ui18grk,24592
505
- flock_core-0.5.0b51.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
506
- flock_core-0.5.0b51.dist-info/entry_points.txt,sha256=UQdPmtHd97gSA_IdLt9MOd-1rrf_WO-qsQeIiHWVrp4,42
507
- flock_core-0.5.0b51.dist-info/licenses/LICENSE,sha256=U3IZuTbC0yLj7huwJdldLBipSOHF4cPf6cUOodFiaBE,1072
508
- flock_core-0.5.0b51.dist-info/RECORD,,
504
+ flock_core-0.5.0b53.dist-info/METADATA,sha256=Xe12JFsC7dyNUAVkj6QqawBdeHN8hzrEBbw_pPEE66Y,24592
505
+ flock_core-0.5.0b53.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
506
+ flock_core-0.5.0b53.dist-info/entry_points.txt,sha256=UQdPmtHd97gSA_IdLt9MOd-1rrf_WO-qsQeIiHWVrp4,42
507
+ flock_core-0.5.0b53.dist-info/licenses/LICENSE,sha256=U3IZuTbC0yLj7huwJdldLBipSOHF4cPf6cUOodFiaBE,1072
508
+ flock_core-0.5.0b53.dist-info/RECORD,,