devduck 0.5.3__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.3 → devduck-0.5.4}/PKG-INFO +28 -2
  2. {devduck-0.5.3 → devduck-0.5.4}/README.md +26 -0
  3. {devduck-0.5.3 → devduck-0.5.4}/devduck/_version.py +3 -3
  4. {devduck-0.5.3 → devduck-0.5.4}/devduck/test_redduck.py +0 -1
  5. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/agentcore_config.py +0 -1
  6. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/tray.py +2 -1
  7. {devduck-0.5.3 → devduck-0.5.4}/devduck.egg-info/PKG-INFO +28 -2
  8. {devduck-0.5.3 → devduck-0.5.4}/devduck.egg-info/requires.txt +0 -2
  9. {devduck-0.5.3 → devduck-0.5.4}/pyproject.toml +1 -1
  10. {devduck-0.5.3 → devduck-0.5.4}/.github/workflows/agent.yml +0 -0
  11. {devduck-0.5.3 → devduck-0.5.4}/.gitignore +0 -0
  12. {devduck-0.5.3 → devduck-0.5.4}/LICENSE +0 -0
  13. {devduck-0.5.3 → devduck-0.5.4}/MANIFEST.in +0 -0
  14. {devduck-0.5.3 → devduck-0.5.4}/action.yml +0 -0
  15. {devduck-0.5.3 → devduck-0.5.4}/agent_runner.py +0 -0
  16. {devduck-0.5.3 → devduck-0.5.4}/devduck/__init__.py +0 -0
  17. {devduck-0.5.3 → devduck-0.5.4}/devduck/__main__.py +0 -0
  18. {devduck-0.5.3 → devduck-0.5.4}/devduck/agentcore_handler.py +0 -0
  19. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/__init__.py +0 -0
  20. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/_ambient_input.py +0 -0
  21. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/_tray_app.py +0 -0
  22. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/agentcore_agents.py +0 -0
  23. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/agentcore_invoke.py +0 -0
  24. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/agentcore_logs.py +0 -0
  25. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/ambient.py +0 -0
  26. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/create_subagent.py +0 -0
  27. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/install_tools.py +0 -0
  28. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/ipc.py +0 -0
  29. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/mcp_server.py +0 -0
  30. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/store_in_kb.py +0 -0
  31. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/system_prompt.py +0 -0
  32. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/tcp.py +0 -0
  33. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/use_github.py +0 -0
  34. {devduck-0.5.3 → devduck-0.5.4}/devduck/tools/websocket.py +0 -0
  35. {devduck-0.5.3 → devduck-0.5.4}/devduck.egg-info/SOURCES.txt +0 -0
  36. {devduck-0.5.3 → devduck-0.5.4}/devduck.egg-info/dependency_links.txt +0 -0
  37. {devduck-0.5.3 → devduck-0.5.4}/devduck.egg-info/entry_points.txt +0 -0
  38. {devduck-0.5.3 → devduck-0.5.4}/devduck.egg-info/top_level.txt +0 -0
  39. {devduck-0.5.3 → devduck-0.5.4}/docs/index.html +0 -0
  40. {devduck-0.5.3 → devduck-0.5.4}/requirements.txt +0 -0
  41. {devduck-0.5.3 → devduck-0.5.4}/setup-aws-oidc.sh +0 -0
  42. {devduck-0.5.3 → devduck-0.5.4}/setup.cfg +0 -0
  43. {devduck-0.5.3 → devduck-0.5.4}/test.py +0 -0
  44. {devduck-0.5.3 → devduck-0.5.4}/tools/__init__.py +0 -0
  45. {devduck-0.5.3 → devduck-0.5.4}/tools/fetch_github_tool.py +0 -0
  46. {devduck-0.5.3 → devduck-0.5.4}/tools/gist.py +0 -0
  47. {devduck-0.5.3 → devduck-0.5.4}/tools/github_tools.py +0 -0
  48. {devduck-0.5.3 → 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.3
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,7 +42,7 @@ 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
@@ -67,6 +67,32 @@ One Python file that adapts to your environment, fixes itself, and expands capab
67
67
 
68
68
  ---
69
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
+
70
96
  ## What It Does
71
97
 
72
98
  | Feature | Description | Example |
@@ -20,6 +20,32 @@ One Python file that adapts to your environment, fixes itself, and expands capab
20
20
 
21
21
  ---
22
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
+
23
49
  ## What It Does
24
50
 
25
51
  | Feature | Description | Example |
@@ -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.3'
32
- __version_tuple__ = version_tuple = (0, 5, 3)
31
+ __version__ = version = '0.5.4'
32
+ __version_tuple__ = version_tuple = (0, 5, 4)
33
33
 
34
- __commit_id__ = commit_id = 'g27b1427e6'
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.3
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,7 +42,7 @@ 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
@@ -67,6 +67,32 @@ One Python file that adapts to your environment, fixes itself, and expands capab
67
67
 
68
68
  ---
69
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
+
70
96
  ## What It Does
71
97
 
72
98
  | Feature | Description | Example |
@@ -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