Examples
import heepx
warrant = heepx.learn("warrant")
for result in heepx.search("review"):
print(result.name, "-", result.description)
See the full examples page for Python, JavaScript, Go, Rust,
multi-agent, and offline-mode examples, and the
examples/
directory in the SDK repository for five runnable Python scripts.