Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Automation catalog

This directory contains recommended OpenHands automation templates.

  • catalog/*.json contains one source file per recommended automation.
  • index.js assembles and exports the catalog for Node.js and bundlers.
  • index.d.ts contains the public TypeScript shape.

Consumers can import the package export:

import { AUTOMATION_CATALOG } from "@openhands/extensions/automations";

Each automation references required integrations by ID. Those IDs should match entries in integrations/catalog/*.json.