Skip to content

Phatfella/AIEP-LIVE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AIEP Live

Real-time operating metrics for the AIEP reasoning substrate.

Tokens saved, reduction rate, reuse ratio, uptime — refreshed every 60 seconds.

AIEP Licence


What it shows

Metric Source field
Tokens saved tokens_saved_total
Reduction rate reduction_pct_rolling
Reuse ratio reuse_ratio_rolling
Uptime uptime_pct
Queries today / total queries_today, queries_total
Active sessions sessions_active
Evidence artefacts evidence_artefacts
Sources ingested sources_ingested

All values come from a single GET /api/stats call polled every 60 seconds.


Quick start

  1. Open index.html in any browser — no build step required.
  2. Set your PIEA API endpoint on <body data-api-base="https://your-piea.workers.dev">.
    Without this, it defaults to http://localhost:8788 (local development).

Expected API response

{
  "tokens_saved_total": 1284520,
  "reduction_pct_rolling": 64,
  "reuse_ratio_rolling": 71,
  "uptime_pct": 99.9,
  "queries_today": 812,
  "queries_total": 42900,
  "sessions_active": 3,
  "evidence_artefacts": 9340,
  "sources_ingested": 1207,
  "last_updated": "2026-04-11T12:34:56Z"
}

Files

index.html    — self-contained dashboard, no dependencies
README.md     — this file
LICENSE       — Apache 2.0

Part of the AIEP ecosystem


Licence

Apache 2.0 — see LICENSE.

About

AIEP Live — real-time operating metrics dashboard for the AIEP incremental reasoning substrate.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages