Skip to content

v0.4.0 — monitoring/token_limiter, doc-drift CI guards, README stats

Latest

Choose a tag to compare

@rosspeili rosspeili released this 30 Jun 13:20

Added

  • monitoring/token_limiter — Deterministic token budget gate for autonomous agent loops. Host passes cumulative token usage; skill returns CONTINUE, WARN, or FORCE_TERMINATE. Bundled indicative model pricing, ROI scaffold fields for v2 (not enforced), catalog docs, and local + Gemini/Claude loop examples (#23, #207).
  • New monitoring skill category in CONTRIBUTING, ai_native_workflow.md, and Skill Library.
  • Teststests/test_registry_docs.py CI doc-drift guards: skill catalog, examples/README.md, and agent_loops.md stay in sync with the registry (#183, #189).
  • Documentation — Cross-linked doc-drift guards in contributor guides; PR checklist reminder in CONTRIBUTING (#193, #197).

Changed

  • Documentationtoken_limiter catalog 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 examples behavior (#191, #194).

Upgrade

pip install -U skillware

monitoring/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

  • @rosspeilimonitoring/token_limiter skill, bundle, examples, and catalog docs (#23, #207); README Stats badges (#198)
  • @Areen-09tests/test_registry_docs.py doc-drift guards (#189); contributor guide cross-links (#197)
  • @uttam12331 — CLI and examples documentation alignment (#194)

Full changelog

  • #207monitoring/token_limiter skill (#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