Skip to content

AgentX v1.0.2

Choose a tag to compare

@cquil11 cquil11 released this 07 Aug 21:30
· 2 commits to main since this release

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_user as 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

  • feat: add full-response ITL and output throughput by @cquil11 in #36

Full Changelog: agentx-v1.0.1...agentx-v1.0.2