by savantskie
A persistent local memory for AI, LLMs, or Copilot in VS Code.
# Add to your Claude Code skills
git clone https://github.com/savantskie/persistent-ai-memory🌟 Community Call to Action: Have you made improvements or additions to this system? Submit a pull request! Every contributor will be properly credited in the final product.
GITHUB LINK - https://github.com/savantskie/persistent-ai-memory.git
Path Independence & Configuration System Update
memory_config.json and embedding_config.json for flexible deploymentsChoose your starting point:
| I want to... | Read this | Time | |---|---|---| | Get started quickly | | 5 min | | Install the system | | 10 min | | Understand configuration | | 15 min | | Check system health | | 10 min | | Use the API | | 20 min | | Deploy to production | | 15 min | | Fix a problem | | varies | | See examples | | 15 min |
No comments yet. Be the first to share your thoughts!
# Linux/macOS
pip install git+https://github.com/savantskie/persistent-ai-memory.git
# Windows (same command, just use Command Prompt or PowerShell)
pip install git+https://github.com/savantskie/persistent-ai-memory.git
python tests/test_health_check.py
Expected output:
[✓] Imported ai_memory_core
[✓] Found embedding_config.json
[✓] System health check passed
[✓] All health checks passed! System is ready to use.
Persistent AI Memory provides: