devduck 0.5.2__tar.gz → 0.5.3__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.3}/PKG-INFO +2 -4
  2. {devduck-0.5.2 → devduck-0.5.3}/README.md +1 -3
  3. {devduck-0.5.2 → devduck-0.5.3}/devduck/_version.py +3 -3
  4. {devduck-0.5.2 → devduck-0.5.3}/devduck.egg-info/PKG-INFO +2 -4
  5. {devduck-0.5.2 → devduck-0.5.3}/.github/workflows/agent.yml +0 -0
  6. {devduck-0.5.2 → devduck-0.5.3}/.gitignore +0 -0
  7. {devduck-0.5.2 → devduck-0.5.3}/LICENSE +0 -0
  8. {devduck-0.5.2 → devduck-0.5.3}/MANIFEST.in +0 -0
  9. {devduck-0.5.2 → devduck-0.5.3}/action.yml +0 -0
  10. {devduck-0.5.2 → devduck-0.5.3}/agent_runner.py +0 -0
  11. {devduck-0.5.2 → devduck-0.5.3}/devduck/__init__.py +0 -0
  12. {devduck-0.5.2 → devduck-0.5.3}/devduck/__main__.py +0 -0
  13. {devduck-0.5.2 → devduck-0.5.3}/devduck/agentcore_handler.py +0 -0
  14. {devduck-0.5.2 → devduck-0.5.3}/devduck/test_redduck.py +0 -0
  15. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/__init__.py +0 -0
  16. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/_ambient_input.py +0 -0
  17. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/_tray_app.py +0 -0
  18. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/agentcore_agents.py +0 -0
  19. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/agentcore_config.py +0 -0
  20. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/agentcore_invoke.py +0 -0
  21. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/agentcore_logs.py +0 -0
  22. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/ambient.py +0 -0
  23. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/create_subagent.py +0 -0
  24. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/install_tools.py +0 -0
  25. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/ipc.py +0 -0
  26. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/mcp_server.py +0 -0
  27. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/store_in_kb.py +0 -0
  28. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/system_prompt.py +0 -0
  29. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/tcp.py +0 -0
  30. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/tray.py +0 -0
  31. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/use_github.py +0 -0
  32. {devduck-0.5.2 → devduck-0.5.3}/devduck/tools/websocket.py +0 -0
  33. {devduck-0.5.2 → devduck-0.5.3}/devduck.egg-info/SOURCES.txt +0 -0
  34. {devduck-0.5.2 → devduck-0.5.3}/devduck.egg-info/dependency_links.txt +0 -0
  35. {devduck-0.5.2 → devduck-0.5.3}/devduck.egg-info/entry_points.txt +0 -0
  36. {devduck-0.5.2 → devduck-0.5.3}/devduck.egg-info/requires.txt +0 -0
  37. {devduck-0.5.2 → devduck-0.5.3}/devduck.egg-info/top_level.txt +0 -0
  38. {devduck-0.5.2 → devduck-0.5.3}/docs/index.html +0 -0
  39. {devduck-0.5.2 → devduck-0.5.3}/pyproject.toml +0 -0
  40. {devduck-0.5.2 → devduck-0.5.3}/requirements.txt +0 -0
  41. {devduck-0.5.2 → devduck-0.5.3}/setup-aws-oidc.sh +0 -0
  42. {devduck-0.5.2 → devduck-0.5.3}/setup.cfg +0 -0
  43. {devduck-0.5.2 → devduck-0.5.3}/test.py +0 -0
  44. {devduck-0.5.2 → devduck-0.5.3}/tools/__init__.py +0 -0
  45. {devduck-0.5.2 → devduck-0.5.3}/tools/fetch_github_tool.py +0 -0
  46. {devduck-0.5.2 → devduck-0.5.3}/tools/gist.py +0 -0
  47. {devduck-0.5.2 → devduck-0.5.3}/tools/github_tools.py +0 -0
  48. {devduck-0.5.2 → devduck-0.5.3}/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.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
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,7 +14,6 @@ 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)
@@ -348,7 +347,6 @@ devduck("Create a sub-agent to analyze test coverage")
348
347
  - **Strands SDK:** [github.com/strands-agents/sdk-python](https://github.com/strands-agents/sdk-python)
349
348
  - **Documentation:** [strandsagents.com](https://strandsagents.com)
350
349
  - **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
350
 
353
351
  ---
354
352
 
@@ -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
- __commit_id__ = commit_id = 'g375147617'
34
+ __commit_id__ = commit_id = 'g27b1427e6'
@@ -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
 
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
File without changes
File without changes
File without changes