flock-core 0.5.0b52__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.
- flock/mcp/util/helpers.py +3 -3
- {flock_core-0.5.0b52.dist-info → flock_core-0.5.0b53.dist-info}/METADATA +1 -1
- {flock_core-0.5.0b52.dist-info → flock_core-0.5.0b53.dist-info}/RECORD +6 -6
- {flock_core-0.5.0b52.dist-info → flock_core-0.5.0b53.dist-info}/WHEEL +0 -0
- {flock_core-0.5.0b52.dist-info → flock_core-0.5.0b53.dist-info}/entry_points.txt +0 -0
- {flock_core-0.5.0b52.dist-info → flock_core-0.5.0b53.dist-info}/licenses/LICENSE +0 -0
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
|
-
|
|
21
|
-
|
|
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}"
|
|
@@ -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=
|
|
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.
|
|
505
|
-
flock_core-0.5.
|
|
506
|
-
flock_core-0.5.
|
|
507
|
-
flock_core-0.5.
|
|
508
|
-
flock_core-0.5.
|
|
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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|