Skip to content
Merged
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
8 changes: 8 additions & 0 deletions docs/src/content/docs/reference/editors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ An interactive browser-based playground that runs the gh-aw compiler entirely in
> [!NOTE]
> Community editors are created and maintained by independent contributors. They are not officially supported by the gh-aw project.

### Agentic Prompt Generator

A web-based tool for generating and editing agentic workflow prompts. It provides an interactive interface to help author workflow prompts for agentic workflows.

<LinkButton href="https://ashleywolf.github.io/agentic-prompt-generator/" icon="external" variant="secondary">
https://ashleywolf.github.io/agentic-prompt-generator/
</LinkButton>

### Graphical Workflow Editor

A visual, graphical workflow editor that provides a richer UI for editing agentic workflows. Rather than working directly with markdown and YAML, this editor focuses on a more interactive and visual editing experience.
Expand Down