Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 536 Bytes

File metadata and controls

15 lines (10 loc) · 536 Bytes

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.