.gitignore
README.md
config.yaml
pyproject.toml
requirements.txt
.github/workflows/python-publish.yml
.github/workflows/run-tests.yml
assets/logo.png
graybox/__init__.py
graybox/capture.py
graybox/cli.py
graybox/config.py
graybox/curate.py
graybox/dashboard.py
graybox/embedding_index.py
graybox/forget.py
graybox/history_tracker.py
graybox/index.py
graybox/models.py
graybox/organizer.py
graybox/prompts.py
graybox/retrieval.py
graybox/search.py
graybox/search_engine.py
graybox/storage.py
graybox/summarizer.py
graybox/workspace.py
graybox.egg-info/PKG-INFO
graybox.egg-info/SOURCES.txt
graybox.egg-info/dependency_links.txt
graybox.egg-info/entry_points.txt
graybox.egg-info/requires.txt
graybox.egg-info/top_level.txt
graybox/ai/__init__.py
graybox/ai/ai_service.py
tests/conftest.py
tests/test_ai_service.py
tests/test_capture.py
tests/test_config.py
tests/test_curate.py
tests/test_dashboard.py
tests/test_embedding_index.py
tests/test_forget.py
tests/test_history_tracker.py
tests/test_index.py
tests/test_organizer.py
tests/test_retrieval.py
tests/test_search.py
tests/test_search_engine.py
tests/test_storage.py
tests/test_summarizer.py
tests/test_workspace.py