devduck 0.5.4__tar.gz → 0.6.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 (51) hide show
  1. {devduck-0.5.4 → devduck-0.6.0}/PKG-INFO +23 -5
  2. {devduck-0.5.4 → devduck-0.6.0}/README.md +22 -4
  3. devduck-0.6.0/devduck/__init__.py +1589 -0
  4. {devduck-0.5.4 → devduck-0.6.0}/devduck/_version.py +3 -3
  5. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/__init__.py +3 -0
  6. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/agentcore_config.py +1 -0
  7. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/ipc.py +4 -1
  8. devduck-0.6.0/devduck/tools/state_manager.py +292 -0
  9. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/tcp.py +6 -0
  10. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/websocket.py +7 -1
  11. {devduck-0.5.4 → devduck-0.6.0}/devduck.egg-info/PKG-INFO +23 -5
  12. {devduck-0.5.4 → devduck-0.6.0}/devduck.egg-info/SOURCES.txt +2 -0
  13. devduck-0.6.0/docs/mac-os-tray.jpg +0 -0
  14. devduck-0.5.4/devduck/__init__.py +0 -1173
  15. {devduck-0.5.4 → devduck-0.6.0}/.github/workflows/agent.yml +0 -0
  16. {devduck-0.5.4 → devduck-0.6.0}/.gitignore +0 -0
  17. {devduck-0.5.4 → devduck-0.6.0}/LICENSE +0 -0
  18. {devduck-0.5.4 → devduck-0.6.0}/MANIFEST.in +0 -0
  19. {devduck-0.5.4 → devduck-0.6.0}/action.yml +0 -0
  20. {devduck-0.5.4 → devduck-0.6.0}/agent_runner.py +0 -0
  21. {devduck-0.5.4 → devduck-0.6.0}/devduck/__main__.py +0 -0
  22. {devduck-0.5.4 → devduck-0.6.0}/devduck/agentcore_handler.py +0 -0
  23. {devduck-0.5.4 → devduck-0.6.0}/devduck/test_redduck.py +0 -0
  24. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/_ambient_input.py +0 -0
  25. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/_tray_app.py +0 -0
  26. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/agentcore_agents.py +0 -0
  27. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/agentcore_invoke.py +0 -0
  28. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/agentcore_logs.py +0 -0
  29. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/ambient.py +0 -0
  30. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/create_subagent.py +0 -0
  31. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/install_tools.py +0 -0
  32. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/mcp_server.py +0 -0
  33. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/store_in_kb.py +0 -0
  34. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/system_prompt.py +0 -0
  35. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/tray.py +0 -0
  36. {devduck-0.5.4 → devduck-0.6.0}/devduck/tools/use_github.py +0 -0
  37. {devduck-0.5.4 → devduck-0.6.0}/devduck.egg-info/dependency_links.txt +0 -0
  38. {devduck-0.5.4 → devduck-0.6.0}/devduck.egg-info/entry_points.txt +0 -0
  39. {devduck-0.5.4 → devduck-0.6.0}/devduck.egg-info/requires.txt +0 -0
  40. {devduck-0.5.4 → devduck-0.6.0}/devduck.egg-info/top_level.txt +0 -0
  41. {devduck-0.5.4 → devduck-0.6.0}/docs/index.html +0 -0
  42. {devduck-0.5.4 → devduck-0.6.0}/pyproject.toml +0 -0
  43. {devduck-0.5.4 → devduck-0.6.0}/requirements.txt +0 -0
  44. {devduck-0.5.4 → devduck-0.6.0}/setup-aws-oidc.sh +0 -0
  45. {devduck-0.5.4 → devduck-0.6.0}/setup.cfg +0 -0
  46. {devduck-0.5.4 → devduck-0.6.0}/test.py +0 -0
  47. {devduck-0.5.4 → devduck-0.6.0}/tools/__init__.py +0 -0
  48. {devduck-0.5.4 → devduck-0.6.0}/tools/fetch_github_tool.py +0 -0
  49. {devduck-0.5.4 → devduck-0.6.0}/tools/gist.py +0 -0
  50. {devduck-0.5.4 → devduck-0.6.0}/tools/github_tools.py +0 -0
  51. {devduck-0.5.4 → devduck-0.6.0}/tools/scraper.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devduck
