Test Pirate Agent #6
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: Test Pirate Agent | |
| on: | |
| workflow_dispatch: | |
| jobs: | |
| test-pirate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Ask pirate agent about shipments | |
| uses: docker/cagent-action@main | |
| with: | |
| agent: agentcatalog/pirate | |
| prompt: "What do we ship today?" | |
| openai-api-key: ${{ secrets.OPENAI_API_KEY }} |