What's New in v0.2.0
SDK — 100% API Coverage
- 31/31 endpoints now covered (up from 25 in v0.1.0)
get_model(),export_uptime_history(),export_benchmark(),get_unread_alert_count(),get_recent_alerts()stream_benchmark()— live WebSocket streaming of benchmark progress viaAsyncArgusLMClient
CI/CD
- GitHub Actions pipeline: test (Python 3.11 + 3.12 matrix), lint (ruff), build verification
Quality
- 247 tests passing
- PyPI and CI badges in README
- SPDX-compliant license metadata (PEP 639)
Install
pip install arguslm # SDK only
pip install arguslm[ws] # SDK + WebSocket streaming
pip install arguslm[server] # Full self-hosted serverFull Changelog: v0.1.0...v0.2.0