engram 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engram
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandr Kholodniak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-25 00:00:00.000000000 Z
11
+ date: 2026-06-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Engram gives AI agents durable, long-term memory. It recalls relevant facts about a
@@ -37,9 +37,13 @@ files:
37
37
  - lib/engram/consolidators/llm_consolidator.rb
38
38
  - lib/engram/decision.rb
39
39
  - lib/engram/extractors/llm_extractor.rb
40
+ - lib/engram/instrumentation.rb
40
41
  - lib/engram/integrations/ruby_llm.rb
41
42
  - lib/engram/math.rb
42
43
  - lib/engram/memory.rb
44
+ - lib/engram/memory_kind.rb
45
+ - lib/engram/persistence.rb
46
+ - lib/engram/persistence_policy.rb
43
47
  - lib/engram/ports/completion.rb
44
48
  - lib/engram/ports/consolidator.rb
45
49
  - lib/engram/ports/embedder.rb
@@ -66,8 +70,9 @@ licenses:
66
70
  - MIT
67
71
  metadata:
68
72
  homepage_uri: https://github.com/kholdrex/engram
69
- source_code_uri: https://github.com/kholdrex/engram
73
+ source_code_uri: https://github.com/kholdrex/engram/tree/main
70
74
  changelog_uri: https://github.com/kholdrex/engram/blob/main/CHANGELOG.md
75
+ bug_tracker_uri: https://github.com/kholdrex/engram/issues
71
76
  rubygems_mfa_required: 'true'
72
77
  post_install_message:
73
78
  rdoc_options: []
@@ -84,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
89
  - !ruby/object:Gem::Version
85
90
  version: '0'
86
91
  requirements: []
87
- rubygems_version: 3.5.9
92
+ rubygems_version: 3.5.11
88
93
  signing_key:
89
94
  specification_version: 4
90
95
  summary: Long-term memory for AI agents in Ruby — stored in your own Postgres.