cortexdb-client 0.1.0__tar.gz → 0.1.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 (29) hide show
  1. cortexdb_client-0.1.1/MANIFEST.in +1 -0
  2. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/PKG-INFO +1 -1
  3. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/pyproject.toml +1 -1
  4. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/.gitignore +0 -0
  5. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/README.md +0 -0
  6. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/__init__.py +0 -0
  7. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/__init__.py +0 -0
  8. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/__init__.py +0 -0
  9. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/__init__.py +0 -0
  10. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/admin_pb2.py +0 -0
  11. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/admin_pb2_grpc.py +0 -0
  12. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/common_pb2.py +0 -0
  13. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/common_pb2_grpc.py +0 -0
  14. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/graph_pb2.py +0 -0
  15. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/graph_pb2_grpc.py +0 -0
  16. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/graphrag_pb2.py +0 -0
  17. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/graphrag_pb2_grpc.py +0 -0
  18. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/knowledge_pb2.py +0 -0
  19. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/knowledge_pb2_grpc.py +0 -0
  20. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/memory_pb2.py +0 -0
  21. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/memory_pb2_grpc.py +0 -0
  22. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/tools_pb2.py +0 -0
  23. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/_pb/cortexdb/v1/tools_pb2_grpc.py +0 -0
  24. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/client.py +0 -0
  25. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/cortexdb_client/proto.py +0 -0
  26. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/examples/agent_memory.py +0 -0
  27. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/gen.sh +0 -0
  28. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/tests/test_integration.py +0 -0
  29. {cortexdb_client-0.1.0 → cortexdb_client-0.1.1}/uv.lock +0 -0
@@ -0,0 +1 @@
1
+ recursive-include cortexdb_client/_pb *.py
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cortexdb-client
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Typed gRPC client for CortexDB (AI memory + knowledge graph sidecar)
5
5
  Project-URL: Homepage, https://github.com/liliang-cn/cortexdb
6
6
  Project-URL: Repository, https://github.com/liliang-cn/cortexdb
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cortexdb-client"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "Typed gRPC client for CortexDB (AI memory + knowledge graph sidecar)"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"
File without changes
File without changes