Skip to content

AgentX v1.0.4

Latest

Choose a tag to compare

@cquil11 cquil11 released this 10 Aug 17:31
49634d1

Non-Breaking Changes / Validation Fixes (No Performance Effect)

  • Fixed AgentX profiling liveness validation to accept either late TTFT or late inter-token activity at the existing 98% cutoff.
  • Healthy long-running streams no longer fail solely because no new request starts near the profiling boundary.
  • Genuinely stalled runs still fail when neither signal reaches the cutoff.
  • No changes to request payloads, workload pacing, concurrency, latency calculations, routing, or inference-server execution.

Validation

  • 103 focused unit tests passed.
  • All applicable pre-commit checks passed.
  • Regression coverage includes the observed TTFT=97.9504%, ITL=100% false-positive case.

What's Changed

  • fix(agentx): accept either latency signal as liveness by @cquil11 in #39

Full Changelog: agentx-v1.0.3...agentx-v1.0.4