Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/command-triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Command Triggers
description: Learn about command triggers and context text functionality for agentic workflows, including special @mention triggers for interactive automation.
---

# 🏷️ Command Triggers

This guide covers command triggers and context text functionality for agentic workflows.

## Special `command:` Trigger
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Introduction to GitHub Agentic Workflows
description: Learn the core concepts and capabilities of GitHub Agentic Workflows, combining AI agents with GitHub's collaboration platform for Continuous AI.
---

# 📖 Introduction to GitHub Agentic Workflows

Now that you've [got your first workflow running](quick-start.md), let's dive deeper into the concepts and capabilities of GitHub Agentic Workflows.

GitHub Agentic Workflows represent a new paradigm where AI agents can perform complex, multi-step tasks in conjunction with your team automatically. They combine the power of AI with GitHub's collaboration platform to enable [Continuous AI](https://githubnext.com/projects/continuous-ai) — the systematic, automated application of AI to software collaboration.
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/include-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Include Directives
description: Learn how to modularize and reuse workflow components across multiple workflows using include directives for better organization and maintainability.
---

# 📝 Include Directives

Include directives allow you to modularize and reuse workflow components across multiple workflows.

## Basic Include Syntax
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: GitHub Agentic Workflows Documentation
description: Write agentic workflows in natural language markdown and run them in GitHub Actions. Complete documentation for GitHub's research demonstrator from GitHub Next.
---

# 📖 GitHub Agentic Workflows Documentation

Write agentic workflows in natural language markdown, and run them in GitHub Actions. From [GitHub Next](https://githubnext.com/).

## Getting Started
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/mcps.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Model Context Protocol (MCP) Integration Guide
description: Learn how to use Model Context Protocol (MCP) servers with GitHub Agentic Workflows to connect AI agents to external tools, databases, and services.
---

# 🔌 Model Context Protocol (MCP) Integration Guide

This guide covers using Model Context Protocol (MCP) servers with GitHub Agentic Workflows.

## What is MCP?
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Quick Start Guide
description: Get your first agentic workflow running in minutes. Install the extension, add a sample workflow, set up secrets, and run your first AI-powered automation.
---

# 🚀 Quick Start — Get your first workflow running

This guide will get you from zero to a running agentic workflow in minutes. You'll install the extension, add a sample workflow, set up the required secrets, and run it.

## Prerequisites
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/safe-outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Safe Output Processing
description: Learn about safe output processing features that enable creating GitHub issues, comments, and pull requests without giving workflows write permissions.
---

# 🔒 Safe Output Processing

One of the primary security features of GitHub Agentic Workflows is "safe output processing", enabling the creation of GitHub issues, comments, pull requests, and other outputs without giving the agentic portion of the workflow write permissions.

## Available Safe Output Types
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Sample Workflows
description: Collection of demonstrator agentic workflows for research, planning, coding, and development tasks that you can use as starting points for your own automation.
---

# Sample Workflows

**Demonstrator Research & Planning Workflows**
- [📚 Weekly Research](https://github.com/githubnext/agentics/blob/main/docs/weekly-research.md) - Collect research updates and industry trends
- [👥 Daily Team Status](https://github.com/githubnext/agentics/blob/main/docs/daily-team-status.md) - Assess repository activity and create status reports
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Secrets Management
description: Learn how agentic workflows handle secrets automatically and how to configure custom secret references for secure AI automation.
---

# 🔐 Secrets Management

Agentic workflows automatically handle several types of secrets and support custom secret references.

## Automatically Provided Secrets
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/security-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Security Notes
description: Important security considerations for GitHub Agentic Workflows, including sandboxing, permissions, and best practices for safe agentic automation.
---

# Security Notes

> [!CAUTION]
> GitHub Agentic Workflows is a research demonstrator, and Agentic Workflows are not for production use.

Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Tools Configuration
description: Configure GitHub API tools and AI capabilities available to your agentic workflows, including GitHub tools and Claude-specific integrations.
---

# 🔧 Tools Configuration

This guide covers the available tools that can be configured in agentic workflows, including GitHub tools and Claude-specific tools.

> **📘 Looking for MCP servers?** See the complete [MCPs](mcps.md) for Model Context Protocol configuration, debugging, and examples.
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Visual Studio Code Integration
description: Learn about the gh aw CLI tools for improving your developer experience in Visual Studio Code and other IDEs, including Copilot instructions.
---

# Visual Studio Code Integration

The `gh aw` cli provides a few tools to improve your developer experience in Visual Studio Code (or other IDEs).

## Copilot instructions <a id="copilot-instructions"></a>
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/workflow-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Workflow Structure
description: Learn how agentic workflows are organized and structured within your repository, including directory layout and file organization.
---

# 📋 Workflow Structure

This guide explains how agentic workflows are organized and structured within your repository.

## Directory Structure
Expand Down