duet-cli 0.2.7__tar.gz → 0.2.8__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.
- {duet_cli-0.2.7/duet_cli.egg-info → duet_cli-0.2.8}/PKG-INFO +3 -1
- {duet_cli-0.2.7 → duet_cli-0.2.8}/README.md +2 -0
- {duet_cli-0.2.7 → duet_cli-0.2.8/duet_cli.egg-info}/PKG-INFO +3 -1
- {duet_cli-0.2.7 → duet_cli-0.2.8}/pyproject.toml +1 -1
- {duet_cli-0.2.7 → duet_cli-0.2.8}/LICENSE +0 -0
- {duet_cli-0.2.7 → duet_cli-0.2.8}/duet.py +0 -0
- {duet_cli-0.2.7 → duet_cli-0.2.8}/duet_cli.egg-info/SOURCES.txt +0 -0
- {duet_cli-0.2.7 → duet_cli-0.2.8}/duet_cli.egg-info/dependency_links.txt +0 -0
- {duet_cli-0.2.7 → duet_cli-0.2.8}/duet_cli.egg-info/entry_points.txt +0 -0
- {duet_cli-0.2.7 → duet_cli-0.2.8}/duet_cli.egg-info/requires.txt +0 -0
- {duet_cli-0.2.7 → duet_cli-0.2.8}/duet_cli.egg-info/top_level.txt +0 -0
- {duet_cli-0.2.7 → duet_cli-0.2.8}/setup.cfg +0 -0
- {duet_cli-0.2.7 → duet_cli-0.2.8}/tests/test_bump_release_version.py +0 -0
- {duet_cli-0.2.7 → duet_cli-0.2.8}/tests/test_duet.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: duet-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.8
|
|
4
4
|
Summary: Two CLI agents in conversation. One Python file. Stdlib only.
|
|
5
5
|
Author: Volkan Altan
|
|
6
6
|
License-Expression: MIT
|
|
@@ -29,6 +29,8 @@ also supported, and you can pair two agents from the same backend. One agent
|
|
|
29
29
|
plans or reviews while the other implements; each keeps its own session memory
|
|
30
30
|
across turns, and every run leaves a transcript you can inspect.
|
|
31
31
|
|
|
32
|
+

|
|
33
|
+
|
|
32
34
|
## Use it four ways
|
|
33
35
|
|
|
34
36
|
### 1. Inside Claude Code — `/duet`
|
|
@@ -8,6 +8,8 @@ also supported, and you can pair two agents from the same backend. One agent
|
|
|
8
8
|
plans or reviews while the other implements; each keeps its own session memory
|
|
9
9
|
across turns, and every run leaves a transcript you can inspect.
|
|
10
10
|
|
|
11
|
+

|
|
12
|
+
|
|
11
13
|
## Use it four ways
|
|
12
14
|
|
|
13
15
|
### 1. Inside Claude Code — `/duet`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: duet-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.8
|
|
4
4
|
Summary: Two CLI agents in conversation. One Python file. Stdlib only.
|
|
5
5
|
Author: Volkan Altan
|
|
6
6
|
License-Expression: MIT
|
|
@@ -29,6 +29,8 @@ also supported, and you can pair two agents from the same backend. One agent
|
|
|
29
29
|
plans or reviews while the other implements; each keeps its own session memory
|
|
30
30
|
across turns, and every run leaves a transcript you can inspect.
|
|
31
31
|
|
|
32
|
+

|
|
33
|
+
|
|
32
34
|
## Use it four ways
|
|
33
35
|
|
|
34
36
|
### 1. Inside Claude Code — `/duet`
|
|
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
|