prodedify-memory 0.2.0__tar.gz → 0.2.1__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 (125) hide show
  1. prodedify_memory-0.2.1/LICENSE +89 -0
  2. prodedify_memory-0.2.1/PKG-INFO +109 -0
  3. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/pyproject.toml +5 -1
  4. prodedify_memory-0.2.0/PKG-INFO +0 -18
  5. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/.github/workflows/ci.yml +0 -0
  6. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/.gitignore +0 -0
  7. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/CLAUDE.md +0 -0
  8. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/Makefile +0 -0
  9. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/README.md +0 -0
  10. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/SECURITY.md +0 -0
  11. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/env.py +0 -0
  12. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/script.py.mako +0 -0
  13. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0001_baseline.py +0 -0
  14. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0002_kg_rls_policies.py +0 -0
  15. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0003_adr005_bitemporal_substrate.py +0 -0
  16. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0004_prd05_grounding_audit.py +0 -0
  17. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0005_prd12_write_path_policy.py +0 -0
  18. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0006_ind1_edge_creator_agent.py +0 -0
  19. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0006_prd11b_memory_embeddings.py +0 -0
  20. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0007_standalone_app_rw_grants.py +0 -0
  21. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0008_sapere_write_idempotency.py +0 -0
  22. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0009_uda4_referral_policy.py +0 -0
  23. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0010_uda3_fairness_policy.py +0 -0
  24. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0011_uda4_assert_event_guard.py +0 -0
  25. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0012_decision_conflict_pairs.py +0 -0
  26. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0013_project_knowledge_items.py +0 -0
  27. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0014_uda1_retrieval_sidecar.py +0 -0
  28. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0015_g9_b2_immutability.py +0 -0
  29. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0016_g2_entity_resolution.py +0 -0
  30. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0017_g2b_merge_event_seq.py +0 -0
  31. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0018_g3_contradiction_lifecycle.py +0 -0
  32. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/0019_g11_api_keys.py +0 -0
  33. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic/versions/2c1b798ce44c_merge_ind1_agent_prd11b_embeddings_heads.py +0 -0
  34. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/alembic.ini +0 -0
  35. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/docker-compose.dev.yml +0 -0
  36. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/__init__.py +0 -0
  37. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/apikeys.py +0 -0
  38. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/__init__.py +0 -0
  39. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/adapters/__init__.py +0 -0
  40. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/adapters/base.py +0 -0
  41. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/adapters/hotpotqa.py +0 -0
  42. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/adapters/longmemeval.py +0 -0
  43. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/arms.py +0 -0
  44. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/baselines/fixture_v1__fake-concept-1536.json +0 -0
  45. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/cli.py +0 -0
  46. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/corpus.py +0 -0
  47. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/data/fixture_v1.jsonl +0 -0
  48. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/data/hotpot_ids_v1.json +0 -0
  49. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/data/hotpot_sample_v1.json +0 -0
  50. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/data/longmemeval_ids_v1.json +0 -0
  51. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/data/longmemeval_sample_v1.json +0 -0
  52. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/fake_embedder.py +0 -0
  53. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/fixtures.py +0 -0
  54. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/judge.py +0 -0
  55. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/metrics.py +0 -0
  56. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/report.py +0 -0
  57. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/runner.py +0 -0
  58. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/seed.py +0 -0
  59. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/benchmark/tokens.py +0 -0
  60. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/contradiction/__init__.py +0 -0
  61. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/contradiction/lifecycle.py +0 -0
  62. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/contradiction/seams.py +0 -0
  63. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/contradiction/sweep.py +0 -0
  64. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/fairness_policy.py +0 -0
  65. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/grounding_audit.py +0 -0
  66. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/hooks.py +0 -0
  67. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/mcp/__init__.py +0 -0
  68. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/mcp/server.py +0 -0
  69. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/migrate.py +0 -0
  70. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/models.py +0 -0
  71. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/provenance.py +0 -0
  72. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/referral_policy.py +0 -0
  73. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/registry.py +0 -0
  74. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/resolution/__init__.py +0 -0
  75. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/resolution/fingerprint.py +0 -0
  76. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/resolution/residue.py +0 -0
  77. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/resolution/resolver.py +0 -0
  78. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/resolution/review.py +0 -0
  79. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/retrieval/__init__.py +0 -0
  80. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/retrieval/backfill.py +0 -0
  81. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/retrieval/embedder.py +0 -0
  82. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/retrieval/fusion.py +0 -0
  83. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/retrieval/signals.py +0 -0
  84. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/retrieval/writer.py +0 -0
  85. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/services/__init__.py +0 -0
  86. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/services/intelligence.py +0 -0
  87. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/services/knowledge_graph.py +0 -0
  88. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/store.py +0 -0
  89. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/temporal.py +0 -0
  90. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/prodedify_memory/write_policy.py +0 -0
  91. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/scripts/check_migration_graph.py +0 -0
  92. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/scripts/dev-initdb.sql +0 -0
  93. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/scripts/rehearse_uda3.sh +0 -0
  94. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/scripts/rehearse_uda4.sh +0 -0
  95. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_adr005_substrate.py +0 -0
  96. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_b2_immutability.py +0 -0
  97. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_benchmark.py +0 -0
  98. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_benchmark_adapters.py +0 -0
  99. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_benchmark_corpus.py +0 -0
  100. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_benchmark_harness.py +0 -0
  101. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_benchmark_report.py +0 -0
  102. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_benchmark_seed.py +0 -0
  103. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_g11_api_keys.py +0 -0
  104. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_g2_entity_resolution.py +0 -0
  105. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_g2b_merge_review.py +0 -0
  106. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_g2g3_post_g4.py +0 -0
  107. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_g3_contradiction_lifecycle.py +0 -0
  108. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_g3b_sweep.py +0 -0
  109. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_g4_traversal.py +0 -0
  110. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_ind1_edge_creator.py +0 -0
  111. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_kg_conflict_pairs.py +0 -0
  112. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_kg_project_knowledge_items.py +0 -0
  113. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_migration_graph.py +0 -0
  114. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_packaged_migrations.py +0 -0
  115. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_prd05_audit_replay.py +0 -0
  116. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_prd05_grounding.py +0 -0
  117. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_prd11b_retrieval.py +0 -0
  118. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_prd12_write_path.py +0 -0
  119. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_provenance.py +0 -0
  120. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_registry.py +0 -0
  121. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_resolution_fingerprint.py +0 -0
  122. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_sap_pg2_embed_status.py +0 -0
  123. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_store_sql.py +0 -0
  124. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_uda3_fairness_policy.py +0 -0
  125. {prodedify_memory-0.2.0 → prodedify_memory-0.2.1}/tests/test_uda4_referral_policy.py +0 -0
