feat: update ctm-token-calculator to use Mercury and notebook deliverables

Replace Streamlit and JupyterLab commands with Mercury for serving interactive
notebooks as web apps. Update README to reflect new architecture where
notebooks are the primary deliverables, utilizing Mercury input widgets for
live client tuning. Add export_report.py script to generate LLM-readable
HTML/Markdown reports from the notebooks. Update corrected business case
notebook to include Mercury dependency and usage instructions.
This commit is contained in:
2026-07-07 17:04:53 -04:00
parent 0fa2091a25
commit c187bde188
10 changed files with 2970 additions and 1174 deletions

File diff suppressed because one or more lines are too long

View File

@@ -16,7 +16,7 @@
"> ⚠️ **Planning tool.** List rates unless overridden; not contractual pricing.\n",
"> Site data outside NAM is **estimated — confirm with CTM**.\n",
"\n",
"Same `tokencalc` library as the Streamlit app (`streamlit run app/streamlit_app.py`) —\n",
"Same `tokencalc` library that powers the corrected business case notebook — serve either interactively with `mercury --working-dir notebooks/` —\n",
"Run-All here produces identical headline numbers on default inputs."
]
},