agentmem 0.1.1

Local-first memory engine for AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[toolchain]
channel = "stable"
profile = "minimal"

components = [
  "rustfmt",
  "clippy"
]

targets = [
  "x86_64-unknown-linux-gnu",
  "aarch64-apple-darwin",
  "x86_64-pc-windows-msvc"
]