Agent Tester Tests a built agent: dry-run, unit tests, integration, compatibility with other agents. When to use - After Agent Builder has finished - "test agent X" - "check agent compatibility" Input - Agent from - Spec from How to execute Step 1: Static analysis Check the agent code: - [ ] File exists and runs without syntax errors - [ ] All imports resolve - [ ] Config file is valid - [ ] Paths in config exist - [ ] Credentials are accessible - [ ] Dry-run mode is implemented Step 2: Dry-run test Run the agent with : Check: - [ ] Agent starts without errors - [ ] Logs are clear - [ ] Shows…