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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: duet-cli
3
- Version: 0.2.7
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
+ ![duet — how it works, in 40 seconds](./docs/assets/duet-deck.gif?raw=true)
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
+ ![duet — how it works, in 40 seconds](./docs/assets/duet-deck.gif?raw=true)
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.7
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
+ ![duet — how it works, in 40 seconds](./docs/assets/duet-deck.gif?raw=true)
33
+
32
34
  ## Use it four ways
33
35
 
34
36
  ### 1. Inside Claude Code — `/duet`
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "duet-cli"
7
- version = "0.2.7"
7
+ version = "0.2.8"
8
8
  description = "Two CLI agents in conversation. One Python file. Stdlib only."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes
File without changes
File without changes