AgentX v1.0.2
Non-Breaking Changes / Bug Fixes (No Performance Effect)
- Added
full_decode_duration, measured from the first parsed content response through explicit HTTP response completion. - Added
full_response_inter_token_latency, aligning the full client-observed decode interval with the reported output-token count. - Added
full_response_output_token_throughput_per_useras the inverse of full-response ITL. - Preserved all existing parsed-content metrics; the new full-response metrics are additive.
- No changes to request payloads, workload pacing, concurrency, synthetic AL, routing, or inference-server execution. This release adds reporting metrics only and does not alter system performance.
Validation
- 50 targeted metric, registry, and JSON exporter tests passed.
- 833 metrics, property, and exporter tests passed.
- Full pre-commit suite passed.
What's Changed
Full Changelog: agentx-v1.0.1...agentx-v1.0.2