Welcome to the v0 release of Faultr! This version lays the foundation for adversarial testing in agentic commerce.
✨ New Features#
- Adversarial Engine v0: Baseline scenario generation for testing agent compliance.
- Protocol Support: Initial support for AP2 (Agent Payment Protocol) and ACP (Agent Compliance Protocol).
- CLI Tool: Direct integration with CI/CD pipelines via .text
faultr-cli
⚡ Improved#
- Evaluation Latency: 20% faster scenario generation using our optimized inference pipeline.
- Report Formatting: More detailed breakdown of failure categories in the final evaluation report.
🐛 Fixed#
- Retry Logic: Fixed a bug where tokens were consumed twice on failing requests.
- Context Handling: Improved agent context parsing for long-form transaction histories.
v0 Compatibility
This is an early preview. API contracts are subject to change. Please ensure you are using the latest version of the SDK.
📦 Dependencies#
- : ^0.1.2text
@faultr/sdk - : ^0.0.8text
python-client
Check our documentation for full migration details.