Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 270 Bytes

File metadata and controls

17 lines (12 loc) · 270 Bytes

Hermod SDK for Python

Install

Install the SDK using pip from git:

pip install git+https://github.com/nla-is/hermod-python.git

Usage

import hermod

def handler() -> str:
    return hermod.invoke_sync("generate-random-sentence")