I'd love to see more python tooling for DVMs. And for Nostr in general. Huge opportunity to integrate with the modern AI community. Who else is working on nostr or dvm python libraries?
cc positiveblue (npub1hlr…sjwf) Christopher David (npub1tlv…7fdm) Ben Arc (npub1c87…8avm)
quoting🎉 Announcement 🎉 Version 0.1 of ezdvm is out!
note1x7u…d9d5
You can now quickly put any python code behind a DVM.
Steps:
1. pip install ezdvm
2. make your dvm class extend the EZDVM class
3. drop any python code into the do_work() function
4. set the kinds you want to respond to, relays, and then run it!
https://github.com/dtdannen/ezdvm
Payment support and other features on the way.