@_vrsen/openswarm 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/run.py +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_vrsen/openswarm",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "An open-source multi-agent AI team built on Agency Swarm",
5
5
  "license": "MIT",
6
6
  "bin": {
package/run.py CHANGED
@@ -219,9 +219,6 @@ def patch_terminal_title_binary() -> None:
219
219
  except Exception:
220
220
  return
221
221
 
222
- if not cached_exe.exists():
223
- return
224
-
225
222
  try:
226
223
  cached_exe.parent.mkdir(parents=True, exist_ok=True)
227
224
  shutil.copy2(local_exe, cached_exe)