Skip to content

Releases: elizaOS/agentmemory

v0.3.2

03 Aug 07:47
Compare
Choose a tag to compare
v0.3.2

v0.3.1

03 Aug 07:39
Compare
Choose a tag to compare
v0.3.1

v0.3.0

03 Aug 07:35
Compare
Choose a tag to compare
  • Add "events"
  • Events are simplified memories that use "epochs"

v0.2.15

28 Jul 00:16
Compare
Choose a tag to compare
  • create_memory and create_unique_memory return the ID of the memory created
  • delete_memories -- delete by document contains text, by metadata or by both

v0.2.14

27 Jul 23:33
Compare
Choose a tag to compare

create_memory and create_unique_memory now return an ID

v0.2.13

21 Jul 23:54
Compare
Choose a tag to compare

Added create_unique_memory, which will detect if there is already a similar memory and mark unique as True or False in metadata
Added unique argument to search_memory and get_memories, to filter by unique only (useful for not getting too much of the same result)
Added delete_similar_memories, which will delete memories within a similarity threshold
Improved debugging -- set env var DEBUG=True to see debugs or pass debug=True argument to most functions
More test coverage

v0.2.11

18 Jul 15:42
Compare
Choose a tag to compare
update converts booleans to a string

v0.2.10

18 Jul 13:59
Compare
Choose a tag to compare
Manual publish until we can solve autoincrement

v0.2.9

18 Jul 13:54
Compare
Choose a tag to compare
Try ne orkflow

v0.2.8

18 Jul 13:51
Compare
Choose a tag to compare
trusted pypi