Thanks for interest in contributing to CtxVault, the semantic knowledge vault for AI agents!
Contributions are welcome — and if you find CtxVault useful, leaving a star is the simplest way to support the project 🌟.
If you find a bug or have an idea, feel free to open an issue and we can discuss it from there.
Development setup:
git clone https://github.com/Filippo-Venturini/ctxvault
cd ctxvault
python -m venv .venv && source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e ".[dev]"
pytest