Skip to content

Merge pull request #22 from Algenix-Org/renovate/actions-checkout-6.x #125

Merge pull request #22 from Algenix-Org/renovate/actions-checkout-6.x

Merge pull request #22 from Algenix-Org/renovate/actions-checkout-6.x #125

Workflow file for this run

name: AI Agent Workflow
on:
push:
branches:
- main
jobs:
run-ai-agent:
runs-on: ubuntu-latest
env:
AGENT_NAME: MyAIAgent
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AGENT_LOG_LEVEL: DEBUG
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.14'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install python-dotenv
- name: Run AI Agent
run: python ai_agent_sdk.py