Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codex-orchstats

A local HTML dashboard for viewing Codex orchestration usage, quota changes, and API-equivalent cost estimates. Developed with Codex.

Preview

Dashboard overview:

Dashboard overview

Price and quota changes:

Price and quota changes

Token and model composition:

Token and model composition

Project allocation:

Project allocation

Agent statistics:

Agent statistics

Run details:

Run details

Install

Requires Python 3.9+ on macOS or Linux.

git clone https://github.com/yuysky/codex-orchstats.git
cd codex-orchstats
pipx install .

Run

Try the built-in demo:

orchstats dashboard --demo

Generate a dashboard from all local Codex history (the default):

orchstats dashboard

Choose a time window explicitly when needed:

orchstats dashboard --since 24h
orchstats dashboard --since 7d
orchstats dashboard --since 30d
orchstats dashboard --since all

If your Codex sessions are stored somewhere else, pass their directory explicitly:

orchstats dashboard --sessions-root /path/to/codex/sessions

Find the HTML

The dashboard opens automatically in your browser. The command also prints the full HTML path:

Dashboard: /path/to/orchstats-dashboard.html

To save it somewhere specific:

orchstats dashboard --output ~/Desktop/orchstats.html --no-open

Then open ~/Desktop/orchstats.html in any browser.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages