"""3-line clawdforge usage.""" import os from clawdforge import Forge with Forge(base_url=os.environ["CLAWDFORGE_URL"], token=os.environ["CLAWDFORGE_TOKEN"]) as forge: print(forge.run(prompt='Reply with JSON: {"hello": "world"}').result)