Bounty: 10 RTC
Task
Show generation speed stats after each agent turn — tokens per second, total tokens, time elapsed.
Requirements
- Count tokens during streaming in
llm_request()
- After each turn, display:
[12.4 tok/s | 847 tokens | 68.3s]
- Add to
/status command output
- Track cumulative session stats (total tokens, total time)
- No external dependencies
Implementation hint
Count content chunks in the streaming loop. Measure wall time. Display after the response completes.
Wallet: Drop your wallet name when you submit.