Contribute a workflow example π§©
The community examples gallery showcases reusable
Astron Agent workflows that anyone can import and adapt. Adding one is a great first contribution β
and you'll show up as a project contributor.
What you need
- A workflow you've built in Astron Agent that does something useful
- Its exported DSL (
workflow.yml)
Steps
- Copy the template:
cp -r examples/TEMPLATE examples/<your-example-id>
- Drop in your exported
workflow.yml.
- Fill in
README.md (frontmatter + description) β see
examples/README.md for the field list.
- Scrub secrets β οΈ β exported DSL can embed API keys / app ids / tokens. Replace them with
YOUR_* placeholders. (CI checks this automatically.)
- Open a PR. The
Examples Lint check validates your frontmatter and scans for secrets.
Prefer a guided submission without using Git? Use the π§© Submit a Workflow Example issue form instead.
Not sure what to build? Browse the existing examples
for inspiration β translators, summarizers, content generators, Q&A assistants all welcome.
Contribute a workflow example π§©
The community examples gallery showcases reusable
Astron Agent workflows that anyone can import and adapt. Adding one is a great first contribution β
and you'll show up as a project contributor.
What you need
workflow.yml)Steps
cp -r examples/TEMPLATE examples/<your-example-id>workflow.yml.README.md(frontmatter + description) β seeexamples/README.mdfor the field list.YOUR_*placeholders. (CI checks this automatically.)Examples Lintcheck validates your frontmatter and scans for secrets.Prefer a guided submission without using Git? Use the π§© Submit a Workflow Example issue form instead.
Not sure what to build? Browse the existing examples
for inspiration β translators, summarizers, content generators, Q&A assistants all welcome.