v0.5.1 - Bug Fixes
🐛 Bug Fixes
This patch release fixes issues from the 0.5.0 plugin system release.
Fixed
-
Broken Import: Removed proprietary
MetricsTrackerimport fromathf/agents/base.py- Changed
_log_llm_metrics()to a no-op stub that plugins can override - Maintains API compatibility for plugin implementations
- Changed
-
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.1Full Changelog: v0.5.0...v0.5.1