From 6601747eb49a5814f4ae9932ba46cd133e35353a Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 21 Apr 2025 12:26:50 -0700 Subject: [PATCH] dave: add readme Signed-off-by: William Casarin --- crates/notedeck_dave/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 crates/notedeck_dave/README.md diff --git a/crates/notedeck_dave/README.md b/crates/notedeck_dave/README.md new file mode 100644 index 00000000..1cbbb0c2 --- /dev/null +++ b/crates/notedeck_dave/README.md @@ -0,0 +1,14 @@ + +# Dave, the nostr assistant + +Dave is a notedeck app that implements a nostr ai assistant. It is also fairy +simple and is a good reference on how to build a notedeck nostr app. + +## Features + +- [x] Query and search the local nostr database for notes +- [x] Present and render notes to the user +- [ ] Chat history +- [ ] Anonymous [lmzap][lmzap] backend + +[lmzap]: https://jb55.com/lmzap