656 B
yaml
| 1 | schema: 1 |
| 2 | name: hello-world |
| 3 | owner: openagents |
| 4 | version: 1.0.0 |
| 5 | kind: workflow |
| 6 | title: Hello World |
| 7 | summary: A minimal workflow that greets you, inspects the repo, and summarizes it. |
| 8 | license: MIT |
| 9 | tags: [starter, example, onboarding] |
| 10 | runtimes: [claude-code, cursor, codex, openai-agents, langgraph, generic] |
| 11 | pricing: |
| 12 | model: free |
| 13 | amount_cents: 0 |
| 14 | currency: usd |
| 15 | entry: WORKFLOW.md |
| 16 | files: |
| 17 | - WORKFLOW.md |
| 18 | inputs: |
| 19 | - name: name |
| 20 | type: string |
| 21 | required: false |
| 22 | description: Name to greet. Defaults to "there". |
| 23 | default: there |
| 24 | requires: [] |
| 25 | homepage: https://github.com/openagents-hq/openagents |
| 26 | repository: https://github.com/openagents-hq/openagents |
| 27 |