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.
- devduck-1.2.0/.github/workflows/auto-release.yml +85 -0
- {devduck-1.1.7 → devduck-1.2.0}/PKG-INFO +1 -1
- {devduck-1.1.7 → devduck-1.2.0}/devduck/_version.py +3 -3
- {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/PKG-INFO +1 -1
- {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/SOURCES.txt +1 -0
- {devduck-1.1.7 → devduck-1.2.0}/.github/workflows/agent.yml +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/.gitignore +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/LICENSE +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/MANIFEST.in +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/README.md +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/action.yml +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/agent_runner.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/__init__.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/__main__.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/agentcore_handler.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/test_redduck.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/__init__.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/_ambient_input.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/_tray_app.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/agentcore_agents.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/agentcore_config.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/agentcore_invoke.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/agentcore_logs.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/ambient.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/create_subagent.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/fetch_github_tool.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/install_tools.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/ipc.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/mcp_server.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/scraper.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/speech_to_speech.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/state_manager.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/store_in_kb.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/system_prompt.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/tcp.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/tray.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/use_github.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck/tools/websocket.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/dependency_links.txt +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/entry_points.txt +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/requires.txt +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/devduck.egg-info/top_level.txt +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/docs/index.html +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/docs/mac-os-tray.jpg +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/pyproject.toml +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/requirements.txt +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/setup-aws-oidc.sh +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/setup.cfg +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/test.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/tools/__init__.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/tools/fetch_github_tool.py +0 -0
- {devduck-1.1.7 → devduck-1.2.0}/tools/gist.py +0 -0
- {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
|
|
@@ -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.
|
|
32
|
-
__version_tuple__ = version_tuple = (1,
|
|
31
|
+
__version__ = version = '1.2.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 2, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gb45b2cfc7'
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|