Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 937 Bytes

File metadata and controls

35 lines (24 loc) · 937 Bytes

agent-memory

CI npm License: MIT

Local-first memory for AI agents.

Install

npm install -g @cafitac/agent-memory
agent-memory bootstrap
agent-memory doctor

Use without a global install:

npm exec --yes --package @cafitac/agent-memory -- agent-memory doctor

By default, the local SQLite database lives at ~/.agent-memory/memory.db.

More docs

License

MIT