Skip to content

[BOUNTY: 10 RTC] Add token-per-second display and generation stats #64

@Scottcjn

Description

@Scottcjn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions