Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 592 Bytes

File metadata and controls

15 lines (13 loc) · 592 Bytes

Testing

  • python -m pytest
  • python -m ruff check agent_bench
  • Additional targeted tests (list):
    • Unit tests for new agent logic
    • Integration tests for agent-to-agent communication
    • Performance tests for agent coordination

Checklist

  • Spec/docs updated (README, SPEC_FREEZE, changelog, etc., as needed)
  • New tasks/tests added to registry + SPEC if applicable
  • Roadmap items tracked in appropriate boards (if applicable)
  • Security/privacy review (if touching telemetry, signing, or bundles)
  • Verified CI status once pushed