docs(agentex): neutral delegation docstrings and restore get_headers … #768
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run Agentex Integration Tests | ||
| on: | ||
| pull_request: | ||
| paths: | ||
| - 'agentex/**' | ||
| push: | ||
| branches: | ||
| - main | ||
| paths: | ||
| - 'agentex/**' | ||
| workflow_dispatch: | ||
| inputs: | ||
| commit-sha: | ||
| description: "Commit SHA to test against" | ||
| required: true | ||
| type: string | ||