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