Metadata-Version: 2.4
Name: ctxmaster
Version: 0.0.1
Summary: Visualization layer for tokenmaster: CLI, terminal gauge, and dashboard renderers for LLM context-budget metering. Placeholder release.
Project-URL: Homepage, https://github.com/jemsbhai/tokenmaster
Project-URL: Repository, https://github.com/jemsbhai/tokenmaster
Author-email: Muntaser Syed <jemsbhai@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: context-window,dashboard,gauge,llm,terminal,tokens,visualization
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: tokenmaster>=0.0.1
Description-Content-Type: text/markdown

# ctxmaster

Visualization layer for tokenmaster, the core context-budget metering and
decision engine for LLM applications.

ctxmaster will provide the user-facing surfaces: a CLI, a live terminal gauge
(context used, effective budget remaining, projected turns to exhaustion,
compaction and handoff advice), and dashboard renderers. It consumes the
serializable state and event schema that tokenmaster emits; anyone can build
an alternative visualizer against the same contract.

## Status

0.0.1 is a placeholder release reserving the name while the core API is
designed. Do not build against it yet. Development happens at
https://github.com/jemsbhai/tokenmaster

## License

MIT
