GitHub エージェント型ワークフローが一般公開プレビューへ
本文の状態
日本語全文を表示中
詳細モードで約3分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
GitHub Changelog
GitHub が、コーディングエージェントを活用して課題の選別や CI 失敗分析などを自動化する「エージェント型ワークフロー」機能を一般公開プレビューとして開始した。自然言語で記述した定義を標準アクションに変換し、既存のランナーやポリシー制約を再利用可能にする。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
GitHub Agentic Workflows は現在、パブリックプレビュー版として利用可能です。Agentic workflows を用いることで、GitHub Actions 内のコーディングエージェントを活用し、イシューのトリアージ、CI の失敗分析、ドキュメント更新といった推論ベースのタスクを自動化できます。
自動化の手順は自然言語で記述された Markdown ファイルで定義し、GitHub Agentic Workflows がこれを標準的な Actions YAML にコンパイルします。これらは単なるアクションであるため、既存のランナーグループやポリシー制約をそのまま再利用可能です。
「GitHub Agentic Workflows により、複数のリポジトリにまたがる変更を含む大規模な実務へのエージェント適用範囲を広げることができました。柔軟性と組み込まれた制御機能により、Carvana では複雑なシステム全体で agentic workflows を活用することに自信を持っています」
– Alex Devkar, Carvana エンジニアリングおよびアナリティクス担当シニアバイスプレジデント
「私たちの開発者は、イシューのトリアージ、脆弱性の修正、依存関係の維持、ルーチンな変更のレビューといった反復作業に、毎回のスプリントで数時間を費やしていました。GitHub Agentic Workflows により、セキュリティ、品質、デリバリーにわたる再利用可能なワークフローのカタログを構築し、どのリポジトリでもチームが採用できるようにしました。かつてはエンジニアリングに数時間を要していたものが、現在は自律的に数分で完了するため、チームはより多くの時間をイノベーションと顧客への価値提供に集中できるようになりました」
– James Hoare, Marks & Spencer エンジニアリング担当 CTO
設計段階からセキュリティを最優先
GitHub Agentic Workflows は、自動化に対する多層的なセーフガードを組み込んでいます。エージェントは整合性フィルタルールを尊重して GitHub コンテンツにアクセスし、デフォルトでは読み取り専用権限で実行され、エージェントワークフローファイアウォールの背後にあるサンドボックス化されたコンテナ内で動作します。出力は安全な出力プロセスを通じて検証され、適用される前にすべての提案された変更がスキャンされるために専用の脅威検出ジョブが稼働します。
「エージェントにプルリクエストを開かせること自体は決して難しい部分ではありません。重要なのは、それをマージするに十分な信頼を置けるかどうかです。GitHub Agentic Workflows は、エージェントを SDLC(ソフトウェア開発ライフサイクル)全体で活用し、コードのパフォーマンス低下やプロダクション環境の破損を防ぐためのチェックを自動化します。アジェンティックワークフローにより、顧客に対して『マージ準備完了』と表示されるプルリクエストが実際に安全にマージできるという確信を与えることができます。」
– Hud.io の CTO、May Walter 氏
始め方
クイックスタートガイドに従って CLI エクスパンションをインストールし、数分で最初のワークフローを実行してください。GitHub Next の agentics リポジトリにある事前構築済みワークフローもご活用ください。トリアージ、レポート作成、コンプライアンスなど、すぐに使用可能な例が用意されています。
コミュニティディスカッションに参加して会話に参加し、フィードバックをお寄せください。
原文を表示
GitHub Agentic Workflows is now in public preview. With agentic workflows, you can automate reasoning-based tasks like issue triage, CI failure analysis, and documentation updates by leveraging coding agents inside GitHub Actions.
Define your automation in natural language Markdown files, and GitHub Agentic Workflows compiles them into standard Actions YAML. Because these are just actions, they reuse your existing runner groups and policy constraints.
“With GitHub Agentic Workflows, we’re able to expand how we apply agents to real engineering work at scale, including changes that span multiple repositories. The flexibility and built-in controls give us confidence to leverage agentic workflows across complex systems at Carvana.”
– Alex Devkar, senior vice president, Engineering and Analytics at Carvana
“Our developers were losing hours every sprint to repetitive work such as triaging issues, remediating vulnerabilities, maintaining dependencies, and reviewing routine changes. With GitHub Agentic Workflows, we’ve built a catalogue of reusable workflows spanning security, quality, and delivery that our teams can adopt across any repository. What once required hours of engineering effort can now be completed autonomously in minutes, meaning our teams can spend more time focused on innovation and delivering value to customers.”
– James Hoare, CTO, Engineering at Marks & Spencer
Security-first by design
GitHub Agentic Workflows incorporates layered safeguards to your automation. Agents access GitHub content respecting the integrity filter rules, run with read-only permissions by default, and execute inside a sandboxed container behind the Agent Workflow Firewall. The outputs are validated through the safe outputs process, and a dedicated threat detection job scans all proposed changes before they are applied.
“Getting an agent to open a pull request was never the hard part. Trusting it enough to merge is. GitHub Agentic Workflows put agents to work across the whole SDLC, automating the checks that make sure your code won’t degrade performance or break production. With agentic workflows, we can give our customers confidence that their ‘ready to merge’ PRs are actually safe to merge.”
– May Walter, CTO at Hud.io
Get started
Follow the quickstart guide to install the CLI extension and trigger your first workflow in minutes. Explore prebuilt workflows in GitHub Next’s agentics repository for ready-to-use examples covering triage, reporting, compliance, and more.
Join the conversation and share your feedback in the community discussion.
The post GitHub Agentic Workflows is now in public preview appeared first on The GitHub Blog.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み