Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,30 @@ docker run --pull always --rm -it \
"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."
```

While the agents are working, the TUI shows real-time status — active delegation tree, token usage, reasoning streams, and per-agent progress:

```
2026/03/13 08:15:40.083, @bash-gaming/game-designer, ⎇ bash-gaming
● Reasoning
....

───────────────────────────────────────────────────────────────────────────────
Query: Form a team named bash-gaming. They build indie CLI games with both…
3 running · 7 waiting · 4m 06s · fireworks
Tokens: In 391.9k · Out 38.9k · Cache 145.9k/27.13%
⏸ create-expert · accounts/fireworks/models/kimi-k2p5 · ○ 2.4% · Waiting for delegates
└ ⏸ @create-expert/build · accounts/fireworks/models/kimi-k2p5 · ◔ 11.2% · Waiting for delegates
├ ⏸ @create-expert/test-expert · ◔ 5.3% · Waiting for delegates
│ └ ⏸ bash-gaming · ◔ 7.1% · Waiting for delegates
│ └ ⠇ @bash-gaming/game-designer · ◔ 5.2% · Streaming Reasoning...
├ ⏸ @create-expert/test-expert · ◔ 5.2% · Waiting for delegates
│ └ ⠇ bash-gaming · ○ 2.6% · Streaming Reasoning...
│ └ ⠇ @bash-gaming/game-designer · ○ 0.6% · Streaming Reasoning...
└ ⏸ @create-expert/test-expert · ◔ 6.4% · Waiting for delegates
└ ⠇ bash-gaming · ○ 1.9% · Streaming Reasoning...
└ ⠇ @bash-gaming/game-designer · ○ 3.2% · Streaming Reasoning...
```

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:

```bash
Expand Down
Loading