Skip to content

v0.5.1 - Bug Fixes

Choose a tag to compare

@sydney-nebulock sydney-nebulock released this 25 Jan 05:07
· 81 commits to main since this release

🐛 Bug Fixes

This patch release fixes issues from the 0.5.0 plugin system release.

Fixed

  • Broken Import: Removed proprietary MetricsTracker import from athf/agents/base.py

    • Changed _log_llm_metrics() to a no-op stub that plugins can override
    • Maintains API compatibility for plugin implementations
  • Docstring Cleanup: Changed base agent docstring from "hunt-vault" to "ATHF"

    • Ensures proper separation between public framework and proprietary code

Technical Details

All changes are non-breaking:

  • Plugins can override _log_llm_metrics() for custom metrics tracking
  • Base implementation is now a pass-through no-op
  • No functional changes to existing behavior

Installation

pip install --upgrade agentic-threat-hunting-framework>=0.5.1

Full Changelog: v0.5.0...v0.5.1