devduck 1.1.7__tar.gz → 1.2.0__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 (53) hide show
  1. devduck-1.2.0/.github/workflows/auto-release.yml +85 -0
  2. {devduck-1.1.7 → devduck-1.2.0}/PKG-INFO +1 -1
  3. {devduck-1.1.7 → devduck-1.2.0}/devduck/_version.py +3 -3
  4. {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/PKG-INFO +1 -1
  5. {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/SOURCES.txt +1 -0
  6. {devduck-1.1.7 → devduck-1.2.0}/.github/workflows/agent.yml +0 -0
  7. {devduck-1.1.7 → devduck-1.2.0}/.gitignore +0 -0
  8. {devduck-1.1.7 → devduck-1.2.0}/LICENSE +0 -0
  9. {devduck-1.1.7 → devduck-1.2.0}/MANIFEST.in +0 -0
  10. {devduck-1.1.7 → devduck-1.2.0}/README.md +0 -0
  11. {devduck-1.1.7 → devduck-1.2.0}/action.yml +0 -0
  12. {devduck-1.1.7 → devduck-1.2.0}/agent_runner.py +0 -0
  13. {devduck-1.1.7 → devduck-1.2.0}/devduck/__init__.py +0 -0
  14. {devduck-1.1.7 → devduck-1.2.0}/devduck/__main__.py +0 -0
  15. {devduck-1.1.7 → devduck-1.2.0}/devduck/agentcore_handler.py +0 -0
  16. {devduck-1.1.7 → devduck-1.2.0}/devduck/test_redduck.py +0 -0
  17. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/__init__.py +0 -0
  18. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/_ambient_input.py +0 -0
  19. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/_tray_app.py +0 -0
  20. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/agentcore_agents.py +0 -0
  21. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/agentcore_config.py +0 -0
  22. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/agentcore_invoke.py +0 -0
  23. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/agentcore_logs.py +0 -0
  24. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/ambient.py +0 -0
  25. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/create_subagent.py +0 -0
  26. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/fetch_github_tool.py +0 -0
  27. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/install_tools.py +0 -0
  28. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/ipc.py +0 -0
  29. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/mcp_server.py +0 -0
  30. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/scraper.py +0 -0
  31. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/speech_to_speech.py +0 -0
  32. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/state_manager.py +0 -0
  33. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/store_in_kb.py +0 -0
  34. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/system_prompt.py +0 -0
  35. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/tcp.py +0 -0
  36. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/tray.py +0 -0
  37. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/use_github.py +0 -0
  38. {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/websocket.py +0 -0
  39. {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/dependency_links.txt +0 -0
  40. {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/entry_points.txt +0 -0
  41. {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/requires.txt +0 -0
  42. {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/top_level.txt +0 -0
  43. {devduck-1.1.7 → devduck-1.2.0}/docs/index.html +0 -0
  44. {devduck-1.1.7 → devduck-1.2.0}/docs/mac-os-tray.jpg +0 -0
  45. {devduck-1.1.7 → devduck-1.2.0}/pyproject.toml +0 -0
  46. {devduck-1.1.7 → devduck-1.2.0}/requirements.txt +0 -0
  47. {devduck-1.1.7 → devduck-1.2.0}/setup-aws-oidc.sh +0 -0
  48. {devduck-1.1.7 → devduck-1.2.0}/setup.cfg +0 -0
  49. {devduck-1.1.7 → devduck-1.2.0}/test.py +0 -0
  50. {devduck-1.1.7 → devduck-1.2.0}/tools/__init__.py +0 -0
  51. {devduck-1.1.7 → devduck-1.2.0}/tools/fetch_github_tool.py +0 -0
  52. {devduck-1.1.7 → devduck-1.2.0}/tools/gist.py +0 -0
  53. {devduck-1.1.7 → devduck-1.2.0}/tools/github_tools.py +0 -0
@@ -0,0 +1,85 @@
1
+ name: Auto Release
2
+
3
+ on:
4
+ push:
5
+ tags:
6
+ - 'v*.*.*'
7
+
8
+ permissions:
9
+ contents: write
10
+ packages: write
11
+ id-token: write
12
+
13
+ jobs:
14
+ auto-release:
15
+ runs-on: ubuntu-latest
16
+
17
+ steps:
18
+ - name: Checkout code
19
+ uses: actions/checkout@v4
20
+ with:
21
+ fetch-depth: 0
22
+ token: ${{ secrets.GITHUB_TOKEN }}
23
+
24
+ - name: Set up Python
25
+ uses: actions/setup-python@v4
26
+ with:
27
+ python-version: "3.11"
28
+
29
+ - name: Install dependencies
30
+ run: |
31
+ python -m pip install --upgrade pip
32
+ pip install build twine
33
+
34
+ - name: Extract version from tag
35
+ id: get_version
36
+ run: |
37
+ VERSION=${GITHUB_REF#refs/tags/v}
38
+ echo "version=$VERSION" >> $GITHUB_OUTPUT
39
+ echo "Version: $VERSION"
40
+
41
+ - name: Build package
42
+ run: |
43
+ python -m build
44
+
45
+ - name: Publish to PyPI
46
+ env:
47
+ TWINE_USERNAME: __token__
48
+ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
49
+ run: |
50
+ twine upload dist/*
51
+
52
+ - name: Create GitHub Release
53
+ uses: actions/create-release@v1
54
+ env:
55
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
+ with:
57
+ tag_name: ${{ github.ref }}
58
+ release_name: devduck v${{ steps.get_version.outputs.version }}
59
+ body: |
60
+ ## 🦆 devduck v${{ steps.get_version.outputs.version }}
61
+
62
+ ### 📦 Installation
63
+ ```bash
64
+ pip install devduck==${{ steps.get_version.outputs.version }}
65
+ ```
66
+
67
+ ### 🔄 Upgrade
68
+ ```bash
69
+ pip install --upgrade devduck
70
+ ```
71
+
72
+ ### 📋 Changes
73
+ This release includes the latest changes tagged as v${{ steps.get_version.outputs.version }}.
74
+
75
+ **Full Changelog**: https://github.com/cagataycali/devduck/releases
76
+ draft: false
77
+ prerelease: false
78
+
79
+ - name: Summary
80
+ run: |
81
+ echo "## 🎉 Release Summary" >> $GITHUB_STEP_SUMMARY
82
+ echo "" >> $GITHUB_STEP_SUMMARY
83
+ echo "- **Version:** v${{ steps.get_version.outputs.version }}" >> $GITHUB_STEP_SUMMARY
84
+ echo "- **PyPI:** https://pypi.org/project/devduck/${{ steps.get_version.outputs.version }}/" >> $GITHUB_STEP_SUMMARY
85
+ echo "- **GitHub Release:** https://github.com/cagataycali/devduck/releases/tag/v${{ steps.get_version.outputs.version }}" >> $GITHUB_STEP_SUMMARY
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devduck
3
- Version: 1.1.7
3
+ Version: 1.2.0
4
4
  Summary: 🦆 Self-adapting agent - one file.
5
5
  Author-email: Cagatay Cali <cagataycali@icloud.com>
6
6
  License: Apache-2.0
@@ -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 = '1.1.7'
32
- __version_tuple__ = version_tuple = (1, 1, 7)
31
+ __version__ = version = '1.2.0'
32
+ __version_tuple__ = version_tuple = (1, 2, 0)
33
33
 
34
- __commit_id__ = commit_id = 'g5d4e64932'
34
+ __commit_id__ = commit_id = 'gb45b2cfc7'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devduck
3
- Version: 1.1.7
3
+ Version: 1.2.0
4
4
  Summary: 🦆 Self-adapting agent - one file.
5
5
  Author-email: Cagatay Cali <cagataycali@icloud.com>
6
6
  License: Apache-2.0
@@ -9,6 +9,7 @@ requirements.txt
9
9
  setup-aws-oidc.sh
10
10
  test.py
11
11
  .github/workflows/agent.yml
12
+ .github/workflows/auto-release.yml
12
13
  devduck/__init__.py
13
14
  devduck/__main__.py
14
15
  devduck/_version.py
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
File without changes