max on Nostr: This is awesome! I'd love to see more python tooling for DVMs. And for Nostr in ...
This is awesome!
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) AtlantisPleb (npub1tlv…7fdm) Ben Arc (npub1c87…8avm)
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) AtlantisPleb (npub1tlv…7fdm) Ben Arc (npub1c87…8avm)
quoting note1x7u…d9d5🎉 Announcement 🎉 Version 0.1 of ezdvm is out!
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.