devduck 0.5.2__tar.gz → 0.5.4__tar.gz

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.

Files changed (48) hide show
  1. {devduck-0.5.2 → devduck-0.5.4}/PKG-INFO +29 -5
  2. {devduck-0.5.2 → devduck-0.5.4}/README.md +27 -3
  3. {devduck-0.5.2 → devduck-0.5.4}/devduck/_version.py +3 -3
  4. {devduck-0.5.2 → devduck-0.5.4}/devduck/test_redduck.py +0 -1
  5. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/agentcore_config.py +0 -1
  6. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/tray.py +2 -1
  7. {devduck-0.5.2 → devduck-0.5.4}/devduck.egg-info/PKG-INFO +29 -5
  8. {devduck-0.5.2 → devduck-0.5.4}/devduck.egg-info/requires.txt +0 -2
  9. {devduck-0.5.2 → devduck-0.5.4}/pyproject.toml +1 -1
  10. {devduck-0.5.2 → devduck-0.5.4}/.github/workflows/agent.yml +0 -0
  11. {devduck-0.5.2 → devduck-0.5.4}/.gitignore +0 -0
  12. {devduck-0.5.2 → devduck-0.5.4}/LICENSE +0 -0
  13. {devduck-0.5.2 → devduck-0.5.4}/MANIFEST.in +0 -0
  14. {devduck-0.5.2 → devduck-0.5.4}/action.yml +0 -0
  15. {devduck-0.5.2 → devduck-0.5.4}/agent_runner.py +0 -0
  16. {devduck-0.5.2 → devduck-0.5.4}/devduck/__init__.py +0 -0
  17. {devduck-0.5.2 → devduck-0.5.4}/devduck/__main__.py +0 -0
  18. {devduck-0.5.2 → devduck-0.5.4}/devduck/agentcore_handler.py +0 -0
  19. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/__init__.py +0 -0
  20. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/_ambient_input.py +0 -0
  21. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/_tray_app.py +0 -0
  22. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/agentcore_agents.py +0 -0
  23. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/agentcore_invoke.py +0 -0
  24. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/agentcore_logs.py +0 -0
  25. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/ambient.py +0 -0
  26. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/create_subagent.py +0 -0
  27. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/install_tools.py +0 -0
  28. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/ipc.py +0 -0
  29. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/mcp_server.py +0 -0
  30. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/store_in_kb.py +0 -0
  31. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/system_prompt.py +0 -0
  32. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/tcp.py +0 -0
  33. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/use_github.py +0 -0
  34. {devduck-0.5.2 → devduck-0.5.4}/devduck/tools/websocket.py +0 -0
  35. {devduck-0.5.2 → devduck-0.5.4}/devduck.egg-info/SOURCES.txt +0 -0
  36. {devduck-0.5.2 → devduck-0.5.4}/devduck.egg-info/dependency_links.txt +0 -0
  37. {devduck-0.5.2 → devduck-0.5.4}/devduck.egg-info/entry_points.txt +0 -0
  38. {devduck-0.5.2 → devduck-0.5.4}/devduck.egg-info/top_level.txt +0 -0
  39. {devduck-0.5.2 → devduck-0.5.4}/docs/index.html +0 -0
  40. {devduck-0.5.2 → devduck-0.5.4}/requirements.txt +0 -0
  41. {devduck-0.5.2 → devduck-0.5.4}/setup-aws-oidc.sh +0 -0
  42. {devduck-0.5.2 → devduck-0.5.4}/setup.cfg +0 -0
  43. {devduck-0.5.2 → devduck-0.5.4}/test.py +0 -0
  44. {devduck-0.5.2 → devduck-0.5.4}/tools/__init__.py +0 -0
  45. {devduck-0.5.2 → devduck-0.5.4}/tools/fetch_github_tool.py +0 -0
  46. {devduck-0.5.2 → devduck-0.5.4}/tools/gist.py +0 -0
  47. {devduck-0.5.2 → devduck-0.5.4}/tools/github_tools.py +0 -0
  48. {devduck-0.5.2 → devduck-0.5.4}/tools/scraper.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devduck
