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
Full Changelog: agentx-v1.0.3...agentx-v1.0.4