Skip to content

AgentX v1.0.1

Choose a tag to compare

@cquil11 cquil11 released this 07 Aug 21:29
· 3 commits to main since this release

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

  • Added AgentX post-run validation requiring TTFT and inter-token-latency observations to cover at least 98% of each valid duration-based profiling phase.
  • Runs with incomplete profiling coverage now exit non-zero, retain diagnostic artifacts, and mark the submission invalid with insufficient_profile_metric_coverage.
  • Warmup observations and intentionally short --unsafe-override smoke runs are excluded from the coverage check.
  • No changes to request payloads, workload pacing, concurrency, ordering, warmup handoff, spawn/join behavior, latency calculations, routing, or inference-server execution. Healthy-run performance results are unchanged.

Validation

  • Full local pre-commit suite passed.
  • Targeted changed-path suites passed, with up to 170 tests per independent audit.
  • Healthy mock profiles passed with 99.8–100% TTFT coverage and 100% ITL coverage.
  • Deliberately stopped or suspended mock servers failed with retained artifacts and the expected invalid-submission reason.

What's Changed

  • feat(agentx): fail incomplete profiling metric coverage by @cquil11 in #35

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