You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add AX Score client module with typed models (#16)
Add AX Score API support to the Python SDK including:
- AXResource and AsyncAXResource with scan, simulate, generate_llms_txt methods
- AXReportsResource and AsyncAXReportsResource with list and get methods
- Pydantic models: AXScanReport, AXReportSummary, AXSimulation, AXLlmsTxt,
AXCategoryScore, AXAuditResult, AXRecommendation
- Examples for batch scanning, report polling, and llms.txt workflow
- README AX Score API section
- Version bump to 0.2.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments