omni-cortex 1.0.9__tar.gz → 1.0.10__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 (61) hide show
  1. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/PKG-INFO +26 -2
  2. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/README.md +24 -0
  3. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/pyproject.toml +2 -2
  4. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/.gitignore +0 -0
  5. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/LICENSE +0 -0
  6. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/dashboard/backend/chat_service.py +0 -0
  7. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/dashboard/backend/database.py +0 -0
  8. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/dashboard/backend/logging_config.py +0 -0
  9. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/dashboard/backend/main.py +0 -0
  10. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/dashboard/backend/models.py +0 -0
  11. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/dashboard/backend/project_config.py +0 -0
  12. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/dashboard/backend/project_scanner.py +0 -0
  13. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/dashboard/backend/pyproject.toml +0 -0
  14. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/dashboard/backend/uv.lock +0 -0
  15. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/dashboard/backend/websocket_manager.py +0 -0
  16. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/hooks/post_tool_use.py +0 -0
  17. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/hooks/pre_tool_use.py +0 -0
  18. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/hooks/stop.py +0 -0
  19. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/hooks/subagent_stop.py +0 -0
  20. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/__init__.py +0 -0
  21. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/categorization/__init__.py +0 -0
  22. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/categorization/auto_tags.py +0 -0
  23. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/categorization/auto_type.py +0 -0
  24. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/config.py +0 -0
  25. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/dashboard.py +0 -0
  26. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/database/__init__.py +0 -0
  27. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/database/connection.py +0 -0
  28. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/database/migrations.py +0 -0
  29. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/database/schema.py +0 -0
  30. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/database/sync.py +0 -0
  31. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/decay/__init__.py +0 -0
  32. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/decay/importance.py +0 -0
  33. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/embeddings/__init__.py +0 -0
  34. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/embeddings/local.py +0 -0
  35. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/models/__init__.py +0 -0
  36. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/models/activity.py +0 -0
  37. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/models/agent.py +0 -0
  38. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/models/memory.py +0 -0
  39. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/models/relationship.py +0 -0
  40. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/models/session.py +0 -0
  41. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/resources/__init__.py +0 -0
  42. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/search/__init__.py +0 -0
  43. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/search/hybrid.py +0 -0
  44. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/search/keyword.py +0 -0
  45. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/search/ranking.py +0 -0
  46. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/search/semantic.py +0 -0
  47. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/server.py +0 -0
  48. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/setup.py +0 -0
  49. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/tools/__init__.py +0 -0
  50. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/tools/activities.py +0 -0
  51. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/tools/memories.py +0 -0
  52. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/tools/sessions.py +0 -0
  53. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/tools/utilities.py +0 -0
  54. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/utils/__init__.py +0 -0
  55. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/utils/formatting.py +0 -0
  56. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/utils/ids.py +0 -0
  57. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/utils/timestamps.py +0 -0
  58. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/omni_cortex/utils/truncation.py +0 -0
  59. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/scripts/import_ken_memories.py +0 -0
  60. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/scripts/populate_session_data.py +0 -0
  61. {omni_cortex-1.0.9 → omni_cortex-1.0.10}/scripts/setup.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omni-cortex
3
- Version: 1.0.9
4
- Summary: Universal Memory MCP for Claude Code - dual-layer activity logging and knowledge storage
3
+ Version: 1.0.10
4
+ Summary: Give Claude Code a perfect memory - auto-logs everything, searches smartly, and gets smarter over time
5
5
  Project-URL: Homepage, https://github.com/AllCytes/Omni-Cortex
6
6
  Project-URL: Repository, https://github.com/AllCytes/Omni-Cortex
7
7
  Project-URL: Issues, https://github.com/AllCytes/Omni-Cortex/issues
@@ -39,6 +39,30 @@ Description-Content-Type: text/markdown
39
39
 
40
40
  A universal memory system for Claude Code that combines activity logging with intelligent knowledge storage.
41
41
 