@@ -0,0 +1,89 @@
1
+ Business Source License 1.1
2
+
3
+ Parameters
4
+
5
+ Licensor: Prodedify
6
+ Licensed Work: prodedify-memory
7
+ The Licensed Work is (c) 2026 Prodedify.
8
+ Additional Use Grant: You may use the Licensed Work for non-production
9
+ purposes only: development, testing, and evaluation.
10
+ Any production use, and any use of the Licensed Work
11
+ to provide a product or service to third parties,
12
+ requires a separate commercial license from the
13
+ Licensor (hello@prodedify.com).
14
+ Change Date: 2030-07-06
15
+ Change License: Apache License, Version 2.0
16
+
17
+ For information about alternative licensing arrangements for the Licensed
18
+ Work, please contact hello@prodedify.com.
19
+
20
+ Notice
21
+
22
+ Business Source License 1.1
23
+
24
+ Terms
25
+
26
+ The Licensor hereby grants you the right to copy, modify, create derivative
27
+ works, redistribute, and make non-production use of the Licensed Work. The
28
+ Licensor may make an Additional Use Grant, above, permitting limited
29
+ production use.
30
+
31
+ Effective on the Change Date, or the fourth anniversary of the first publicly
32
+ available distribution of a specific version of the Licensed Work under this
33
+ License, whichever comes first, the Licensor hereby grants you rights under
34
+ the terms of the Change License, and the rights granted in the paragraph
35
+ above terminate.
36
+
37
+ If your use of the Licensed Work does not comply with the requirements
38
+ currently in effect as described in this License, you must purchase a
39
+ commercial license from the Licensor, its affiliated entities, or authorized
40
+ resellers, or you must refrain from using the Licensed Work.
41
+
42
+ All copies of the original and modified Licensed Work, and derivative works
43
+ of the Licensed Work, are subject to this License. This License applies
44
+ separately for each version of the Licensed Work and the Change Date may vary
45
+ for each version of the Licensed Work released by Licensor.
46
+
47
+ You must conspicuously display this License on each original or modified copy
48
+ of the Licensed Work. If you receive the Licensed Work in original or
49
+ modified form from a third party, the terms and conditions set forth in this
50
+ License apply to your use of that work.
51
+
52
+ Any use of the Licensed Work in violation of this License will automatically
53
+ terminate your rights under this License for the current and all other
54
+ versions of the Licensed Work.
55
+
56
+ This License does not grant you any right in any trademark or logo of
57
+ Licensor or its affiliates (provided that you may use a trademark or logo of
58
+ Licensor as expressly required by this License).
59
+
60
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
61
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
62
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
63
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
64
+ TITLE.
65
+
66
+ MariaDB hereby grants you permission to use this License's text to license
67
+ your works, and to refer to it using the trademark "Business Source License",
68
+ as long as you comply with the Covenants of Licensor below.
69
+
70
+ Covenants of Licensor
71
+
72
+ In consideration of the right to use this License's text and the "Business
73
+ Source License" name and trademark, Licensor covenants to MariaDB, and to all
74
+ other recipients of the licensed work to be provided by Licensor:
75
+
76
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
77
+ or a license that is compatible with GPL Version 2.0 or any later version,
78
+ where "compatible" means that software provided under the Change License
79
+ can be included in a program with software provided under GPL Version 2.0
80
+ or a later version. Licensor may specify additional Change Licenses
81
+ without limitation.
82
+
83
+ 2. To either: (a) specify an additional grant of rights to use that does not
84
+ impose any additional restriction on the right granted in this License, as
85
+ the Additional Use Grant; or (b) insert the text "None".
86
+
87
+ 3. To specify a Change Date.
88
+
89
+ 4. Not to modify this License in any other way.
@@ -0,0 +1,109 @@
1
+ Metadata-Version: 2.4
2
+ Name: prodedify-memory
3
+ Version: 0.2.1
4
+ Summary: Organization memory engine: a compounding knowledge graph of decisions, entities, and their relationships — queryable by humans and agents (MCP).
5
+ License: Business Source License 1.1
6
+
7
+ Parameters
8
+
9
+ Licensor: Prodedify
10
+ Licensed Work: prodedify-memory
11
+ The Licensed Work is (c) 2026 Prodedify.
12
+ Additional Use Grant: You may use the Licensed Work for non-production
13
+ purposes only: development, testing, and evaluation.
14
+ Any production use, and any use of the Licensed Work
15
+ to provide a product or service to third parties,
16
+ requires a separate commercial license from the
17
+ Licensor (hello@prodedify.com).
18
+ Change Date: 2030-07-06
19
+ Change License: Apache License, Version 2.0
20
+
21
+ For information about alternative licensing arrangements for the Licensed
22
+ Work, please contact hello@prodedify.com.
23
+
24
+ Notice
25
+
26
+ Business Source License 1.1
27
+
28
+ Terms
29
+
30
+ The Licensor hereby grants you the right to copy, modify, create derivative
31
+ works, redistribute, and make non-production use of the Licensed Work. The
32
+ Licensor may make an Additional Use Grant, above, permitting limited
33
+ production use.
34
+
35
+ Effective on the Change Date, or the fourth anniversary of the first publicly
36
+ available distribution of a specific version of the Licensed Work under this
37
+ License, whichever comes first, the Licensor hereby grants you rights under
38
+ the terms of the Change License, and the rights granted in the paragraph
39
+ above terminate.
40
+
41
+ If your use of the Licensed Work does not comply with the requirements
42
+ currently in effect as described in this License, you must purchase a
43
+ commercial license from the Licensor, its affiliated entities, or authorized
44
+ resellers, or you must refrain from using the Licensed Work.
45
+
46
+ All copies of the original and modified Licensed Work, and derivative works
47
+ of the Licensed Work, are subject to this License. This License applies
48
+ separately for each version of the Licensed Work and the Change Date may vary
49
+ for each version of the Licensed Work released by Licensor.
50
+
51
+ You must conspicuously display this License on each original or modified copy
52
+ of the Licensed Work. If you receive the Licensed Work in original or
53
+ modified form from a third party, the terms and conditions set forth in this
54
+ License apply to your use of that work.
55
+
56
+ Any use of the Licensed Work in violation of this License will automatically
57
+ terminate your rights under this License for the current and all other
58
+ versions of the Licensed Work.
59
+
60
+ This License does not grant you any right in any trademark or logo of
61
+ Licensor or its affiliates (provided that you may use a trademark or logo of
62
+ Licensor as expressly required by this License).
63
+
64
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
65
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
66
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
67
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
68
+ TITLE.
69
+
70
+ MariaDB hereby grants you permission to use this License's text to license
71
+ your works, and to refer to it using the trademark "Business Source License",
72
+ as long as you comply with the Covenants of Licensor below.
73
+
74
+ Covenants of Licensor
75
+
76
+ In consideration of the right to use this License's text and the "Business
77
+ Source License" name and trademark, Licensor covenants to MariaDB, and to all
78
+ other recipients of the licensed work to be provided by Licensor:
79
+
80
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
81
+ or a license that is compatible with GPL Version 2.0 or any later version,
82
+ where "compatible" means that software provided under the Change License
83
+ can be included in a program with software provided under GPL Version 2.0
84
+ or a later version. Licensor may specify additional Change Licenses
85
+ without limitation.
86
+
87
+ 2. To either: (a) specify an additional grant of rights to use that does not
88
+ impose any additional restriction on the right granted in this License, as
89
+ the Additional Use Grant; or (b) insert the text "None".
90
+
91
+ 3. To specify a Change Date.
92
+
93
+ 4. Not to modify this License in any other way.
94
+ License-File: LICENSE
95
+ Classifier: License :: Other/Proprietary License
96
+ Requires-Python: >=3.11
97
+ Requires-Dist: asyncpg>=0.29
98
+ Requires-Dist: networkx>=3.2
99
+ Requires-Dist: pydantic>=2.6
100
+ Requires-Dist: sqlalchemy[asyncio]>=2.0
101
+ Provides-Extra: dev
102
+ Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
103
+ Requires-Dist: pytest>=8; extra == 'dev'
104
+ Requires-Dist: ruff>=0.4; extra == 'dev'
105
+ Provides-Extra: mcp
106
+ Requires-Dist: mcp>=1.2; extra == 'mcp'
107
+ Provides-Extra: migrations
108
+ Requires-Dist: alembic>=1.13; extra == 'migrations'
109
+ Requires-Dist: psycopg[binary]>=3.1; extra == 'migrations'
@@ -1,7 +1,11 @@
1
1
  [project]
