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.
Files changed (104) hide show
  1. {vectr-1.0.2/vectr.egg-info → vectr-1.0.3}/PKG-INFO +7 -5
  2. {vectr-1.0.2 → vectr-1.0.3}/README.md +6 -4
  3. {vectr-1.0.2 → vectr-1.0.3}/api.py +1 -1
  4. {vectr-1.0.2 → vectr-1.0.3}/pyproject.toml +1 -1
  5. {vectr-1.0.2 → vectr-1.0.3/vectr.egg-info}/PKG-INFO +7 -5
  6. {vectr-1.0.2 → vectr-1.0.3}/LICENSE +0 -0
  7. {vectr-1.0.2 → vectr-1.0.3}/MANIFEST.in +0 -0
  8. {vectr-1.0.2 → vectr-1.0.3}/agent/__init__.py +0 -0
  9. {vectr-1.0.2 → vectr-1.0.3}/agent/cartographer.py +0 -0
  10. {vectr-1.0.2 → vectr-1.0.3}/agent/chunk_quality.py +0 -0
  11. {vectr-1.0.2 → vectr-1.0.3}/agent/config.py +0 -0
  12. {vectr-1.0.2 → vectr-1.0.3}/agent/config.yaml +0 -0
  13. {vectr-1.0.2 → vectr-1.0.3}/agent/eviction_advisor.py +0 -0
  14. {vectr-1.0.2 → vectr-1.0.3}/agent/identifier_hint.py +0 -0
  15. {vectr-1.0.2 → vectr-1.0.3}/agent/indexer/__init__.py +0 -0
  16. {vectr-1.0.2 → vectr-1.0.3}/agent/indexer/_chunking.py +0 -0
  17. {vectr-1.0.2 → vectr-1.0.3}/agent/indexer/_constants.py +0 -0
  18. {vectr-1.0.2 → vectr-1.0.3}/agent/indexer/_core.py +0 -0
  19. {vectr-1.0.2 → vectr-1.0.3}/agent/indexer/_types.py +0 -0
  20. {vectr-1.0.2 → vectr-1.0.3}/agent/instance_registry.py +0 -0
  21. {vectr-1.0.2 → vectr-1.0.3}/agent/model_cache.py +0 -0
  22. {vectr-1.0.2 → vectr-1.0.3}/agent/prompt_templates.py +0 -0
  23. {vectr-1.0.2 → vectr-1.0.3}/agent/searcher.py +0 -0
  24. {vectr-1.0.2 → vectr-1.0.3}/agent/strategy_selector.py +0 -0
  25. {vectr-1.0.2 → vectr-1.0.3}/agent/symbol_graph/__init__.py +0 -0
  26. {vectr-1.0.2 → vectr-1.0.3}/agent/symbol_graph/_constants.py +0 -0
  27. {vectr-1.0.2 → vectr-1.0.3}/agent/symbol_graph/_extraction.py +0 -0
  28. {vectr-1.0.2 → vectr-1.0.3}/agent/symbol_graph/_graph.py +0 -0
  29. {vectr-1.0.2 → vectr-1.0.3}/agent/symbol_graph/_types.py +0 -0
  30. {vectr-1.0.2 → vectr-1.0.3}/agent/templates/claude_md.md +0 -0
  31. {vectr-1.0.2 → vectr-1.0.3}/agent/templates/claude_md_search_only.md +0 -0
  32. {vectr-1.0.2 → vectr-1.0.3}/agent/templates/cursor_mcp.json.template +0 -0
  33. {vectr-1.0.2 → vectr-1.0.3}/agent/templates/cursor_rules_header.txt +0 -0
  34. {vectr-1.0.2 → vectr-1.0.3}/agent/templates/hook_no_double_recall.txt +0 -0
  35. {vectr-1.0.2 → vectr-1.0.3}/agent/templates/mcp.json.template +0 -0
  36. {vectr-1.0.2 → vectr-1.0.3}/agent/templates/session_start_guidance_default.txt +0 -0
  37. {vectr-1.0.2 → vectr-1.0.3}/agent/templates/session_start_guidance_hooks_aware.txt +0 -0
  38. {vectr-1.0.2 → vectr-1.0.3}/agent/templates/tool_loading_guidance_claude.txt +0 -0
  39. {vectr-1.0.2 → vectr-1.0.3}/agent/templates/tool_loading_guidance_claude_search_only.txt +0 -0
  40. {vectr-1.0.2 → vectr-1.0.3}/agent/templates/vscode_mcp.json.template +0 -0
  41. {vectr-1.0.2 → vectr-1.0.3}/agent/tool_necessity_probe.py +0 -0
  42. {vectr-1.0.2 → vectr-1.0.3}/agent/version_stamp.py +0 -0
  43. {vectr-1.0.2 → vectr-1.0.3}/agent/watcher.py +0 -0
  44. {vectr-1.0.2 → vectr-1.0.3}/agent/working_context_store/__init__.py +0 -0
  45. {vectr-1.0.2 → vectr-1.0.3}/agent/working_context_store/_audit.py +0 -0
  46. {vectr-1.0.2 → vectr-1.0.3}/agent/working_context_store/_encryption.py +0 -0
  47. {vectr-1.0.2 → vectr-1.0.3}/agent/working_context_store/_store.py +0 -0
  48. {vectr-1.0.2 → vectr-1.0.3}/agent/working_context_store/_types.py +0 -0
  49. {vectr-1.0.2 → vectr-1.0.3}/app/__init__.py +0 -0
  50. {vectr-1.0.2 → vectr-1.0.3}/app/models.py +0 -0
  51. {vectr-1.0.2 → vectr-1.0.3}/app/routes.py +0 -0
  52. {vectr-1.0.2 → vectr-1.0.3}/app/service.py +0 -0
  53. {vectr-1.0.2 → vectr-1.0.3}/integrations/__init__.py +0 -0
  54. {vectr-1.0.2 → vectr-1.0.3}/integrations/mcp_server/__init__.py +0 -0
  55. {vectr-1.0.2 → vectr-1.0.3}/integrations/mcp_server/_dispatch.py +0 -0
  56. {vectr-1.0.2 → vectr-1.0.3}/integrations/mcp_server/_schemas.py +0 -0
  57. {vectr-1.0.2 → vectr-1.0.3}/integrations/mcp_server/_session.py +0 -0
  58. {vectr-1.0.2 → vectr-1.0.3}/integrations/vscode_bridge.py +0 -0
  59. {vectr-1.0.2 → vectr-1.0.3}/integrations/workspace_detect.py +0 -0
  60. {vectr-1.0.2 → vectr-1.0.3}/main.py +0 -0
  61. {vectr-1.0.2 → vectr-1.0.3}/setup.cfg +0 -0
  62. {vectr-1.0.2 → vectr-1.0.3}/tests/test_agent.py +0 -0
  63. {vectr-1.0.2 → vectr-1.0.3}/tests/test_api.py +0 -0
  64. {vectr-1.0.2 → vectr-1.0.3}/tests/test_api_memory.py +0 -0
  65. {vectr-1.0.2 → vectr-1.0.3}/tests/test_cartographer.py +0 -0
  66. {vectr-1.0.2 → vectr-1.0.3}/tests/test_chunk_quality.py +0 -0
  67. {vectr-1.0.2 → vectr-1.0.3}/tests/test_config_loader.py +0 -0
  68. {vectr-1.0.2 → vectr-1.0.3}/tests/test_eviction_advisor.py +0 -0
  69. {vectr-1.0.2 → vectr-1.0.3}/tests/test_eviction_session_scope.py +0 -0
  70. {vectr-1.0.2 → vectr-1.0.3}/tests/test_fetch_route.py +0 -0
  71. {vectr-1.0.2 → vectr-1.0.3}/tests/test_grammar_availability.py +0 -0
  72. {vectr-1.0.2 → vectr-1.0.3}/tests/test_hint_language_live.py +0 -0
  73. {vectr-1.0.2 → vectr-1.0.3}/tests/test_hook_injection_observability.py +0 -0
  74. {vectr-1.0.2 → vectr-1.0.3}/tests/test_identifier_hint.py +0 -0
  75. {vectr-1.0.2 → vectr-1.0.3}/tests/test_indexer_searcher.py +0 -0
  76. {vectr-1.0.2 → vectr-1.0.3}/tests/test_instance_registry.py +0 -0
  77. {vectr-1.0.2 → vectr-1.0.3}/tests/test_integration.py +0 -0
  78. {vectr-1.0.2 → vectr-1.0.3}/tests/test_main.py +0 -0
  79. {vectr-1.0.2 → vectr-1.0.3}/tests/test_mcp_jsonrpc.py +0 -0
  80. {vectr-1.0.2 → vectr-1.0.3}/tests/test_mcp_server.py +0 -0
  81. {vectr-1.0.2 → vectr-1.0.3}/tests/test_mcp_session_handshake.py +0 -0
  82. {vectr-1.0.2 → vectr-1.0.3}/tests/test_memory.py +0 -0
  83. {vectr-1.0.2 → vectr-1.0.3}/tests/test_memory_only_mode.py +0 -0
  84. {vectr-1.0.2 → vectr-1.0.3}/tests/test_model_cache.py +0 -0
  85. {vectr-1.0.2 → vectr-1.0.3}/tests/test_prompt_templates.py +0 -0
  86. {vectr-1.0.2 → vectr-1.0.3}/tests/test_query_prompt.py +0 -0
  87. {vectr-1.0.2 → vectr-1.0.3}/tests/test_ragas_eval.py +0 -0
  88. {vectr-1.0.2 → vectr-1.0.3}/tests/test_recall_hierarchy.py +0 -0
  89. {vectr-1.0.2 → vectr-1.0.3}/tests/test_remember_banner_fatigue.py +0 -0
  90. {vectr-1.0.2 → vectr-1.0.3}/tests/test_search_only_mode.py +0 -0
  91. {vectr-1.0.2 → vectr-1.0.3}/tests/test_service.py +0 -0
  92. {vectr-1.0.2 → vectr-1.0.3}/tests/test_strategy.py +0 -0
  93. {vectr-1.0.2 → vectr-1.0.3}/tests/test_subagent_memory.py +0 -0
  94. {vectr-1.0.2 → vectr-1.0.3}/tests/test_symbol_graph.py +0 -0
  95. {vectr-1.0.2 → vectr-1.0.3}/tests/test_task_note_recency.py +0 -0
  96. {vectr-1.0.2 → vectr-1.0.3}/tests/test_tool_necessity_probe.py +0 -0
  97. {vectr-1.0.2 → vectr-1.0.3}/tests/test_version_stamp.py +0 -0
  98. {vectr-1.0.2 → vectr-1.0.3}/tests/test_watcher.py +0 -0
  99. {vectr-1.0.2 → vectr-1.0.3}/tests/test_workspace_detect.py +0 -0
  100. {vectr-1.0.2 → vectr-1.0.3}/vectr.egg-info/SOURCES.txt +0 -0
  101. {vectr-1.0.2 → vectr-1.0.3}/vectr.egg-info/dependency_links.txt +0 -0
  102. {vectr-1.0.2 → vectr-1.0.3}/vectr.egg-info/entry_points.txt +0 -0
  103. {vectr-1.0.2 → vectr-1.0.3}/vectr.egg-info/requires.txt +0 -0
  104. {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.2
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
  [![CI](https://github.com/swapnanil/vectr/actions/workflows/ci.yml/badge.svg)](https://github.com/swapnanil/vectr/actions/workflows/ci.yml)
51
53
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
52
54
  [![Python 3.14+](https://img.shields.io/badge/python-3.14%2B-blue.svg)](https://www.python.org/downloads/)
53
- [![Version 1.0.0](https://img.shields.io/badge/version-1.0.0-blue.svg)](CHANGELOG.md)
55
+ [![Version 1.0.3](https://img.shields.io/badge/version-1.0.3-blue.svg)](CHANGELOG.md)
54
56
  [![MCP: 14 tools](https://img.shields.io/badge/MCP-14%20tools-blue.svg)](#14-mcp-tools)
55
57
 
56
- Version 1.0.0 · Last updated 2026-07-08 · [CHANGELOG](CHANGELOG.md)
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 (~440 MB). Restart your AI code editor once to pick up the new MCP config.
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 ~440 MB download, cached at `~/.cache/vectr/` |
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
  [![CI](https://github.com/swapnanil/vectr/actions/workflows/ci.yml/badge.svg)](https://github.com/swapnanil/vectr/actions/workflows/ci.yml)
6
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7
9
  [![Python 3.14+](https://img.shields.io/badge/python-3.14%2B-blue.svg)](https://www.python.org/downloads/)
8
- [![Version 1.0.0](https://img.shields.io/badge/version-1.0.0-blue.svg)](CHANGELOG.md)
10
+ [![Version 1.0.3](https://img.shields.io/badge/version-1.0.3-blue.svg)](CHANGELOG.md)
9
11
  [![MCP: 14 tools](https://img.shields.io/badge/MCP-14%20tools-blue.svg)](#14-mcp-tools)
10
12
 
11
- Version 1.0.0 · Last updated 2026-07-08 · [CHANGELOG](CHANGELOG.md)
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 (~440 MB). Restart your AI code editor once to pick up the new MCP config.
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 ~440 MB download, cached at `~/.cache/vectr/` |
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 |
@@ -56,7 +56,7 @@ app = FastAPI(
56
56
  "(search/locate/trace/map) plus a working-memory store (remember/recall/"
57
57
  "snapshot) that survives context compaction and session boundaries."
58
58
  ),
59
- version="1.0.2",
59
+ version="1.0.3",
60
60
  lifespan=lifespan,
61
61
  )
62
62
 
@@ -15,7 +15,7 @@ agent = ["config.yaml", "data/*.txt", "templates/*"]
15
15
 
16
16
  [project]
17
17
  name = "vectr"
18
- version = "1.0.2"
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.2
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
  [![CI](https://github.com/swapnanil/vectr/actions/workflows/ci.yml/badge.svg)](https://github.com/swapnanil/vectr/actions/workflows/ci.yml)
51
53
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
52
54
  [![Python 3.14+](https://img.shields.io/badge/python-3.14%2B-blue.svg)](https://www.python.org/downloads/)
53
- [![Version 1.0.0](https://img.shields.io/badge/version-1.0.0-blue.svg)](CHANGELOG.md)
55
+ [![Version 1.0.3](https://img.shields.io/badge/version-1.0.3-blue.svg)](CHANGELOG.md)
54
56
  [![MCP: 14 tools](https://img.shields.io/badge/MCP-14%20tools-blue.svg)](#14-mcp-tools)
55
57
 
56
- Version 1.0.0 · Last updated 2026-07-08 · [CHANGELOG](CHANGELOG.md)
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 (~440 MB). Restart your AI code editor once to pick up the new MCP config.
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 ~440 MB download, cached at `~/.cache/vectr/` |
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