42
+ ## What Is This?
43
+
44
+ **For AI/ML experts:** A dual-layer context system with activity provenance, hybrid semantic search (FTS5 + embeddings), and temporal importance decay. Think of it as **Git + Elasticsearch + a knowledge graph for AI context**.
45
+
46
+ **For developers:** It gives Claude Code a persistent, searchable memory that auto-logs everything and gets smarter over time. Like a **senior developer's institutional knowledge**—searchable, organized, and always available.
47
+
48
+ **For everyone:** It makes your AI assistant actually remember things. No more re-explaining your project every session.
49
+
50
+ ### Why Not Just Use CLAUDE.md or Basic Memory?
51
+
52
+ | Feature | Claude Code | CLAUDE.md | Basic MCP | Omni-Cortex |
53
+ |---------|:-----------:|:---------:|:---------:|:-----------:|
54
+ | Persists between sessions | ❌ | ✅ | ✅ | ✅ |
55
+ | Auto-logs all activity | ❌ | ❌ | ❌ | ✅ |
56
+ | Hybrid search (keyword + semantic) | ❌ | ❌ | ❌ | ✅ |
57
+ | Auto-categorizes memories | ❌ | ❌ | ❌ | ✅ |
58
+ | Importance decay + access boosting | ❌ | ❌ | ❌ | ✅ |
59
+ | Session history & context | ❌ | ❌ | ❌ | ✅ |
60
+ | Memory relationships | ❌ | ❌ | ❌ | ✅ |
61
+ | Cross-project search | ❌ | ❌ | ❌ | ✅ |
62
+ | Visual dashboard | ❌ | ❌ | ❌ | ✅ |
63
+
64
+ **The difference:** Basic solutions are like sticky notes. Omni-Cortex is like having a trusted long-term employee who remembers everything, files it automatically, and hands you exactly what you need.
65
+
42
66
  ## Features
43
67
 
44
68
  - **Zero Configuration**: Works out of the box - just install and run setup
@@ -2,6 +2,30 @@
2
2
 
3
3
  A universal memory system for Claude Code that combines activity logging with intelligent knowledge storage.
4
4
 
5
+ ## What Is This?
6
+
7
+ **For AI/ML experts:** A dual-layer context system with activity provenance, hybrid semantic search (FTS5 + embeddings), and temporal importance decay. Think of it as **Git + Elasticsearch + a knowledge graph for AI context**.
8
+
9
+ **For developers:** It gives Claude Code a persistent, searchable memory that auto-logs everything and gets smarter over time. Like a **senior developer's institutional knowledge**—searchable, organized, and always available.
10
+
11
+ **For everyone:** It makes your AI assistant actually remember things. No more re-explaining your project every session.
12
+
13
+ ### Why Not Just Use CLAUDE.md or Basic Memory?
14
+
15
+ | Feature | Claude Code | CLAUDE.md | Basic MCP | Omni-Cortex |
16
+ |---------|:-----------:|:---------:|:---------:|:-----------:|
17
+ | Persists between sessions | ❌ | ✅ | ✅ | ✅ |
18
+ | Auto-logs all activity | ❌ | ❌ | ❌ | ✅ |
19
+ | Hybrid search (keyword + semantic) | ❌ | ❌ | ❌ | ✅ |
20
+ | Auto-categorizes memories | ❌ | ❌ | ❌ | ✅ |
21
+ | Importance decay + access boosting | ❌ | ❌ | ❌ | ✅ |
22
+ | Session history & context | ❌ | ❌ | ❌ | ✅ |
23
+ | Memory relationships | ❌ | ❌ | ❌ | ✅ |
24
+ | Cross-project search | ❌ | ❌ | ❌ | ✅ |
25
+ | Visual dashboard | ❌ | ❌ | ❌ | ✅ |
26
+
27
+ **The difference:** Basic solutions are like sticky notes. Omni-Cortex is like having a trusted long-term employee who remembers everything, files it automatically, and hands you exactly what you need.
28
+
5
29
  ## Features
6
30
 
7
31
  - **Zero Configuration**: Works out of the box - just install and run setup
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "omni-cortex"
7
- version = "1.0.9"
8
- description = "Universal Memory MCP for Claude Code - dual-layer activity logging and knowledge storage"
7
+ version = "1.0.10"
8
+ description = "Give Claude Code a perfect memory - auto-logs everything, searches smartly, and gets smarter over time"
9
9
  readme = "README.md"
10
10
  license = "MIT"
11
11
  requires-python = ">=3.10"
File without changes
File without changes
File without changes