3
- Version: 0.5.2
3
+ Version: 0.5.4
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
@@ -42,12 +42,12 @@ Requires-Dist: strands-mcp-server
42
42
  Requires-Dist: bedrock-agentcore-starter-toolkit
43
43
  Requires-Dist: bedrock-agentcore
44
44
  Requires-Dist: rumps; sys_platform == "darwin"
45
- Requires-Dist: strands-mlx; sys_platform == "darwin" and platform_machine == "arm64"
45
+ Requires-Dist: strands-mlx; sys_platform == "darwin"
46
46
  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,13 +61,38 @@ 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)
68
67
 
69
68
  ---
70
69
 
70
+ ## Developer Setup
71
+
72
+ **Clone and develop:**
73
+ ```bash
74
+ git clone git@github.com:cagataycali/devduck.git
75
+ cd devduck
76
+ python3.13 -m venv .venv
77
+ source .venv/bin/activate
78
+ .venv/bin/pip3.13 install -e .
79
+
80
+ # Now which devduck points to .venv
81
+ which devduck
82
+ # /path/to/devduck/.venv/bin/devduck
83
+ ```
84
+
85
+ **Make changes → test instantly:**
86
+ ```bash
87
+ # Edit devduck/__init__.py or tools/
88
+ code .
89
+
90
+ # Run immediately (hot-reloads on save)
91
+ devduck
92
+ ```
93
+
94
+ ---
95
+
71
96
  ## What It Does
72
97
 
73
98
  | Feature | Description | Example |
