devduck 0.5.2__py3-none-any.whl → 0.5.3__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 devduck might be problematic. Click here for more details.

devduck/_version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.5.2'
32
- __version_tuple__ = version_tuple = (0, 5, 2)
31
+ __version__ = version = '0.5.3'
32
+ __version_tuple__ = version_tuple = (0, 5, 3)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devduck
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: 🦆 Extreme minimalist self-adapting AI agent - one file, self-healing, runtime dependencies
5
5
  Author-email: Cagatay Cali <cagataycali@icloud.com>
6
6
  License: Apache-2.0
@@ -47,7 +47,7 @@ Dynamic: license-file
47
47
 
48
48
  # 🦆 DevDuck
49
49
 
50
- [![PyPI](https://badge.fury.io/py/devduck.svg)](https://pypi.org/project/devduck/) [![Homebrew](https://img.shields.io/badge/homebrew-available-orange)](https://github.com/cagataycali/homebrew-devduck)
50
+ [![PyPI](https://badge.fury.io/py/devduck.svg)](https://pypi.org/project/devduck/)
51
51
 
52
52
  **Self-modifying AI agent that hot-reloads its own code—builds itself as it runs.**
53
53
 
@@ -61,7 +61,6 @@ One Python file that adapts to your environment, fixes itself, and expands capab
61
61
  |--------|---------|
62
62
  | **pipx** | `pipx install devduck && devduck` |
63
63
  | **uvx** | `uvx devduck "create a Flask API"` |
64
- | **Homebrew** | `brew tap cagataycali/devduck && brew install devduck` |
65
64
  | **Python** | `pip install devduck` → `import devduck; devduck("query")` |
66
65
 
67
66
  **Requirements:** Python 3.10-3.13, Bedrock (or Ollama/Anthropic/GitHub/MLX)
@@ -395,7 +394,6 @@ devduck("Create a sub-agent to analyze test coverage")
395
394
  - **Strands SDK:** [github.com/strands-agents/sdk-python](https://github.com/strands-agents/sdk-python)
396
395
  - **Documentation:** [strandsagents.com](https://strandsagents.com)
397
396
  - **Web UI:** [cagataycali.github.io/devduck](http://cagataycali.github.io/devduck)
398
- - **Homebrew:** [github.com/cagataycali/homebrew-devduck](https://github.com/cagataycali/homebrew-devduck)
399
397
 
400
398
  ---
401
399
 
@@ -1,6 +1,6 @@
1
1
  devduck/__init__.py,sha256=wtpaq3t6k1z0AT5RyW3-O9evSNV7Taaxw6xyiup022k,38867
2
2
  devduck/__main__.py,sha256=aeF2RR4k7lzSR2X1QKV9XQPCKhtsH0JYUv2etBBqmL0,145
3
- devduck/_version.py,sha256=LGYtjQ6cyPZC_N0AovMIeSYYDK21050nm3HYgDanQBM,704
3
+ devduck/_version.py,sha256=EWl7XaGZUG57Di8WiRltpKAkwy1CShJuJ-i6_rAPr-w,704
4
4
  devduck/agentcore_handler.py,sha256=0DKJTTjoH9P8a70G0f5dOIIwy6bjqaN46voAWaSOpDY,2221
5
5
  devduck/test_redduck.py,sha256=nqRchR7d54jWGx7JN5tji2ZV4Ek4L9s-P7hp0mKjA0Y,1773
6
6
  devduck/tools/__init__.py,sha256=vmfaz6785obybPDzJhdgO1e0Ty-bBtk5jSb0MskyyWQ,1276
@@ -21,9 +21,9 @@ devduck/tools/tcp.py,sha256=f74xWa9pgBgQ3icr-KsRVM8GEEs6Wi9B4eP_ZYlKxhQ,21726
21
21
  devduck/tools/tray.py,sha256=hlX7LSsS1sOavVDulcsyydmKQ0jCa4Ong3kzsBYMlQY,7531
22
22
  devduck/tools/use_github.py,sha256=nr3JSGk48mKUobpgW__2gu6lFyUj93a1XRs3I6vH8W4,13682
23
23
  devduck/tools/websocket.py,sha256=lRJZt813iHorVr5UI66Lq-lmaFuLYAfpodeV2gtda7k,16635
24
- devduck-0.5.2.dist-info/licenses/LICENSE,sha256=UANcoWwfVeuM9597WUkjEQbzqIUH0bJoE9Tpwgj_LvU,11345
25
- devduck-0.5.2.dist-info/METADATA,sha256=HuOhzxU9h9IZUsZkf-Yux4HAyMw2Rob5OOz18ZGN1D8,12310
26
- devduck-0.5.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
- devduck-0.5.2.dist-info/entry_points.txt,sha256=BAMQaIg_BLZQOTk12bT7hy1dE9oGPLt-_dTbI4cnBnQ,40
28
- devduck-0.5.2.dist-info/top_level.txt,sha256=ySXWlVronp8xHYfQ_Hdfr463e0EnbWuqyuxs94EU7yk,8
29
- devduck-0.5.2.dist-info/RECORD,,
24
+ devduck-0.5.3.dist-info/licenses/LICENSE,sha256=UANcoWwfVeuM9597WUkjEQbzqIUH0bJoE9Tpwgj_LvU,11345
25
+ devduck-0.5.3.dist-info/METADATA,sha256=EGqbmuhxoZUj31Ir7r1Fv7WjQMtxxLbiLVzGZftO-zU,12010
26
+ devduck-0.5.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
+ devduck-0.5.3.dist-info/entry_points.txt,sha256=BAMQaIg_BLZQOTk12bT7hy1dE9oGPLt-_dTbI4cnBnQ,40
28
+ devduck-0.5.3.dist-info/top_level.txt,sha256=ySXWlVronp8xHYfQ_Hdfr463e0EnbWuqyuxs94EU7yk,8
29
+ devduck-0.5.3.dist-info/RECORD,,