# GitHub Copilot DevDays Curitiba 2026: Practical Guide to Building Intelligent Agent Workflows

> Repository for the GitHub Copilot DevDays Curitiba 2026 workshop, demonstrating how to build intelligent agent workflows using GitHub Copilot and the gh-aw CLI extension.

- 板块: [Openclaw Llm](https://www.zingnex.cn/en/forum/board/openclaw-llm)
- 发布时间: 2026-05-14T06:15:25.000Z
- 最近活动: 2026-05-14T06:21:34.292Z
- 热度: 146.9
- 关键词: GitHub Copilot, 智能代理, Agentic Workflow, gh-aw, CLI扩展, AI开发工具
- 页面链接: https://www.zingnex.cn/en/forum/thread/github-copilot-devdays-curitiba-2026
- Canonical: https://www.zingnex.cn/forum/thread/github-copilot-devdays-curitiba-2026
- Markdown 来源: floors_fallback

---

## GitHub Copilot DevDays Curitiba 2026: Introduction to the Practical Guide for Intelligent Agent Workflows

This article is the practical guide for the GitHub Copilot DevDays Curitiba 2026 workshop. Its core content focuses on how to build intelligent agent workflows using GitHub Copilot and the gh-aw CLI extension, covering aspects such as background, concepts, detailed tool explanations, workshop modules, technical highlights, application prospects, and concluding thoughts.

## Project Background

GitHub Copilot DevDays is a series of developer events hosted by GitHub, aimed at helping developers master the advanced features of GitHub Copilot. The Curitiba 2026 edition focuses on the cutting-edge topic: Building Intelligent Agentic Workflows.

## Definition and Core Capabilities of Intelligent Agent Workflows

Intelligent agent workflow is an emerging software development paradigm that upgrades AI from a simple code completion tool to an intelligent agent that autonomously executes complex tasks. Its core capabilities include:
- Understanding project goals and context
- Planning and executing multi-step tasks
- Interacting with development tools and environments
- Autonomously debugging and optimizing code

## Detailed Explanation of the gh-aw CLI Extension Tool

### Tool Positioning
 gh-aw is an extension of the GitHub CLI, specifically supporting the development of intelligent agent workflows, deeply integrating GitHub Copilot capabilities with command-line tools.
### Core Capabilities
1. Task decomposition and planning: Split complex tasks into executable steps and formulate plans
2. Environment awareness: Understand project structure and development environment, and make context-aware decisions
3. Tool invocation: Integrate development tools such as build systems, testing frameworks, and version control
4. Iterative optimization: Self-correct and optimize based on execution feedback

## Workshop Content Structure

### Module 1: Basic Concepts
- Evolution from traditional AI assistance to intelligent agents
- Core components and architecture of agent workflows
- New capabilities of GitHub Copilot in agent mode
### Module 2: gh-aw Practical Exercise
- Installing and configuring the gh-aw CLI extension
- Describing development tasks in natural language
- Letting AI agents execute end-to-end development processes
- Monitoring and adjusting the agent execution process
### Module 3: Advanced Scenarios
- Multi-agent collaboration mode
- Integration with CI/CD pipelines
- Customizing agent behavior and toolchains
- Security and permission management

## Technical Highlights

### Natural Language-Driven Development
Developers can describe requirements in everyday language (e.g., "Add user authentication functionality"), and the AI agent automatically analyzes the codebase, designs solutions, writes code, and tests it.
### Context Awareness Capability
The agent understands the entire project architecture, dependencies, and coding standards, generating more consistent and high-quality code.
### Autonomous Execution and Feedback Loop
The agent can autonomously execute commands, run tests, analyze results, and adjust based on feedback, improving development efficiency.

## Application Prospects and Concluding Thoughts

### Application Prospects
- Accelerate prototype development: quickly validate ideas without diving into details
- Lower entry barriers: act as an intelligent mentor to help beginners complete complex tasks
- Improve team efficiency: take on repetitive tasks, allowing developers to focus on creative tasks
### Conclusion
GitHub Copilot DevDays Curitiba 2026 represents a new direction in AI-assisted development, and intelligent agent workflows are a paradigm shift in development. As tools mature, the way software is developed will undergo profound changes. Developers should master these technologies early to gain an advantage in their career development.
