Skip to content

Commit 75e5b1b

Browse files
committed
readme update
1 parent 719a41e commit 75e5b1b

1 file changed

Lines changed: 27 additions & 17 deletions

File tree

README.md

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,41 @@
1-
# Next Ed agentic workflows workshop
1+
# Next <-> GitHub Educator Summit
22

3-
This repository is a resource for the workshop at <https://luma.com/law93emw>.
3+
## Agenda
44

5-
## What to try
6-
7-
Choose one of these tools and try it in your own repository during the workshop.
8-
Each tool includes a one-line prompt you can paste into Copilot or the coding
9-
agent of your choice.
5+
- Introduce Actions and Agentic Workflows
6+
- Show Autoloop, Crane and Goal
7+
- Get hands-one with an agentic workflow in your own repo
108

119
### GitHub Agentic Workflows
1210

13-
[GitHub Agentic Workflows](https://github.com/github/gh-aw) lets you write
14-
agentic workflows in natural-language Markdown and run them safely in GitHub
15-
Actions.
11+
[GitHub Agentic Workflows](https://github.com/github/gh-aw) is a framework for running agents on the Actions compute and event framework.
1612

17-
Paste this to your agent:
13+
The quickstart docs here: https://github.github.com/gh-aw/ are a great way to get started, or simply paste this to your agent:
1814

1915
```text
2016
Install GitHub Agentic Workflows using https://github.com/github/gh-aw/blob/main/install.md
2117
```
2218

19+
To create a new workflow:
20+
21+
```text
22+
Create a workflow for GitHub Agentic Workflows using https://raw.githubusercontent.com/github/gh-aw/main/create.md
23+
24+
```
25+
26+
Not just for coding! Check out [Peli's Agent Factory](https://github.github.com/gh-aw/blog/2026-01-12-welcome-to-pelis-agent-factory/) for many inspiring examples.
27+
28+
## Loop Engineering
29+
30+
Rather than directly prompting agents, agentic engineering is shifting toward creating recurring goal-oriented processes that run automatically. This can target goals like performing research, increasing test coverage, migrating a codebase, keeping issues triaged, or anything that you can measure and improve about your repository!
31+
2332
### Autoloop
2433

2534
[Autoloop](https://github.com/githubnext/autoloop) automates repeated
2635
improvement loops in a repository: define a goal, target files, and a measurable
2736
evaluation, and it keeps only changes that improve the metric.
2837

29-
Paste this to your agent:
38+
Agent install comamnd:
3039

3140
```text
3241
Install autoloop using https://github.com/githubnext/autoloop/blob/main/install.md
@@ -38,7 +47,7 @@ Install autoloop using https://github.com/githubnext/autoloop/blob/main/install.
3847
planning and applying migration steps while preserving behavior through tests and
3948
health checks.
4049

41-
Paste this to your agent:
50+
Agent install comamnd:
4251

4352
```text
4453
Install crane using https://github.com/githubnext/crane/blob/main/install.md
@@ -50,7 +59,7 @@ Install crane using https://github.com/githubnext/crane/blob/main/install.md
5059
agentic workflow that keeps working on the same branch and pull request until
5160
the issue's completion contract is satisfied.
5261

53-
Paste this to your agent:
62+
Agent install comamnd:
5463

5564
```text
5665
Install goal using https://github.com/githubnext/goal/blob/main/install.md
@@ -60,7 +69,8 @@ Install goal using https://github.com/githubnext/goal/blob/main/install.md
6069

6170
1. Clone your repository locally, if you do not already have it.
6271
2. Start Copilot or the coding agent of your choice in that repository.
63-
3. Pick one tool from the list above.
72+
3. Think of a task you want to accomplish in your repo, and match it with one of the tools above
6473
4. Paste the tool's install prompt into your agent.
65-
5. Review the changes your agent proposes before merging or running anything on
66-
important branches.
74+
5. Ask for help!
75+
76+
After today, find us in our [Discord](https://discord.com/invite/K2mVGbR9bK). We would love to help you on your agentic workflows journey.

0 commit comments

Comments
 (0)