Added
monitoring/token_limiter— Deterministic token budget gate for autonomous agent loops. Host passes cumulative token usage; skill returnsCONTINUE,WARN, orFORCE_TERMINATE. Bundled indicative model pricing, ROI scaffold fields for v2 (not enforced), catalog docs, and local + Gemini/Claude loop examples (#23, #207).- New
monitoringskill category in CONTRIBUTING,ai_native_workflow.md, and Skill Library. - Tests —
tests/test_registry_docs.pyCI doc-drift guards: skill catalog,examples/README.md, andagent_loops.mdstay in sync with the registry (#183, #189). - Documentation — Cross-linked doc-drift guards in contributor guides; PR checklist reminder in CONTRIBUTING (#193, #197).
Changed
- Documentation —
token_limitercatalog page: budget disclaimer, limitations, enterprise disclaimer (#23). - Documentation — README Stats section and live PyPI download badges (#198).
- Documentation — CLI and examples docs aligned with
skillware test/skillware examplesbehavior (#191, #194).
Upgrade
pip install -U skillwaremonitoring/token_limiter has no extra runtime dependencies. Load with:
from skillware.core.loader import SkillLoader
SkillLoader.load_skill("monitoring/token_limiter")See token_limiter.md and examples/README.md (token_limiter_loop.py, gemini_token_limiter.py, claude_token_limiter.py).
Contributors
- @rosspeili —
monitoring/token_limiterskill, bundle, examples, and catalog docs (#23, #207); README Stats badges (#198) - @Areen-09 —
tests/test_registry_docs.pydoc-drift guards (#189); contributor guide cross-links (#197) - @uttam12331 — CLI and examples documentation alignment (#194)
Full changelog
- #207 —
monitoring/token_limiterskill (#23) - #189 — Documentation consistency tests (#183)
- #194 — CLI/examples docs alignment (#191)
- #197 — Doc-drift guard cross-links (#193)
- #198 — README Stats and PyPI download badges
Compare: v0.3.9...v0.4.0