Skip to content

v0.3.7 — wellness/mental_coach, maintainer test layout, wallet_screening doc

Choose a tag to compare

@rosspeili rosspeili released this 22 Jun 09:56
· 163 commits to main since this release

Added

  • wellness/mental_coach — Deterministic wellness coaching firewall with crisis triage, hard scope limits, embedded public KB, optional Gemini scope evaluator, catalog documentation, and mental_coach_demo.py example (#148, #174).
  • New wellness skill category in CONTRIBUTING and docs/usage/agent_loops.md.

Changed

  • Tests — Moved tests/test_mica_module.py to tests/skills/compliance/test_mica_module.py so maintainer skill tests follow the tests/skills/<category>/ layout; tests/ root is framework-only (#86, #180).

Fixed

  • finance/wallet_screening — Align examples and docs with finance/wallet_screening manifest tool name; fix gemini_wallet_check.py and claude_wallet_check.py to match tool name dynamically from manifest; correct card.json UI fields to match actual skill output schema; update instructions.md, provider snippets, Data Schema, and usage docs (#173, #175).

Upgrade

pip install -U skillware

Optional skill runtime deps (including wellness/mental_coach evaluator): pip install "skillware[all]".

Contributors

  • @mrmasa88 — wellness/mental_coach skill: crisis gate, grounded KB, bundle tests, catalog page, and demo (#148, #174)
  • @rosspeili — Maintainer test layout: move mica_module test under tests/skills/compliance/ (#86, #180)
  • @Akanksha-H — finance/wallet_screening examples, docs, and card.json alignment with manifest tool name (#173, #175)

Full changelog

  • #174 — Add wellness/mental_coach skill resolving #148
  • #175 — wallet_screening examples and docs aligned with manifest tool name (#173)
  • #180 — Move mica_module maintainer test under tests/skills/compliance/ (#86)

Compare: v0.3.6...v0.3.7