yourmemory 1.4.44__tar.gz → 1.4.45__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 (46) hide show
  1. {yourmemory-1.4.44 → yourmemory-1.4.45}/PKG-INFO +1 -1
  2. {yourmemory-1.4.44 → yourmemory-1.4.45}/memory_mcp.py +3 -3
  3. {yourmemory-1.4.44 → yourmemory-1.4.45}/pyproject.toml +1 -1
  4. {yourmemory-1.4.44 → yourmemory-1.4.45}/yourmemory.egg-info/PKG-INFO +1 -1
  5. {yourmemory-1.4.44 → yourmemory-1.4.45}/LICENSE +0 -0
  6. {yourmemory-1.4.44 → yourmemory-1.4.45}/README.md +0 -0
  7. {yourmemory-1.4.44 → yourmemory-1.4.45}/setup.cfg +0 -0
  8. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/__init__.py +0 -0
  9. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/app.py +0 -0
  10. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/db/connection.py +0 -0
  11. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/db/duckdb_schema.sql +0 -0
  12. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/db/migrate.py +0 -0
  13. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/db/schema.sql +0 -0
  14. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/db/sqlite_schema.sql +0 -0
  15. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/graph/__init__.py +0 -0
  16. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/graph/backend.py +0 -0
  17. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/graph/graph_store.py +0 -0
  18. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/graph/neo4j_backend.py +0 -0
  19. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/graph/networkx_backend.py +0 -0
  20. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/graph/svo_extract.py +0 -0
  21. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/jobs/decay_job.py +0 -0
  22. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/routes/__init__.py +0 -0
  23. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/routes/agents.py +0 -0
  24. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/routes/graph_viz.py +0 -0
  25. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/routes/memories.py +0 -0
  26. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/routes/retrieve.py +0 -0
  27. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/routes/ui.py +0 -0
  28. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/__init__.py +0 -0
  29. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/agent_registry.py +0 -0
  30. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/api_keys.py +0 -0
  31. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/decay.py +0 -0
  32. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/embed.py +0 -0
  33. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/extract.py +0 -0
  34. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/extract_fallback.py +0 -0
  35. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/resolve.py +0 -0
  36. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/resolve_fallback.py +0 -0
  37. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/retrieve.py +0 -0
  38. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/session.py +0 -0
  39. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/temporal.py +0 -0
  40. {yourmemory-1.4.44 → yourmemory-1.4.45}/src/services/utils.py +0 -0
  41. {yourmemory-1.4.44 → yourmemory-1.4.45}/tests/test_features.py +0 -0
  42. {yourmemory-1.4.44 → yourmemory-1.4.45}/yourmemory.egg-info/SOURCES.txt +0 -0
  43. {yourmemory-1.4.44 → yourmemory-1.4.45}/yourmemory.egg-info/dependency_links.txt +0 -0
  44. {yourmemory-1.4.44 → yourmemory-1.4.45}/yourmemory.egg-info/entry_points.txt +0 -0
  45. {yourmemory-1.4.44 → yourmemory-1.4.45}/yourmemory.egg-info/requires.txt +0 -0
  46. {yourmemory-1.4.44 → yourmemory-1.4.45}/yourmemory.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yourmemory
3
- Version: 1.4.44
3
+ Version: 1.4.45
4
4
  Summary: Persistent memory for Claude — Ebbinghaus forgetting curve, semantic deduplication, MCP-native
5
5
  Author: Sachit Misra
6
6
  Author-email: mishrasachit1@gmail.com
@@ -990,14 +990,14 @@ def _write_mcp_config(path: str, mcp_entry: dict, client_name: str) -> bool:
990
990
  return False
991
991
 
992
992
 
993
- _TELEMETRY_ENDPOINT = "https://sachit--989b7ac2405111f1871b42b51c65c3df.web.val.run"
993
+ _TELEMETRY_ENDPOINT = "https://yourmemory-backend.yourmemoryai.workers.dev"
994
994
 
995
995
 
996
996
  _EMAIL_PATH = os.path.join(os.path.expanduser("~"), ".yourmemory", "user_email")
997
997
  _VERIFIED_PATH = os.path.join(os.path.expanduser("~"), ".yourmemory", "verified")
998
998
  _TOKEN_PATH = os.path.join(os.path.expanduser("~"), ".yourmemory", "token")
999
- _REGISTER_ENDPOINT = "https://sachit--989b7ac2405111f1871b42b51c65c3df.web.val.run/register"
1000
- _VERIFY_ENDPOINT = "https://sachit--989b7ac2405111f1871b42b51c65c3df.web.val.run/verify-token"
999
+ _REGISTER_ENDPOINT = "https://yourmemory-backend.yourmemoryai.workers.dev/register"
1000
+ _VERIFY_ENDPOINT = "https://yourmemory-backend.yourmemoryai.workers.dev/verify-token"
1001
1001
 
1002
1002
 
1003
1003
  def register():
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "yourmemory"
7
- version = "1.4.44"
7
+ version = "1.4.45"
8
8
  description = "Persistent memory for Claude — Ebbinghaus forgetting curve, semantic deduplication, MCP-native"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yourmemory
3
- Version: 1.4.44
3
+ Version: 1.4.45
4
4
  Summary: Persistent memory for Claude — Ebbinghaus forgetting curve, semantic deduplication, MCP-native
5
5
  Author: Sachit Misra
6
6
  Author-email: mishrasachit1@gmail.com
File without changes
File without changes
File without changes
File without changes
File without changes