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