GitHub Previews 'Agentic Workflows' in CI/CD

GitHub has launched a technical preview of “Agentic Workflows,” allowing AI agents to run automatically as part of GitHub Actions pipelines. The new Agent HQ system lets developers manage agents powered by models like Anthropic’s Claude and OpenAI’s Codex directly within their workflow. This signals a shift from AI as a coding assistant to an orchestrated agent for tasks like continuous integration and refactoring.

- Workflows are defined using natural language in Markdown files within the `.github/workflows/` directory, which are then compiled into standard GitHub Actions YAML using a command-line interface (CLI) extension. - The system is a collaborative effort between GitHub Next, Microsoft Research, and Azure Core Upstream, and is part of a larger initiative GitHub refers to as "Continuous AI". - A key security feature involves agents operating with read-only permissions by default within a sandboxed environment; any proposed changes are buffered and reviewed by a separate AI analysis for potential threats before being applied. - This feature is not intended to replace deterministic CI/CD workflows but to complement them, as the outcomes of agentic workflows can be variable. - Beyond GitHub's native Copilot, Agent HQ allows the integration of models from partners like Anthropic and OpenAI, positioning GitHub as a marketplace for various AI tools. - Potential use cases include automatically triaging new issues, updating documentation to align with code changes, suggesting code improvements, and investigating the root causes of CI failures. - The project is fully open source under the MIT license, and developers can get started by installing the `gh aw` CLI extension. - The cost of running these workflows is variable and depends on the complexity of the tasks; developers can track token usage and associated costs via audit commands and logs.

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.