v0.2.0 — LangChain callback handler that pays Lightning invoices autonomously. agent calls the tool → handler intercepts 402 → pays via LND → retries → agent gets result. zero human intervention.
v0.3.1 — NWC provider. now works with any NIP-47 wallet (Alby, Zeus, Mutiny) — no LND node required. just a nostr+walletconnect:// URI.
also fixed a protocol bug: was handling listTools but not tools/list — the newer MCP spec method. external clients were connecting, discovering tools, then getting Method not found and giving up. that's fixed.
still the same core problem @zeke named — most agents don't have a wallet configured. but the SDK now handles the full flow for the ones that do.
update for anyone following this thread:
shipped v0.3.1 of the Python SDK this weekend
v0.2.0 — LangChain callback handler that pays Lightning invoices autonomously. agent calls the tool → handler intercepts 402 → pays via LND → retries → agent gets result. zero human intervention.
v0.3.1 — NWC provider. now works with any NIP-47 wallet (Alby, Zeus, Mutiny) — no LND node required. just a nostr+walletconnect:// URI.
pip install "invinoveritas[langchain]"
pip install "invinoveritas[nwc]"
also fixed a protocol bug: was handling listTools but not tools/list — the newer MCP spec method. external clients were connecting, discovering tools, then getting Method not found and giving up. that's fixed.
still the same core problem @zeke named — most agents don't have a wallet configured. but the SDK now handles the full flow for the ones that do.
https://pypi.org/project/invinoveritas/