Skip to content

AgentX v1.0.3

Choose a tag to compare

@cquil11 cquil11 released this 07 Aug 21:29
bcfc235

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

  • Fixed concurrent mmap-backed conversation reads by replacing shared-cursor seek()/read() operations with position-independent byte-range slicing.
  • Added deterministic regression coverage for parallel conversation reads.
  • No changes to AgentX request payloads, workload pacing, concurrency, synthetic AL, latency timing, metric calculations, routing, or inference-server execution. This release only prevents corrupted or truncated dataset records when parallel workers race the shared mmap cursor.

Validation

  • 94 targeted dataset and mmap tests passed.
  • The full unit test suite completed successfully.
  • Pre-commit checks passed for the changed files.

What's Changed

  • fix(dataset): make mmap conversation reads concurrency-safe by @cquil11 in #37

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