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")