rubber-ducky 1.1.4__py3-none-any.whl → 1.1.5__py3-none-any.whl
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.
- ducky/ducky.py +0 -2
- {rubber_ducky-1.1.4.dist-info → rubber_ducky-1.1.5.dist-info}/METADATA +10 -2
- rubber_ducky-1.1.5.dist-info/RECORD +8 -0
- {rubber_ducky-1.1.4.dist-info → rubber_ducky-1.1.5.dist-info}/WHEEL +1 -1
- rubber_ducky-1.1.4.dist-info/RECORD +0 -8
- {rubber_ducky-1.1.4.dist-info → rubber_ducky-1.1.5.dist-info}/LICENSE +0 -0
- {rubber_ducky-1.1.4.dist-info → rubber_ducky-1.1.5.dist-info}/entry_points.txt +0 -0
- {rubber_ducky-1.1.4.dist-info → rubber_ducky-1.1.5.dist-info}/top_level.txt +0 -0
ducky/ducky.py
CHANGED
|
@@ -21,7 +21,6 @@ class RubberDuck:
|
|
|
21
21
|
if self.quick:
|
|
22
22
|
prompt += ". Return a command and be extremely concise"
|
|
23
23
|
|
|
24
|
-
print(prompt)
|
|
25
24
|
responses = [self.system_prompt]
|
|
26
25
|
while True:
|
|
27
26
|
context_prompt = "\n".join(responses) + "\n" + prompt
|
|
@@ -70,7 +69,6 @@ async def ducky() -> None:
|
|
|
70
69
|
rubber_ducky = RubberDuck(model=args.model, quick=args.quick)
|
|
71
70
|
|
|
72
71
|
# Handle direct question from CLI
|
|
73
|
-
print(args.question)
|
|
74
72
|
if args.question:
|
|
75
73
|
question = " ".join(args.question)
|
|
76
74
|
await rubber_ducky.call_llm(prompt=question)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: rubber-ducky
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.5
|
|
4
4
|
Summary: AI Companion for Pair Programming
|
|
5
5
|
Home-page: https://github.com/ParthSareen/ducky
|
|
6
6
|
Author: Parth Sareen
|
|
@@ -9,6 +9,14 @@ License: MIT
|
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Requires-Dist: ollama
|
|
12
|
+
Dynamic: author
|
|
13
|
+
Dynamic: author-email
|
|
14
|
+
Dynamic: description
|
|
15
|
+
Dynamic: description-content-type
|
|
16
|
+
Dynamic: home-page
|
|
17
|
+
Dynamic: license
|
|
18
|
+
Dynamic: requires-dist
|
|
19
|
+
Dynamic: summary
|
|
12
20
|
|
|
13
21
|
# rubber ducky
|
|
14
22
|
<p align="center">
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
ducky/__init__.py,sha256=_7imP8Jc2SIapn4fzGkspmKvqxPTFDcDJWHZ_o_MnlE,24
|
|
2
|
+
ducky/ducky.py,sha256=4F0vB-HWa96OKlLyKxB2NY4a0GmGTxThqnjlQLsRWgE,3245
|
|
3
|
+
rubber_ducky-1.1.5.dist-info/LICENSE,sha256=gQ1rCmw18NqTk5GxG96F6vgyN70e1c4kcKUtWDwdNaE,1069
|
|
4
|
+
rubber_ducky-1.1.5.dist-info/METADATA,sha256=fe4_S5vJE_XJUzto38xDfg2fGbQJYXQ3M4OBBZY0z4g,1905
|
|
5
|
+
rubber_ducky-1.1.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
6
|
+
rubber_ducky-1.1.5.dist-info/entry_points.txt,sha256=LPndtj8UqEWtwYApv5LJJniH4FUrsriOqV2LA1X_UPQ,43
|
|
7
|
+
rubber_ducky-1.1.5.dist-info/top_level.txt,sha256=4Q75MONDNPpQ3o17bTu7RFuKwFhTIRzlXP3_LDWQQ30,6
|
|
8
|
+
rubber_ducky-1.1.5.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
ducky/__init__.py,sha256=_7imP8Jc2SIapn4fzGkspmKvqxPTFDcDJWHZ_o_MnlE,24
|
|
2
|
-
ducky/ducky.py,sha256=wJZMwjyw3JQnNcKwOdhO05l86OUfL1iEVnkBkvYGPss,3292
|
|
3
|
-
rubber_ducky-1.1.4.dist-info/LICENSE,sha256=gQ1rCmw18NqTk5GxG96F6vgyN70e1c4kcKUtWDwdNaE,1069
|
|
4
|
-
rubber_ducky-1.1.4.dist-info/METADATA,sha256=CCn5Tdj5miUeDSELtNVe8y85btA0XbZkcey-gs6Orpk,1736
|
|
5
|
-
rubber_ducky-1.1.4.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
|
6
|
-
rubber_ducky-1.1.4.dist-info/entry_points.txt,sha256=LPndtj8UqEWtwYApv5LJJniH4FUrsriOqV2LA1X_UPQ,43
|
|
7
|
-
rubber_ducky-1.1.4.dist-info/top_level.txt,sha256=4Q75MONDNPpQ3o17bTu7RFuKwFhTIRzlXP3_LDWQQ30,6
|
|
8
|
-
rubber_ducky-1.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|