github / gh-aw
GitHub Agentic Workflows
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing github/gh-aw in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewGitHub Agentic Workflows Write agentic workflows in natural language markdown, and run them in GitHub Actions. Contents • Quick Start • Overview • Guardrails • Documentation • Contributing • Share Feedback • Peli's Agent Factory • Related Projects Quick Start Ready to get your first agentic workflow running? Follow our step-by-step Quick Start Guide to install the extension, add a sample workflow, and see it in action. Overview Learn about the concepts behind agentic workflows, explore available workflow types, and understand how AI can automate your repository tasks. See How It Works. Guardrails Guardrails, safety and security are foundational to GitHub Agentic Workflows. Workflows run with read-only permissions by default, with write operations only allowed through sanitized . The system implements multiple layers of protection including sandboxed execution, input sanitization, network isolation, supply chain security (SHA-pinned dependencies), tool allow-listing, and compile-time validation. Access can be gated to team members only, with human approval gates for critical operations, ensuring AI agents operate safely within controlled boundaries. See the Security Architecture for comprehensive details on threat modeling, implementation guidelines, and best practices. Using agentic workflows in your repository requires careful attention to security considerations and careful human supervision, and even then things can still go wrong. Use it with caution, and at your own risk. Documentation For complete documentation, examples, and guides, see the Documentation. If you are an agent, download the llms.txt. Contributing For development setup and contribution guidelines, see CONTRIBUTING.md. Share Feedback We welcome your feedback on GitHub Agentic Workflows! • Community Feedback Discussions • GitHub Next Discord Peli's Agent Factory See the Peli's Agent Factory for a guided tour through many uses of agentic workflows. Related Projects GitHub Agentic Workflows is supported by companion projects that provide additional security and integration capabilities: • **Agent Workflow Firewall (AWF)** - Network egress control for AI agents, providing domain-based access controls and activity logging for secure workflow execution • **MCP Gateway** - Routes Model Context Protocol (MCP) server calls through a unified HTTP gateway for centralized access management • **gh-aw-actions** - Shared library of custom GitHub Actions used by compiled workflows, providing functionality such as MCP server file management