Open Issues Need Help
View All on GitHubAI Summary: The task is to fix a bug in the Basic Memory project's installation process. Currently, the `just install` command does not create a Python virtual environment as expected. The solution involves modifying the project's `.justfile` to include commands for creating and activating a virtual environment using `uv sync` and `source .venv/bin/activate`.
Basic Memory is a knowledge management system that allows you to build a persistent semantic graph from conversations with AI assistants, stored in standard Markdown files on your computer. Integrates directly with Obsidan.md