Community-contributed agent flows for ArchonIDE.
Open ArchonIDE and navigate to the Registry tab to browse, search, and install community flows.
- Build your flow in ArchonIDE's Flow Designer
- Share it by clicking the Share to Community button in the toolbar (auto-creates a PR)
- Community reviews the PR, tests the flow, and votes with thumbs up reactions
- 3+ votes triggers the
community-approvedlabel and notifies the maintainer - Maintainer merges the PR into main, making it available in the Registry
- Design your flow in ArchonIDE's Flow Designer
- Click Share to Community in the toolbar
- Fill in the metadata (name, description, tags)
- A pull request is created automatically
- Fork this repository
- Create a folder under
flows/with your flow slug (e.g.,flows/my-flow/) - Add your
flow.json(exported from ArchonIDE) - Update
flows/index.jsonwith your flow's metadata - Open a pull request
Community input matters. When you see a PR:
- Pull the branch and install the flow in ArchonIDE
- Test it with a real use case
- Leave feedback in the comments
- Thumbs up the PR if the flow works well
PRs with 3+ thumbs up are flagged for maintainer review and merge.
Each flow folder contains:
flows/my-flow/
flow.json # Full FlowDefinition (nodes, edges, config)
The catalog is maintained in flows/index.json.
- Flows must export and run successfully in ArchonIDE
- No hardcoded API keys or secrets
- Include a clear description of what the flow does and when to use it
- One flow per PR
Community flows are shared under the MIT License unless otherwise specified by the author.