You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add integration tests and GitHub Actions CI/release workflows
- Contract tests run against both InMemoryStore and FileMemoryStore
- FileMemoryStore-specific: persistence, rebuild_index, path traversal
- RelevanceConfig and MemoryItem builder tests
- ci.yml: fmt check, clippy, test on push/PR to main
- release.yml: CI gate → crates.io publish → GitHub Release on v* tags
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# a3s-memory
2
2
3
-
Pluggable memory storage for AI agents.
3
+
Pluggable memory storage for A3S.
4
4
5
5
Provides the `MemoryStore` trait and two default implementations. Agents that need to persist and recall knowledge across sessions depend on this crate directly — nothing else required.
0 commit comments