Skip to content

A GitHub Action for setting up the Agentuity CLI in your workflow

Notifications You must be signed in to change notification settings

agentuity/setup-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Agentuity
Build Agents, Not Infrastructure

License Join the community on Discord

Setup Agentuity Action

This GitHub Action sets up the Agentuity CLI in your GitHub Actions workflow.

Example Workflow

name: Example Workflow
on: [push]

jobs:
  example:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Setup Agentuity CLI
        uses: agentuity/setup-agentuity-action@v1
        with:
          api_key: ${{ secrets.AGENTUITY_API_KEY }}
      - name: Use Agentuity CLI
        run: agentuity version

How it works

This action:

  1. Downloads the latest version of the Agentuity CLI for Linux x86_64
  2. Adds it to the PATH
  3. Makes it available for subsequent steps in your workflow

About

A GitHub Action for setting up the Agentuity CLI in your workflow

Resources

Stars

Watchers

Forks

Packages

No packages published