Skip to content

Commit c61b15b

Browse files
committed
add concepts
1 parent 682593a commit c61b15b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/concepts.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Now that you've got your first workflow running, let's dive deeper into the concepts and capabilities of GitHub Agentic Workflows.
44

5-
Agentic workflows represent a new paradigm where AI agents can perform complex, multi-step tasks in your repository automatically. They combine the power of large language models with GitHub's collaboration platform to create truly intelligent automation.
5+
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.
6+
7+
GitHub Agentic Workflows are both revolutionary and yet familiar: they build on top of GitHub Actions, and use familiar AI engines such as Claude Code and Codex to interpret natural language instructions.
68

79
## Core Concepts
810

@@ -48,7 +50,7 @@ The engine interprets your natural language instructions and executes them using
4850

4951
### Continuous AI Patterns
5052

51-
GitHub Agentic Workflows enable "Continuous AI" — the systematic application of AI to software collaboration:
53+
GitHub Agentic Workflows enable [Continuous AI](https://githubnext.com/projects/continuous-ai) — the systematic application of AI to software collaboration:
5254

5355
- **Continuous Documentation** — Keep docs current and comprehensive
5456
- **Continuous Code Improvement** — Incrementally enhance code quality

0 commit comments

Comments
 (0)