- Updated agent-runner documentation to clarify the requirement for exact model ID matching.
- Implemented model identity checks in run_agent.py to ensure the response model matches the configured model.
- Introduced a new script, run_paired_trial.py, to facilitate bounded A/B testing with a constrained skill-guidance protocol.
- Added comprehensive tests for the paired trial CLI in test_run_paired_trial.py, covering various scenarios including credential handling, preflight checks, and model identity validation.