rubber-ducky 1.1.4__tar.gz → 1.1.5__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.
- {rubber_ducky-1.1.4/rubber_ducky.egg-info → rubber_ducky-1.1.5}/PKG-INFO +10 -2
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5}/ducky/ducky.py +0 -2
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5/rubber_ducky.egg-info}/PKG-INFO +10 -2
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5}/setup.py +1 -1
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5}/LICENSE +0 -0
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5}/README.md +0 -0
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5}/ducky/__init__.py +0 -0
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5}/rubber_ducky.egg-info/SOURCES.txt +0 -0
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5}/rubber_ducky.egg-info/dependency_links.txt +0 -0
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5}/rubber_ducky.egg-info/entry_points.txt +0 -0
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5}/rubber_ducky.egg-info/requires.txt +0 -0
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5}/rubber_ducky.egg-info/top_level.txt +0 -0
- {rubber_ducky-1.1.4 → rubber_ducky-1.1.5}/setup.cfg +0 -0
|
@@ -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">
|
|
@@ -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">
|
|
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
|