vectr 1.0.2__tar.gz → 1.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vectr-1.0.2/vectr.egg-info → vectr-1.0.3}/PKG-INFO +7 -5
- {vectr-1.0.2 → vectr-1.0.3}/README.md +6 -4
- {vectr-1.0.2 → vectr-1.0.3}/api.py +1 -1
- {vectr-1.0.2 → vectr-1.0.3}/pyproject.toml +1 -1
- {vectr-1.0.2 → vectr-1.0.3/vectr.egg-info}/PKG-INFO +7 -5
- {vectr-1.0.2 → vectr-1.0.3}/LICENSE +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/MANIFEST.in +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/__init__.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/cartographer.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/chunk_quality.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/config.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/config.yaml +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/eviction_advisor.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/identifier_hint.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/indexer/__init__.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/indexer/_chunking.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/indexer/_constants.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/indexer/_core.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/indexer/_types.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/instance_registry.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/model_cache.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/prompt_templates.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/searcher.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/strategy_selector.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/symbol_graph/__init__.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/symbol_graph/_constants.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/symbol_graph/_extraction.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/symbol_graph/_graph.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/symbol_graph/_types.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/templates/claude_md.md +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/templates/claude_md_search_only.md +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/templates/cursor_mcp.json.template +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/templates/cursor_rules_header.txt +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/templates/hook_no_double_recall.txt +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/templates/mcp.json.template +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/templates/session_start_guidance_default.txt +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/templates/session_start_guidance_hooks_aware.txt +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/templates/tool_loading_guidance_claude.txt +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/templates/tool_loading_guidance_claude_search_only.txt +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/templates/vscode_mcp.json.template +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/tool_necessity_probe.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/version_stamp.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/watcher.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/working_context_store/__init__.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/working_context_store/_audit.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/working_context_store/_encryption.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/working_context_store/_store.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/agent/working_context_store/_types.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/app/__init__.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/app/models.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/app/routes.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/app/service.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/integrations/__init__.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/integrations/mcp_server/__init__.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/integrations/mcp_server/_dispatch.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/integrations/mcp_server/_schemas.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/integrations/mcp_server/_session.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/integrations/vscode_bridge.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/integrations/workspace_detect.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/main.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/setup.cfg +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_agent.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_api.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_api_memory.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_cartographer.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_chunk_quality.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_config_loader.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_eviction_advisor.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_eviction_session_scope.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_fetch_route.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_grammar_availability.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_hint_language_live.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_hook_injection_observability.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_identifier_hint.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_indexer_searcher.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_instance_registry.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_integration.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_main.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_mcp_jsonrpc.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_mcp_server.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_mcp_session_handshake.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_memory.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_memory_only_mode.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_model_cache.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_prompt_templates.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_query_prompt.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_ragas_eval.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_recall_hierarchy.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_remember_banner_fatigue.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_search_only_mode.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_service.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_strategy.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_subagent_memory.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_symbol_graph.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_task_note_recency.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_tool_necessity_probe.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_version_stamp.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_watcher.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/tests/test_workspace_detect.py +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/vectr.egg-info/SOURCES.txt +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/vectr.egg-info/dependency_links.txt +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/vectr.egg-info/entry_points.txt +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/vectr.egg-info/requires.txt +0 -0
- {vectr-1.0.2 → vectr-1.0.3}/vectr.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vectr
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Semantic codebase search + persistent working memory for AI code editors. Local, zero-config, MCP. No API key.
|
|
5
5
|
Author-email: Swapnanil Saha <swapnanilsaha26@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -43,6 +43,8 @@ Requires-Dist: pytest-asyncio==1.3.0; extra == "dev"
|
|
|
43
43
|
Requires-Dist: anyio==4.13.0; extra == "dev"
|
|
44
44
|
Dynamic: license-file
|
|
45
45
|
|
|
46
|
+
<!-- mcp-name: io.github.swapnanil/vectr -->
|
|
47
|
+
|
|
46
48
|
# Vectr
|
|
47
49
|
|
|
48
50
|
> **Semantic search and persistent memory for AI code editors.**
|
|
@@ -50,10 +52,10 @@ Dynamic: license-file
|
|
|
50
52
|
[](https://github.com/swapnanil/vectr/actions/workflows/ci.yml)
|
|
51
53
|
[](LICENSE)
|
|
52
54
|
[](https://www.python.org/downloads/)
|
|
53
|
-
[](CHANGELOG.md)
|
|
54
56
|
[](#14-mcp-tools)
|
|
55
57
|
|
|
56
|
-
Version 1.0.
|
|
58
|
+
Version 1.0.3 · Last updated 2026-07-11 · [CHANGELOG](CHANGELOG.md)
|
|
57
59
|
|
|
58
60
|
Vectr gives AI code editors two things they lack: **semantic codebase search** and **persistent working memory** — both served over MCP with zero configuration.
|
|
59
61
|
|
|
@@ -155,7 +157,7 @@ vectr start
|
|
|
155
157
|
- Ubuntu/Debian: `sudo add-apt-repository ppa:deadsnakes/ppa && sudo apt install python3.14 python3.14-venv`
|
|
156
158
|
- Windows: [python.org/downloads](https://www.python.org/downloads/)
|
|
157
159
|
|
|
158
|
-
`vectr start` returns immediately. Indexing runs in the background — run `vectr status` to check progress. On first run the embedding model downloads once (~
|
|
160
|
+
`vectr start` returns immediately. Indexing runs in the background — run `vectr status` to check progress. On first run the embedding model downloads once (~290 MB). Restart your AI code editor once to pick up the new MCP config.
|
|
159
161
|
|
|
160
162
|
**Docker (CI/servers)**
|
|
161
163
|
|
|
@@ -335,7 +337,7 @@ HTTP routes (Flask/FastAPI decorators, Express `app.get()`, Spring `@GetMapping`
|
|
|
335
337
|
|
|
336
338
|
| | Cost |
|
|
337
339
|
|---|---|
|
|
338
|
-
| Embedding model | $0.00 — one-time ~
|
|
340
|
+
| Embedding model | $0.00 — one-time ~290 MB download, cached at `~/.cache/vectr/` |
|
|
339
341
|
| Re-index (10k files, first run) | ~10 min on CPU; <5 sec on subsequent runs (mtime cache) |
|
|
340
342
|
| Incremental re-index per changed file | ~0.5 sec |
|
|
341
343
|
| vectr_search / vectr_recall | $0.00 — local inference only |
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- mcp-name: io.github.swapnanil/vectr -->
|
|
2
|
+
|
|
1
3
|
# Vectr
|
|
2
4
|
|
|
3
5
|
> **Semantic search and persistent memory for AI code editors.**
|
|
@@ -5,10 +7,10 @@
|
|
|
5
7
|
[](https://github.com/swapnanil/vectr/actions/workflows/ci.yml)
|
|
6
8
|
[](LICENSE)
|
|
7
9
|
[](https://www.python.org/downloads/)
|
|
8
|
-
[](CHANGELOG.md)
|
|
9
11
|
[](#14-mcp-tools)
|
|
10
12
|
|
|
11
|
-
Version 1.0.
|
|
13
|
+
Version 1.0.3 · Last updated 2026-07-11 · [CHANGELOG](CHANGELOG.md)
|
|
12
14
|
|
|
13
15
|
Vectr gives AI code editors two things they lack: **semantic codebase search** and **persistent working memory** — both served over MCP with zero configuration.
|
|
14
16
|
|
|
@@ -110,7 +112,7 @@ vectr start
|
|
|
110
112
|
- Ubuntu/Debian: `sudo add-apt-repository ppa:deadsnakes/ppa && sudo apt install python3.14 python3.14-venv`
|
|
111
113
|
- Windows: [python.org/downloads](https://www.python.org/downloads/)
|
|
112
114
|
|
|
113
|
-
`vectr start` returns immediately. Indexing runs in the background — run `vectr status` to check progress. On first run the embedding model downloads once (~
|
|
115
|
+
`vectr start` returns immediately. Indexing runs in the background — run `vectr status` to check progress. On first run the embedding model downloads once (~290 MB). Restart your AI code editor once to pick up the new MCP config.
|
|
114
116
|
|
|
115
117
|
**Docker (CI/servers)**
|
|
116
118
|
|
|
@@ -290,7 +292,7 @@ HTTP routes (Flask/FastAPI decorators, Express `app.get()`, Spring `@GetMapping`
|
|
|
290
292
|
|
|
291
293
|
| | Cost |
|
|
292
294
|
|---|---|
|
|
293
|
-
| Embedding model | $0.00 — one-time ~
|
|
295
|
+
| Embedding model | $0.00 — one-time ~290 MB download, cached at `~/.cache/vectr/` |
|
|
294
296
|
| Re-index (10k files, first run) | ~10 min on CPU; <5 sec on subsequent runs (mtime cache) |
|
|
295
297
|
| Incremental re-index per changed file | ~0.5 sec |
|
|
296
298
|
| vectr_search / vectr_recall | $0.00 — local inference only |
|
|
@@ -15,7 +15,7 @@ agent = ["config.yaml", "data/*.txt", "templates/*"]
|
|
|
15
15
|
|
|
16
16
|
[project]
|
|
17
17
|
name = "vectr"
|
|
18
|
-
version = "1.0.
|
|
18
|
+
version = "1.0.3"
|
|
19
19
|
description = "Semantic codebase search + persistent working memory for AI code editors. Local, zero-config, MCP. No API key."
|
|
20
20
|
readme = "README.md"
|
|
21
21
|
license = { text = "MIT" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vectr
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Semantic codebase search + persistent working memory for AI code editors. Local, zero-config, MCP. No API key.
|
|
5
5
|
Author-email: Swapnanil Saha <swapnanilsaha26@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -43,6 +43,8 @@ Requires-Dist: pytest-asyncio==1.3.0; extra == "dev"
|
|
|
43
43
|
Requires-Dist: anyio==4.13.0; extra == "dev"
|
|
44
44
|
Dynamic: license-file
|
|
45
45
|
|
|
46
|
+
<!-- mcp-name: io.github.swapnanil/vectr -->
|
|
47
|
+
|
|
46
48
|
# Vectr
|
|
47
49
|
|
|
48
50
|
> **Semantic search and persistent memory for AI code editors.**
|
|
@@ -50,10 +52,10 @@ Dynamic: license-file
|
|
|
50
52
|
[](https://github.com/swapnanil/vectr/actions/workflows/ci.yml)
|
|
51
53
|
[](LICENSE)
|
|
52
54
|
[](https://www.python.org/downloads/)
|
|
53
|
-
[](CHANGELOG.md)
|
|
54
56
|
[](#14-mcp-tools)
|
|
55
57
|
|
|
56
|
-
Version 1.0.
|
|
58
|
+
Version 1.0.3 · Last updated 2026-07-11 · [CHANGELOG](CHANGELOG.md)
|
|
57
59
|
|
|
58
60
|
Vectr gives AI code editors two things they lack: **semantic codebase search** and **persistent working memory** — both served over MCP with zero configuration.
|
|
59
61
|
|
|
@@ -155,7 +157,7 @@ vectr start
|
|
|
155
157
|
- Ubuntu/Debian: `sudo add-apt-repository ppa:deadsnakes/ppa && sudo apt install python3.14 python3.14-venv`
|
|
156
158
|
- Windows: [python.org/downloads](https://www.python.org/downloads/)
|
|
157
159
|
|
|
158
|
-
`vectr start` returns immediately. Indexing runs in the background — run `vectr status` to check progress. On first run the embedding model downloads once (~
|
|
160
|
+
`vectr start` returns immediately. Indexing runs in the background — run `vectr status` to check progress. On first run the embedding model downloads once (~290 MB). Restart your AI code editor once to pick up the new MCP config.
|
|
159
161
|
|
|
160
162
|
**Docker (CI/servers)**
|
|
161
163
|
|
|
@@ -335,7 +337,7 @@ HTTP routes (Flask/FastAPI decorators, Express `app.get()`, Spring `@GetMapping`
|
|
|
335
337
|
|
|
336
338
|
| | Cost |
|
|
337
339
|
|---|---|
|
|
338
|
-
| Embedding model | $0.00 — one-time ~
|
|
340
|
+
| Embedding model | $0.00 — one-time ~290 MB download, cached at `~/.cache/vectr/` |
|
|
339
341
|
| Re-index (10k files, first run) | ~10 min on CPU; <5 sec on subsequent runs (mtime cache) |
|
|
340
342
|
| Incremental re-index per changed file | ~0.5 sec |
|
|
341
343
|
| vectr_search / vectr_recall | $0.00 — local inference only |
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|