From 0482c110a75672042d0f85af56b2698c7402779d Mon Sep 17 00:00:00 2001 From: shihanwan Date: Wed, 2 Oct 2024 15:33:32 -0400 Subject: [PATCH] add badges --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6069f82..46524b4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ -# MemOnto 🧠 +# memonto 🧠

- logo + logo +

+ +

+ + memonto-pypi + + + memonto-downloads + + + memonto-license +

`memonto` (_memory + ontology_) adds memory to AI agents based on custom defined ontology. Define your own [RDF](https://www.w3.org/RDF/) ontology with [`rdflib`](https://github.com/RDFLib/rdflib) then have `memonto` automatically extract information that maps onto that ontology into a memory graph. The memories in the memory graph can be queried directly with `SPARQL` queries or contextually summarized.