@@ -395,7 +420,6 @@ devduck("Create a sub-agent to analyze test coverage")
395
420
  - **Strands SDK:** [github.com/strands-agents/sdk-python](https://github.com/strands-agents/sdk-python)
396
421
  - **Documentation:** [strandsagents.com](https://strandsagents.com)
397
422
  - **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
423
 
400
424
  ---
401
425
 
@@ -1,6 +1,6 @@
1
1
  # 🦆 DevDuck
2
2
 
3
- [![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)
3
+ [![PyPI](https://badge.fury.io/py/devduck.svg)](https://pypi.org/project/devduck/)
4
4
 
5
5
  **Self-modifying AI agent that hot-reloads its own code—builds itself as it runs.**
6
6
 
@@ -14,13 +14,38 @@ One Python file that adapts to your environment, fixes itself, and expands capab
14
14
  |--------|---------|
15
15
  | **pipx** | `pipx install devduck && devduck` |
16
16
  | **uvx** | `uvx devduck "create a Flask API"` |
17
- | **Homebrew** | `brew tap cagataycali/devduck && brew install devduck` |
18
17
  | **Python** | `pip install devduck` → `import devduck; devduck("query")` |
19
18
 
20
19
  **Requirements:** Python 3.10-3.13, Bedrock (or Ollama/Anthropic/GitHub/MLX)
21
20
 
22
21
  ---
23
22
 
23
+ ## Developer Setup
24
+
25
+ **Clone and develop:**
26
+ ```bash
27
+ git clone git@github.com:cagataycali/devduck.git
28
+ cd devduck
29
+ python3.13 -m venv .venv
30
+ source .venv/bin/activate
31
+ .venv/bin/pip3.13 install -e .
32
+
33
+ # Now which devduck points to .venv
34
+ which devduck
35
+ # /path/to/devduck/.venv/bin/devduck
36
+ ```
37
+
38
+ **Make changes → test instantly:**
39
+ ```bash
40
+ # Edit devduck/__init__.py or tools/
41
+ code .
42
+
43
+ # Run immediately (hot-reloads on save)
44
+ devduck
45
+ ```
46
+
47
+ ---
48
+
24
49
  ## What It Does
25
50
 
26
51
  | Feature | Description | Example |
@@ -348,7 +373,6 @@ devduck("Create a sub-agent to analyze test coverage")
348
373
  - **Strands SDK:** [github.com/strands-agents/sdk-python](https://github.com/strands-agents/sdk-python)
349
374
  - **Documentation:** [strandsagents.com](https://strandsagents.com)
350
375
  - **Web UI:** [cagataycali.github.io/devduck](http://cagataycali.github.io/devduck)
351
- - **Homebrew:** [github.com/cagataycali/homebrew-devduck](https://github.com/cagataycali/homebrew-devduck)
352
376
 
353
377
  ---
354
378
 
@@ -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.4'
32
+ __version_tuple__ = version_tuple = (0, 5, 4)
33
33
 
34
- __commit_id__ = commit_id = 'g375147617'
34
+ __commit_id__ = commit_id = 'gfee59e204'
@@ -1,4 +1,3 @@
1
- #!/usr/bin/env python3
2
1
  """🦆 DevDuck test suite"""
3
2
 
4
3
 
@@ -1,4 +1,3 @@
1
- #!/usr/bin/env python3
2
1
  """AgentCore Configuration and Launch Tool"""
3
2
  import os
4
3
  import subprocess
@@ -9,6 +9,7 @@ import socket
9
9
  import json
10
10
  import tempfile
11
11
  import os
12
+ import sys
12
13
  import time
13
14
  import signal
14
15
  from pathlib import Path
@@ -86,7 +87,7 @@ def tray(
86
87
  }
87
88
 
88
89
  _tray_process = subprocess.Popen(
89
- ["python3", str(tray_script)],
90
+ [sys.executable, str(tray_script)],
90
91
  stdout=subprocess.DEVNULL,
91
92
  stderr=subprocess.DEVNULL,
92
93
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devduck
3
- Version: 0.5.2
3
+ Version: 0.5.4
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
@@ -42,12 +42,12 @@ Requires-Dist: strands-mcp-server
42
42
  Requires-Dist: bedrock-agentcore-starter-toolkit
43
43
  Requires-Dist: bedrock-agentcore
44
44
  Requires-Dist: rumps; sys_platform == "darwin"
45
- Requires-Dist: strands-mlx; sys_platform == "darwin" and platform_machine == "arm64"
45
+ Requires-Dist: strands-mlx; sys_platform == "darwin"
46
46
  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,13 +61,38 @@ 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)
68
67
 
69
68
  ---
70
69
 
70
+ ## Developer Setup
71
+
72
+ **Clone and develop:**
73
+ ```bash
74
+ git clone git@github.com:cagataycali/devduck.git
75
+ cd devduck
76
+ python3.13 -m venv .venv
77
+ source .venv/bin/activate
78
+ .venv/bin/pip3.13 install -e .
79
+
80
+ # Now which devduck points to .venv
81
+ which devduck
82
+ # /path/to/devduck/.venv/bin/devduck
83
+ ```
84
+
85
+ **Make changes → test instantly:**
86
+ ```bash
87
+ # Edit devduck/__init__.py or tools/
88
+ code .
89
+
90
+ # Run immediately (hot-reloads on save)
91
+ devduck
92
+ ```
93
+
94
+ ---
95
+
71
96
  ## What It Does
72
97
 
73
98
  | Feature | Description | Example |
@@ -395,7 +420,6 @@ devduck("Create a sub-agent to analyze test coverage")
395
420
  - **Strands SDK:** [github.com/strands-agents/sdk-python](https://github.com/strands-agents/sdk-python)
396
421
  - **Documentation:** [strandsagents.com](https://strandsagents.com)
397
422
  - **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
423
 
400
424
  ---
401
425
 
@@ -16,6 +16,4 @@ bedrock-agentcore
16
16
  strands-fun-tools[all]
17
17
  strands-fun-tools[audio]
18
18
  rumps
19
-
20
- [:sys_platform == "darwin" and platform_machine == "arm64"]
21
19
  strands-mlx
@@ -46,7 +46,7 @@ dependencies = [
46
46
  "bedrock-agentcore-starter-toolkit",
47
47
  "bedrock-agentcore",
48
48
  "rumps; sys_platform == 'darwin'",
49
- "strands-mlx; sys_platform == 'darwin' and platform_machine == 'arm64'",
49
+ "strands-mlx; sys_platform == 'darwin'",
50
50
  ]
51
51
 
52
52
  [project.scripts]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes