harn-hostlib 0.9.13

Opt-in code-intelligence and deterministic-tool host builtins for the Harn VM
Documentation
1
2
3
4
5
6
import os
from typing import List, Optional


def greet(name: str) -> str:
    return f"hi {name}"