cycls 0.0.2.75__py3-none-any.whl → 0.0.2.77__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.
cycls/sdk.py CHANGED
@@ -56,12 +56,12 @@ class AgentRuntime:
56
56
  """Make the runtime callable - delegates to the wrapped function."""
57
57
  return self.func(*args, **kwargs)
58
58
 
59
- def _local(self, port=8080, watch=True):
59
+ def _local(self, port=8080):
60
60
  """Run directly with uvicorn (no Docker)."""
61
61
  print(f"Starting local server at localhost:{port}")
62
62
  self.config.public_path = self.theme
63
63
  _set_prod(self.config, False)
64
- uvicorn.run(web(self.func, self.config), host="0.0.0.0", port=port, reload=watch)
64
+ uvicorn.run(web(self.func, self.config), host="0.0.0.0", port=port)
65
65
 
66
66
  def _runtime(self, prod=False):
67
67
  """Create a Runtime instance for deployment."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cycls
3
- Version: 0.0.2.75
3
+ Version: 0.0.2.77
4
4
  Summary: Distribute Intelligence
5
5
  Author: Mohammed J. AlRujayi
6
6
  Author-email: mj@cycls.com
@@ -19,6 +19,7 @@ Requires-Dist: fastapi (>=0.111.0,<0.112.0)
19
19
  Requires-Dist: grpcio (>=1.76.0,<2.0.0)
20
20
  Requires-Dist: httpx (>=0.27.0,<0.28.0)
21
21
  Requires-Dist: modal (>=1.1.0,<2.0.0) ; extra == "modal"
22
+ Requires-Dist: protobuf (>=6.0,<7.0)
22
23
  Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
23
24
  Description-Content-Type: text/markdown
24
25
 
@@ -12,9 +12,9 @@ cycls/grpc/runtime_pb2.py,sha256=vEJo8FGP5aWPSDqzjZldfctduA2ojiyvoody7vpf-1w,170
12
12
  cycls/grpc/runtime_pb2_grpc.py,sha256=KFd8KqGbiNsKm8X39Q9_BPwXjeZUiDl8O_4aTlEys3k,3394
13
13
  cycls/grpc/server.py,sha256=pfb4bo06NKDv0OpknqMSMjB9f8HUR41EZau1c6_XU5A,1911
14
14
  cycls/runtime.py,sha256=1jkF1_8LeZewmwn-TztyMSTjcRhsoQK2RxSNq4cjCHk,17637
15
- cycls/sdk.py,sha256=_1tJ-lRQ1CmZ2y_9taXJhSDbHq0F674GvdiSRpgbTOk,6614
15
+ cycls/sdk.py,sha256=B5_ZNGvXqqKcAGAvhk-tyr0YH8kfvCJPKl01rhetvFw,6588
16
16
  cycls/web.py,sha256=_QNH8K55vTm90Z7tvcRKal5IybjkB1GY7Pf9p3qu3r8,4659
17
- cycls-0.0.2.75.dist-info/METADATA,sha256=X_9G2W3jfjl8SNQwzAb030SLmPKf9nru-ygE6sI7MCg,8459
18
- cycls-0.0.2.75.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
19
- cycls-0.0.2.75.dist-info/entry_points.txt,sha256=vEhqUxFhhuzCKWtq02LbMnT3wpUqdfgcM3Yh-jjXom8,40
20
- cycls-0.0.2.75.dist-info/RECORD,,
17
+ cycls-0.0.2.77.dist-info/METADATA,sha256=V00E5EAqpa_ToPAY8CGmXuqvruXASux9XNDrGl5m_L4,8496
18
+ cycls-0.0.2.77.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
19
+ cycls-0.0.2.77.dist-info/entry_points.txt,sha256=vEhqUxFhhuzCKWtq02LbMnT3wpUqdfgcM3Yh-jjXom8,40
20
+ cycls-0.0.2.77.dist-info/RECORD,,