3
- Version: 0.5.4
3
+ Version: 0.6.0
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
@@ -53,6 +53,17 @@ Dynamic: license-file
53
53
 
54
54
  One Python file that adapts to your environment, fixes itself, and expands capabilities at runtime.
55
55
 
56
+ ## 🎬 See It In Action
57
+
58
+ | Feature | What You'll See | Video |
59
+ |---------|----------------|-------|
60
+ | 🔥 **Hot-Reload** | Agent detects code changes and restarts instantly—no manual intervention needed. Edit your agent code or tools while running, save the file, and watch it reload automatically. | [Watch Demo](https://redduck.dev/videos/hot-reload.mp4) |
61
+ | 🌐 **Web UI** | Clean, modern web interface for chatting with DevDuck. Real-time streaming responses, tool execution visibility, and beautiful markdown rendering. | [Watch Demo](https://redduck.dev/videos/web-ui.mp4) |
62
+ | 🛠️ **Dynamic Tool Creation** | Create a new tool by simply saving a `.py` file in the `./tools/` directory. No restart, no configuration—the agent loads it instantly and starts using it. Pure hot-reload magic. | [Watch Demo](https://redduck.dev/videos/dynamic-tool-creation.mp4) |
63
+ | 🌊 **TCP Streaming Server** | Connect from any client (netcat, custom apps, other agents) via TCP. Real-time streaming responses with parallel tool execution. Multi-protocol access to the same agent. | [Watch Demo](https://redduck.dev/videos/tcp.mp4) |
64
+ | 🔌 **IPC & macOS Tray** | Unix socket-based inter-process communication with native macOS menu bar integration. DevDuck runs in your menu bar with quick actions, status indicators, and seamless IPC streaming via `/tmp/devduck_main.sock`. | ![Demo](docs/mac-os-tray.jpg) |
65
+ | 💬 **Ambient Overlay** | Floating AI input overlay with glassmorphism UI. Real-time IPC streaming from devduck, auto-focus with blinking cursor, and ESC to hide / Enter to send. Perfect for desktop AI interactions. | [Watch Demo](https://redduck.dev/videos/floating-input.mp4) |
66
+
56
67
  ---
57
68
 
58
69
  ## Install & Run
@@ -101,7 +112,7 @@ devduck
101
112
  | 🧠 **Auto-RAG** | Remembers past conversations | "I prefer FastAPI" → later uses FastAPI automatically |
102
113
  | 🌊 **Multi-Protocol** | CLI, Python, TCP, WebSocket, MCP, IPC | `devduck "query"` or `nc localhost 9999` |
103
114
  | ☁️ **AWS Deploy** | One-command serverless deployment | `agentcore_config(auto_launch=True)` |
104
- | 🛠️ **30+ Tools** | Shell, GitHub, file editing, math, UI control | `devduck("create GitHub issue")` |
115
+ | 🛠️ **35+ Tools** | Shell, GitHub, file editing, math, UI control | `devduck("create GitHub issue")` |
105
116
  | 🎛️ **Flexible Config** | Load only tools you need | `DEVDUCK_TOOLS="strands_tools:shell,editor"` |
106
117
 
107
118
  ---
@@ -113,7 +124,7 @@ graph TB
113
124
  A[User Input] -->|CLI/TCP/WS/MCP/IPC| B[DevDuck Core]
114
125
  B -->|Auto RAG| C[Knowledge Base]
115
126
  C -.->|Context Retrieval| B
116
- B -->|Tool Calls| D[30+ Built-in Tools]
127
+ B -->|Tool Calls| D[35+ Built-in Tools]
117
128
  D --> E[shell/editor/calculator]
118
129
  D --> F[GitHub/AgentCore]
119
130
  D --> G[TCP/WebSocket/MCP/IPC]
@@ -187,8 +198,8 @@ devduck
187
198
  | **Dev** | `shell`, `editor`, `file_read`, `calculator` | Code, test, debug |
188
199
  | **GitHub** | `use_github`, `create_subagent` | Issues, PRs, CI/CD automation |
189
200
  | **Network** | `tcp`, `websocket`, `mcp_server`, `ipc` | Serve agents over protocols |
190
- | **AWS** | `agentcore_config`, `agentcore_invoke`, `agentcore_logs` | Deploy to serverless |
191
- | **AI** | `use_agent`, `retrieve`, `store_in_kb` | Multi-agent, memory |
201
+ | **AWS** | `agentcore_config`, `agentcore_invoke`, `agentcore_logs`, `agentcore_agents` | Deploy to serverless |
202
+ | **AI** | `use_agent`, `retrieve`, `store_in_kb`, `state_manager` | Multi-agent, memory, state |
192
203
  | **UI** (macOS) | `tray`, `ambient`, `cursor`, `clipboard` | Desktop automation |
193
204
 
194
205
  <details>
@@ -204,6 +215,7 @@ devduck
204
215
  - `create_subagent` - Spawn sub-agents via GitHub Actions
205
216
  - `store_in_kb` - Store content in Bedrock Knowledge Base
206
217
  - `system_prompt` - Manage agent system prompt
218
+ - `state_manager` - Agent state management with time-travel capabilities
207
219
  - `tray` - System tray app control (macOS)
208
220
  - `ambient` - Ambient AI input overlay (macOS)
209
221
 
@@ -225,6 +237,12 @@ devduck
225
237
  - `environment` - Environment variable management
226
238
  - `mcp_client` - Connect to external MCP servers
227
239
  - `retrieve` - Bedrock Knowledge Base retrieval
240
+ - `scraper` - HTML/XML parsing with BeautifulSoup4
241
+ - `fetch_github_tool` - Fetch and load tools from GitHub
242
+ - `gist` - Comprehensive GitHub Gist management
243
+ - `add_comment` - Add comments to GitHub issues/PRs
244
+ - `list_issues` - List GitHub issues
245
+ - `list_pull_requests` - List GitHub pull requests
228
246
 
229
247
  ### strands-fun-tools (macOS)
230
248
  - `listen` - Background speech transcription with Whisper
@@ -6,6 +6,17 @@
6
6
 
7
7
  One Python file that adapts to your environment, fixes itself, and expands capabilities at runtime.
8
8
 
9
+ ## 🎬 See It In Action
10
+
11
+ | Feature | What You'll See | Video |
12
+ |---------|----------------|-------|
13
+ | 🔥 **Hot-Reload** | Agent detects code changes and restarts instantly—no manual intervention needed. Edit your agent code or tools while running, save the file, and watch it reload automatically. | [Watch Demo](https://redduck.dev/videos/hot-reload.mp4) |
14
+ | 🌐 **Web UI** | Clean, modern web interface for chatting with DevDuck. Real-time streaming responses, tool execution visibility, and beautiful markdown rendering. | [Watch Demo](https://redduck.dev/videos/web-ui.mp4) |
15
+ | 🛠️ **Dynamic Tool Creation** | Create a new tool by simply saving a `.py` file in the `./tools/` directory. No restart, no configuration—the agent loads it instantly and starts using it. Pure hot-reload magic. | [Watch Demo](https://redduck.dev/videos/dynamic-tool-creation.mp4) |
16
+ | 🌊 **TCP Streaming Server** | Connect from any client (netcat, custom apps, other agents) via TCP. Real-time streaming responses with parallel tool execution. Multi-protocol access to the same agent. | [Watch Demo](https://redduck.dev/videos/tcp.mp4) |
17
+ | 🔌 **IPC & macOS Tray** | Unix socket-based inter-process communication with native macOS menu bar integration. DevDuck runs in your menu bar with quick actions, status indicators, and seamless IPC streaming via `/tmp/devduck_main.sock`. | ![Demo](docs/mac-os-tray.jpg) |
18
+ | 💬 **Ambient Overlay** | Floating AI input overlay with glassmorphism UI. Real-time IPC streaming from devduck, auto-focus with blinking cursor, and ESC to hide / Enter to send. Perfect for desktop AI interactions. | [Watch Demo](https://redduck.dev/videos/floating-input.mp4) |
19
+
9
20
  ---
10
21
 
11
22
  ## Install & Run
@@ -54,7 +65,7 @@ devduck
54
65
  | 🧠 **Auto-RAG** | Remembers past conversations | "I prefer FastAPI" → later uses FastAPI automatically |
55
66
  | 🌊 **Multi-Protocol** | CLI, Python, TCP, WebSocket, MCP, IPC | `devduck "query"` or `nc localhost 9999` |
56
67
  | ☁️ **AWS Deploy** | One-command serverless deployment | `agentcore_config(auto_launch=True)` |
57
- | 🛠️ **30+ Tools** | Shell, GitHub, file editing, math, UI control | `devduck("create GitHub issue")` |
68
+ | 🛠️ **35+ Tools** | Shell, GitHub, file editing, math, UI control | `devduck("create GitHub issue")` |
58
69
  | 🎛️ **Flexible Config** | Load only tools you need | `DEVDUCK_TOOLS="strands_tools:shell,editor"` |
59
70
 
60
71
  ---
@@ -66,7 +77,7 @@ graph TB
66
77
  A[User Input] -->|CLI/TCP/WS/MCP/IPC| B[DevDuck Core]
67
78
  B -->|Auto RAG| C[Knowledge Base]
68
79
  C -.->|Context Retrieval| B
69
- B -->|Tool Calls| D[30+ Built-in Tools]
80
+ B -->|Tool Calls| D[35+ Built-in Tools]
70
81
  D --> E[shell/editor/calculator]
71
82
  D --> F[GitHub/AgentCore]
72
83
  D --> G[TCP/WebSocket/MCP/IPC]
@@ -140,8 +151,8 @@ devduck
140
151
  | **Dev** | `shell`, `editor`, `file_read`, `calculator` | Code, test, debug |
141
152
  | **GitHub** | `use_github`, `create_subagent` | Issues, PRs, CI/CD automation |
142
153
  | **Network** | `tcp`, `websocket`, `mcp_server`, `ipc` | Serve agents over protocols |
143
- | **AWS** | `agentcore_config`, `agentcore_invoke`, `agentcore_logs` | Deploy to serverless |
144
- | **AI** | `use_agent`, `retrieve`, `store_in_kb` | Multi-agent, memory |
154
+ | **AWS** | `agentcore_config`, `agentcore_invoke`, `agentcore_logs`, `agentcore_agents` | Deploy to serverless |
155
+ | **AI** | `use_agent`, `retrieve`, `store_in_kb`, `state_manager` | Multi-agent, memory, state |
145
156
  | **UI** (macOS) | `tray`, `ambient`, `cursor`, `clipboard` | Desktop automation |
146
157
 
147
158
  <details>
@@ -157,6 +168,7 @@ devduck
157
168
  - `create_subagent` - Spawn sub-agents via GitHub Actions
158
169
  - `store_in_kb` - Store content in Bedrock Knowledge Base
159
170
  - `system_prompt` - Manage agent system prompt
171
+ - `state_manager` - Agent state management with time-travel capabilities
160
172
  - `tray` - System tray app control (macOS)
161
173
  - `ambient` - Ambient AI input overlay (macOS)
162
174
 
@@ -178,6 +190,12 @@ devduck
178
190
  - `environment` - Environment variable management
179
191
  - `mcp_client` - Connect to external MCP servers
180
192
  - `retrieve` - Bedrock Knowledge Base retrieval
193
+ - `scraper` - HTML/XML parsing with BeautifulSoup4
194
+ - `fetch_github_tool` - Fetch and load tools from GitHub
195
+ - `gist` - Comprehensive GitHub Gist management
196
+ - `add_comment` - Add comments to GitHub issues/PRs
197
+ - `list_issues` - List GitHub issues
198
+ - `list_pull_requests` - List GitHub pull requests
181
199
 
182
200
  ### strands-fun-tools (macOS)
183
201
  - `listen` - Background speech transcription with Whisper