Skip to content

v0.2.0

Choose a tag to compare

@zats zats released this 06 Sep 20:14
· 16 commits to main since this release

Release v0.2.0

Highlights

  • Macro: @llmtools types now automatically conform to LLMToolsRepository via an attached extension macro when applied at file scope.
  • Macro declaration updated to advertise the extension conformance.
  • Tests: Added conformance assertion and moved the filtering demo to file scope; expanded runtime filtering/dispatch checks.
  • Docs: Clarified file‑scope requirement for automatic conformance and usage tips.

Notes

  • Local (inside-function) types annotated with @llmtools still get members (llmTools, dispatchLLMTool, filtering), but do not gain protocol conformance.