Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Aug 3, 2023
1 parent 10b59bf commit b49fa80
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions agentmemory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
wipe_all_memories,
)

from .events import (
create_event,
get_epoch,
get_events,
increment_epoch,
reset_epoch,
set_epoch,
)

from .helpers import (
chroma_collection_to_list,
list_to_chroma_collection,
Expand Down Expand Up @@ -52,4 +61,10 @@
"get_chroma_client",
"set_chroma_client",
"get_persistent_directory",
"create_event",
"get_epoch",
"get_events",
"increment_epoch",
"reset_epoch",
"set_epoch",
]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='agentmemory',
version='0.3.0',
version='0.3.1',
description='Easy-to-use agent memory, powered by chromadb',
long_description=long_description, # added this line
long_description_content_type="text/markdown", # and this line
Expand Down

0 comments on commit b49fa80

Please sign in to comment.