2
2
  name = "prodedify-memory"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "Organization memory engine: a compounding knowledge graph of decisions, entities, and their relationships — queryable by humans and agents (MCP)."
5
+ # BUSL-1.1: non-production use permitted; production requires a commercial
6
+ # license (see LICENSE — Change Date 2030-07-06 → Apache-2.0).
7
+ license = { file = "LICENSE" }
8
+ classifiers = ["License :: Other/Proprietary License"]
5
9
  requires-python = ">=3.11"
6
10
  dependencies = [
7
11
  "sqlalchemy[asyncio]>=2.0",
@@ -1,18 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: prodedify-memory
3
- Version: 0.2.0
4
- Summary: Organization memory engine: a compounding knowledge graph of decisions, entities, and their relationships — queryable by humans and agents (MCP).
5
- Requires-Python: >=3.11
6
- Requires-Dist: asyncpg>=0.29
7
- Requires-Dist: networkx>=3.2
8
- Requires-Dist: pydantic>=2.6
9
- Requires-Dist: sqlalchemy[asyncio]>=2.0
10
- Provides-Extra: dev
11
- Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
12
- Requires-Dist: pytest>=8; extra == 'dev'
13
- Requires-Dist: ruff>=0.4; extra == 'dev'
14
- Provides-Extra: mcp
15
- Requires-Dist: mcp>=1.2; extra == 'mcp'
16
- Provides-Extra: migrations
17
- Requires-Dist: alembic>=1.13; extra == 'migrations'
18
- Requires-Dist: psycopg[binary]>=3.1; extra == 'migrations'