Skip to content

Commit 01dd16e

Browse files
FL4TLiN3claude
andauthored
docs: add TUI demo screenshot to running your expert section (#760)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5c12a0d commit 01dd16e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,30 @@ docker run --pull always --rm -it \
8080
"Create a Wizardry-like dungeon crawler in a fixed 10-floor labyrinth with complex layouts, traps, fixed room encounters, and random battles. Include special-effect gear drops, leveling, and a skill tree for one playable character. Balance difficulty around build optimization. Death in the dungeon causes loss of one random equipped item."
8181
```
8282

83+
While the agents are working, the TUI shows real-time status — active delegation tree, token usage, reasoning streams, and per-agent progress:
84+
85+
```
86+
2026/03/13 08:15:40.083, @bash-gaming/game-designer, ⎇ bash-gaming
87+
● Reasoning
88+
....
89+
90+
───────────────────────────────────────────────────────────────────────────────
91+
Query: Form a team named bash-gaming. They build indie CLI games with both…
92+
3 running · 7 waiting · 4m 06s · fireworks
93+
Tokens: In 391.9k · Out 38.9k · Cache 145.9k/27.13%
94+
⏸ create-expert · accounts/fireworks/models/kimi-k2p5 · ○ 2.4% · Waiting for delegates
95+
└ ⏸ @create-expert/build · accounts/fireworks/models/kimi-k2p5 · ◔ 11.2% · Waiting for delegates
96+
├ ⏸ @create-expert/test-expert · ◔ 5.3% · Waiting for delegates
97+
│ └ ⏸ bash-gaming · ◔ 7.1% · Waiting for delegates
98+
│ └ ⠇ @bash-gaming/game-designer · ◔ 5.2% · Streaming Reasoning...
99+
├ ⏸ @create-expert/test-expert · ◔ 5.2% · Waiting for delegates
100+
│ └ ⠇ bash-gaming · ○ 2.6% · Streaming Reasoning...
101+
│ └ ⠇ @bash-gaming/game-designer · ○ 0.6% · Streaming Reasoning...
102+
└ ⏸ @create-expert/test-expert · ◔ 6.4% · Waiting for delegates
103+
└ ⠇ bash-gaming · ○ 1.9% · Streaming Reasoning...
104+
└ ⠇ @bash-gaming/game-designer · ○ 3.2% · Streaming Reasoning...
105+
```
106+
83107
Here is an example of a game built with these commands: [demo-dungeon-crawler](https://github.com/FL4TLiN3/demo-dungeon-crawler). It was built entirely with Kimi K2.5 on Fireworks. You can play it directly:
84108

85109
```bash

0 commit comments

Comments
 (0)