All integrations
AutomationLive
GitHub Actions
CI/CD pipelines that test, build, and deploy AGNT components.
Official siteOverview
GitHub Actions runs AGNT's continuous integration pipeline — linting, type checking, pytest suite, and Next.js build verification on every pull request. Deployment to Railway (backend) and Vercel (frontend) triggers on merge to main.
The fleet management system uses GitHub Actions for scheduled health checks and automated dependency updates via Dependabot, with security audit workflows catching CVEs before they reach production.
How it works
AGNT's monorepo uses GitHub Actions workflows for CI/CD, running tests and deploying to Railway and Vercel on merge.
Integration status
Live— actively used in production