agentic-mesh-protocol 0.2.3.dev4__tar.gz → 0.2.4__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 (119) hide show
  1. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol.egg-info → agentic_mesh_protocol-0.2.4}/PKG-INFO +7 -7
  2. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/pyproject.toml +7 -7
  3. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/__version__.py +1 -1
  4. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/storage/v1/data_pb2.py +42 -42
  5. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/storage/v1/data_pb2.pyi +21 -21
  6. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol.egg-info}/PKG-INFO +7 -7
  7. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol.egg-info/SOURCES.txt +2 -0
  8. agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol.egg-info/requires.txt +6 -0
  9. agentic_mesh_protocol-0.2.4/src/buf/__init__.py +0 -0
  10. agentic_mesh_protocol-0.2.4/src/buf/validate/__init__.py +0 -0
  11. agentic_mesh_protocol-0.2.4/src/buf/validate/validate_pb2.py +469 -0
  12. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/buf/validate/validate_pb2.pyi +5 -1
  13. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol.egg-info/requires.txt +0 -6
  14. agentic_mesh_protocol-0.2.3.dev4/src/buf/validate/validate_pb2.py +0 -465
  15. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/LICENSE +0 -0
  16. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/README.md +0 -0
  17. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/setup.cfg +0 -0
  18. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/__init__.py +0 -0
  19. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/cost/__init__.py +0 -0
  20. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/cost/v1/__init__.py +0 -0
  21. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/cost/v1/cost_pb2.py +0 -0
  22. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/cost/v1/cost_pb2.pyi +0 -0
  23. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/cost/v1/cost_pb2_grpc.py +0 -0
  24. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.py +0 -0
  25. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.pyi +0 -0
  26. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2_grpc.py +0 -0
  27. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/filesystem/__init__.py +0 -0
  28. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/filesystem/v1/__init__.py +0 -0
  29. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.py +0 -0
  30. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.pyi +0 -0
  31. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2_grpc.py +0 -0
  32. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.py +0 -0
  33. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.pyi +0 -0
  34. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2_grpc.py +0 -0
  35. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/__init__.py +0 -0
  36. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/__init__.py +0 -0
  37. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/information_pb2.py +0 -0
  38. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/information_pb2.pyi +0 -0
  39. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/information_pb2_grpc.py +0 -0
  40. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.py +0 -0
  41. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.pyi +0 -0
  42. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py +0 -0
  43. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +0 -0
  44. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/module_service_pb2.pyi +0 -0
  45. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py +0 -0
  46. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +0 -0
  47. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.pyi +0 -0
  48. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py +0 -0
  49. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/__init__.py +0 -0
  50. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/__init__.py +0 -0
  51. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.py +0 -0
  52. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.pyi +0 -0
  53. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2_grpc.py +0 -0
  54. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.py +0 -0
  55. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.pyi +0 -0
  56. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2_grpc.py +0 -0
  57. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.py +0 -0
  58. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.pyi +0 -0
  59. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2_grpc.py +0 -0
  60. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.py +0 -0
  61. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.pyi +0 -0
  62. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2_grpc.py +0 -0
  63. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/status_pb2.py +0 -0
  64. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/status_pb2.pyi +0 -0
  65. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/module_registry/v1/status_pb2_grpc.py +0 -0
  66. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/registry → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/pagination}/__init__.py +0 -0
  67. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/registry → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/pagination}/v1/__init__.py +0 -0
  68. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/py.typed +0 -0
  69. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/setup → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/registry}/__init__.py +0 -0
  70. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/setup → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/registry}/v1/__init__.py +0 -0
  71. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.py +0 -0
  72. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.pyi +0 -0
  73. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2_grpc.py +0 -0
  74. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.py +0 -0
  75. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.pyi +0 -0
  76. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2_grpc.py +0 -0
  77. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +0 -0
  78. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.pyi +0 -0
  79. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2_grpc.py +0 -0
  80. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.py +0 -0
  81. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.pyi +0 -0
  82. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2_grpc.py +0 -0
  83. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/storage → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/setup}/__init__.py +0 -0
  84. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/storage → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/setup}/v1/__init__.py +0 -0
  85. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +0 -0
  86. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/setup/v1/setup_pb2.pyi +0 -0
  87. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/setup/v1/setup_pb2_grpc.py +0 -0
  88. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +0 -0
  89. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.pyi +0 -0
  90. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2_grpc.py +0 -0
  91. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/storage}/__init__.py +0 -0
  92. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/storage}/v1/__init__.py +0 -0
  93. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/storage/v1/data_pb2_grpc.py +0 -0
  94. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.py +0 -0
  95. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.pyi +0 -0
  96. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2_grpc.py +0 -0
  97. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/user_profile → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/task_manager}/__init__.py +0 -0
  98. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/user_profile → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/task_manager}/v1/__init__.py +0 -0
  99. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.py +0 -0
  100. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.pyi +0 -0
  101. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2_grpc.py +0 -0
  102. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.py +0 -0
  103. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.pyi +0 -0
  104. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2_grpc.py +0 -0
  105. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.py +0 -0
  106. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.pyi +0 -0
  107. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2_grpc.py +0 -0
  108. {agentic_mesh_protocol-0.2.3.dev4/src/buf → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/user_profile}/__init__.py +0 -0
  109. {agentic_mesh_protocol-0.2.3.dev4/src/buf/validate → agentic_mesh_protocol-0.2.4/src/agentic_mesh_protocol/user_profile/v1}/__init__.py +0 -0
  110. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.py +0 -0
  111. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.pyi +0 -0
  112. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py +0 -0
  113. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.py +0 -0
  114. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.pyi +0 -0
  115. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +0 -0
  116. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol.egg-info/dependency_links.txt +0 -0
  117. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/agentic_mesh_protocol.egg-info/top_level.txt +0 -0
  118. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/src/buf/validate/validate_pb2_grpc.py +0 -0
  119. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-0.2.4}/test/test_imports.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentic-mesh-protocol
3
- Version: 0.2.3.dev4
3
+ Version: 0.2.4
4
4
  Summary: Python gRPC interfaces for Agentic Mesh Protocol
5
5
  Author-email: "DigitalKin.ai" <contact@digitalkin.ai>
6
6
  Project-URL: Bug Tracker, https://github.com/DigitalKin-ai/service-apis-py/issues
@@ -22,12 +22,12 @@ Classifier: Typing :: Typed
22
22
  Requires-Python: >=3.10
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: bump-my-version>=1.2.7
26
- Requires-Dist: googleapis-common-protos>=1.72.0
27
- Requires-Dist: grpcio-tools>=1.78.0
28
- Requires-Dist: grpcio>=1.78.0
29
- Requires-Dist: protobuf>=6.33.5
30
- Requires-Dist: protovalidate>=1.1.1
25
+ Requires-Dist: bump-my-version==1.2.7
26
+ Requires-Dist: googleapis-common-protos==1.72.0
27
+ Requires-Dist: grpcio-tools==1.78.0
28
+ Requires-Dist: grpcio==1.78.0
29
+ Requires-Dist: protobuf==6.33.5
30
+ Requires-Dist: protovalidate==1.1.2
31
31
  Dynamic: license-file
32
32
 
33
33
  # agentic-mesh-protocol
@@ -18,12 +18,12 @@
18
18
  "Typing :: Typed",
19
19
  ]
20
20
  dependencies = [
21
- "bump-my-version>=1.2.7",
22
- "googleapis-common-protos>=1.72.0",
23
- "grpcio-tools>=1.78.0",
24
- "grpcio>=1.78.0",
25
- "protobuf>=6.33.5",
26
- "protovalidate>=1.1.1",
21
+ "bump-my-version==1.2.7",
22
+ "googleapis-common-protos==1.72.0",
23
+ "grpcio-tools==1.78.0",
24
+ "grpcio==1.78.0",
25
+ "protobuf==6.33.5",
26
+ "protovalidate==1.1.2",
27
27
  ]
28
28
  description = "Python gRPC interfaces for Agentic Mesh Protocol"
29
29
  keywords = [
@@ -37,7 +37,7 @@
37
37
  name = "agentic-mesh-protocol"
38
38
  readme = "README.md"
39
39
  requires-python = ">=3.10"
40
- version = "0.2.3.dev4"
40
+ version = "0.2.4"
41
41
 
42
42
  [project.urls]
43
43
  "Bug Tracker" = "https://github.com/DigitalKin-ai/service-apis-py/issues"
@@ -5,4 +5,4 @@ from importlib.metadata import PackageNotFoundError, version
5
5
  try:
6
6
  __version__ = version("agentic-mesh-protocol")
7
7
  except PackageNotFoundError:
8
- __version__ = "0.2.3.dev4"
8
+ __version__ = "0.2.4"
@@ -27,7 +27,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
27
27
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
28
28
 
29
29
 
30
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+agentic_mesh_protocol/storage/v1/data.proto\x12 agentic_mesh_protocol.storage.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa4\x03\n\rStorageRecord\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12\x32\n\nmission_id\x18\x02 \x01(\tB\x13\xbaH\x10r\x0b:\tmissions:\xc8\x01\x01R\tmissionId\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\x12G\n\rcreation_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xbaH\x03\xc8\x01\x01R\x0c\x63reationDate\x12\x43\n\x0bupdate_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xbaH\x03\xc8\x01\x01R\nupdateDate\x12O\n\tdata_type\x18\x07 \x01(\x0e\x32*.agentic_mesh_protocol.storage.v1.DataTypeB\x06\xbaH\x03\xc8\x01\x01R\x08\x64\x61taType\"\x9b\x02\n\x12StoreRecordRequest\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12\x32\n\nmission_id\x18\x02 \x01(\tB\x13\xbaH\x10r\x0b:\tmissions:\xc8\x01\x01R\tmissionId\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\x12O\n\tdata_type\x18\x05 \x01(\x0e\x32*.agentic_mesh_protocol.storage.v1.DataTypeB\x06\xbaH\x03\xc8\x01\x01R\x08\x64\x61taType\"\x91\x01\n\x13StoreRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\x94\x01\n\x11ReadRecordRequest\x12\x32\n\nmission_id\x18\x01 \x01(\tB\x13\xbaH\x10r\x0b:\tmissions:\xc8\x01\x01R\tmissionId\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\"\x90\x01\n\x12ReadRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\xcb\x01\n\x13UpdateRecordRequest\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12\x32\n\nmission_id\x18\x02 \x01(\tB\x13\xbaH\x10r\x0b:\tmissions:\xc8\x01\x01R\tmissionId\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\"\x92\x01\n\x14UpdateRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\x96\x01\n\x13RemoveRecordRequest\x12\x32\n\nmission_id\x18\x01 \x01(\tB\x13\xbaH\x10r\x0b:\tmissions:\xc8\x01\x01R\tmissionId\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\"8\n\x14RemoveRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\"p\n\x12ListRecordsRequest\x12\x32\n\nmission_id\x18\x01 \x01(\tB\x13\xbaH\x10r\x0b:\tmissions:\xc8\x01\x01R\tmissionId\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\"h\n\x13ListRecordsResponse\x12Q\n\x07records\x18\x01 \x03(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\x07records\"u\n\x17RemoveCollectionRequest\x12\x32\n\nmission_id\x18\x01 \x01(\tB\x13\xbaH\x10r\x0b:\tmissions:\xc8\x01\x01R\tmissionId\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\"<\n\x18RemoveCollectionResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success*F\n\x08\x44\x61taType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06OUTPUT\x10\x01\x12\x08\n\x04VIEW\x10\x02\x12\x08\n\x04LOGS\x10\x03\x12\t\n\x05OTHER\x10\x04\x42\xcb\x01\n$com.agentic_mesh_protocol.storage.v1B\tDataProtoP\x01\xa2\x02\x03\x41SX\xaa\x02\x1e\x41genticMeshProtocol.Storage.V1\xca\x02\x1e\x41genticMeshProtocol\\Storage\\V1\xe2\x02*AgenticMeshProtocol\\Storage\\V1\\GPBMetadata\xea\x02 AgenticMeshProtocol::Storage::V1b\x06proto3')
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+agentic_mesh_protocol/storage/v1/data.proto\x12 agentic_mesh_protocol.storage.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xb3\x03\n\rStorageRecord\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12\x41\n\x07\x63ontext\x18\x02 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\x12G\n\rcreation_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xbaH\x03\xc8\x01\x01R\x0c\x63reationDate\x12\x43\n\x0bupdate_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xbaH\x03\xc8\x01\x01R\nupdateDate\x12O\n\tdata_type\x18\x07 \x01(\x0e\x32*.agentic_mesh_protocol.storage.v1.DataTypeB\x06\xbaH\x03\xc8\x01\x01R\x08\x64\x61taType\"\xaa\x02\n\x12StoreRecordRequest\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12\x41\n\x07\x63ontext\x18\x02 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\x12O\n\tdata_type\x18\x05 \x01(\x0e\x32*.agentic_mesh_protocol.storage.v1.DataTypeB\x06\xbaH\x03\xc8\x01\x01R\x08\x64\x61taType\"\x91\x01\n\x13StoreRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\xa3\x01\n\x11ReadRecordRequest\x12\x41\n\x07\x63ontext\x18\x01 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\"\x90\x01\n\x12ReadRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\xda\x01\n\x13UpdateRecordRequest\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12\x41\n\x07\x63ontext\x18\x02 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\"\x92\x01\n\x14UpdateRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\xa5\x01\n\x13RemoveRecordRequest\x12\x41\n\x07\x63ontext\x18\x01 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\"8\n\x14RemoveRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\"\x7f\n\x12ListRecordsRequest\x12\x41\n\x07\x63ontext\x18\x01 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\"h\n\x13ListRecordsResponse\x12Q\n\x07records\x18\x01 \x03(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\x07records\"\x84\x01\n\x17RemoveCollectionRequest\x12\x41\n\x07\x63ontext\x18\x01 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\"<\n\x18RemoveCollectionResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success*F\n\x08\x44\x61taType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06OUTPUT\x10\x01\x12\x08\n\x04VIEW\x10\x02\x12\x08\n\x04LOGS\x10\x03\x12\t\n\x05OTHER\x10\x04\x42\xcb\x01\n$com.agentic_mesh_protocol.storage.v1B\tDataProtoP\x01\xa2\x02\x03\x41SX\xaa\x02\x1e\x41genticMeshProtocol.Storage.V1\xca\x02\x1e\x41genticMeshProtocol\\Storage\\V1\xe2\x02*AgenticMeshProtocol\\Storage\\V1\\GPBMetadata\xea\x02 AgenticMeshProtocol::Storage::V1b\x06proto3')
31
31
 
32
32
  _globals = globals()
33
33
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -37,8 +37,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
37
37
  _globals['DESCRIPTOR']._serialized_options = b'\n$com.agentic_mesh_protocol.storage.v1B\tDataProtoP\001\242\002\003ASX\252\002\036AgenticMeshProtocol.Storage.V1\312\002\036AgenticMeshProtocol\\Storage\\V1\342\002*AgenticMeshProtocol\\Storage\\V1\\GPBMetadata\352\002 AgenticMeshProtocol::Storage::V1'
38
38
  _globals['_STORAGERECORD'].fields_by_name['data']._loaded_options = None
39
39
  _globals['_STORAGERECORD'].fields_by_name['data']._serialized_options = b'\272H\003\310\001\001'
40
- _globals['_STORAGERECORD'].fields_by_name['mission_id']._loaded_options = None
41
- _globals['_STORAGERECORD'].fields_by_name['mission_id']._serialized_options = b'\272H\020r\013:\tmissions:\310\001\001'
40
+ _globals['_STORAGERECORD'].fields_by_name['context']._loaded_options = None
41
+ _globals['_STORAGERECORD'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
42
42
  _globals['_STORAGERECORD'].fields_by_name['collection']._loaded_options = None
43
43
  _globals['_STORAGERECORD'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
44
44
  _globals['_STORAGERECORD'].fields_by_name['record_id']._loaded_options = None
@@ -51,8 +51,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
51
51
  _globals['_STORAGERECORD'].fields_by_name['data_type']._serialized_options = b'\272H\003\310\001\001'
52
52
  _globals['_STORERECORDREQUEST'].fields_by_name['data']._loaded_options = None
53
53
  _globals['_STORERECORDREQUEST'].fields_by_name['data']._serialized_options = b'\272H\003\310\001\001'
54
- _globals['_STORERECORDREQUEST'].fields_by_name['mission_id']._loaded_options = None
55
- _globals['_STORERECORDREQUEST'].fields_by_name['mission_id']._serialized_options = b'\272H\020r\013:\tmissions:\310\001\001'
54
+ _globals['_STORERECORDREQUEST'].fields_by_name['context']._loaded_options = None
55
+ _globals['_STORERECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
56
56
  _globals['_STORERECORDREQUEST'].fields_by_name['collection']._loaded_options = None
57
57
  _globals['_STORERECORDREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
58
58
  _globals['_STORERECORDREQUEST'].fields_by_name['record_id']._loaded_options = None
@@ -63,8 +63,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
63
63
  _globals['_STORERECORDRESPONSE'].fields_by_name['success']._serialized_options = b'\272H\003\310\001\001'
64
64
  _globals['_STORERECORDRESPONSE'].fields_by_name['stored_data']._loaded_options = None
65
65
  _globals['_STORERECORDRESPONSE'].fields_by_name['stored_data']._serialized_options = b'\272H\003\310\001\001'
66
- _globals['_READRECORDREQUEST'].fields_by_name['mission_id']._loaded_options = None
67
- _globals['_READRECORDREQUEST'].fields_by_name['mission_id']._serialized_options = b'\272H\020r\013:\tmissions:\310\001\001'
66
+ _globals['_READRECORDREQUEST'].fields_by_name['context']._loaded_options = None
67
+ _globals['_READRECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
68
68
  _globals['_READRECORDREQUEST'].fields_by_name['collection']._loaded_options = None
69
69
  _globals['_READRECORDREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
70
70
  _globals['_READRECORDREQUEST'].fields_by_name['record_id']._loaded_options = None
@@ -75,8 +75,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
75
75
  _globals['_READRECORDRESPONSE'].fields_by_name['stored_data']._serialized_options = b'\272H\003\310\001\001'
76
76
  _globals['_UPDATERECORDREQUEST'].fields_by_name['data']._loaded_options = None
77
77
  _globals['_UPDATERECORDREQUEST'].fields_by_name['data']._serialized_options = b'\272H\003\310\001\001'
78
- _globals['_UPDATERECORDREQUEST'].fields_by_name['mission_id']._loaded_options = None
79
- _globals['_UPDATERECORDREQUEST'].fields_by_name['mission_id']._serialized_options = b'\272H\020r\013:\tmissions:\310\001\001'
78
+ _globals['_UPDATERECORDREQUEST'].fields_by_name['context']._loaded_options = None
79
+ _globals['_UPDATERECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
80
80
  _globals['_UPDATERECORDREQUEST'].fields_by_name['collection']._loaded_options = None
81
81
  _globals['_UPDATERECORDREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
82
82
  _globals['_UPDATERECORDREQUEST'].fields_by_name['record_id']._loaded_options = None
@@ -85,52 +85,52 @@ if not _descriptor._USE_C_DESCRIPTORS:
85
85
  _globals['_UPDATERECORDRESPONSE'].fields_by_name['success']._serialized_options = b'\272H\003\310\001\001'
86
86
  _globals['_UPDATERECORDRESPONSE'].fields_by_name['stored_data']._loaded_options = None
87
87
  _globals['_UPDATERECORDRESPONSE'].fields_by_name['stored_data']._serialized_options = b'\272H\003\310\001\001'
88
- _globals['_REMOVERECORDREQUEST'].fields_by_name['mission_id']._loaded_options = None
89
- _globals['_REMOVERECORDREQUEST'].fields_by_name['mission_id']._serialized_options = b'\272H\020r\013:\tmissions:\310\001\001'
88
+ _globals['_REMOVERECORDREQUEST'].fields_by_name['context']._loaded_options = None
89
+ _globals['_REMOVERECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
90
90
  _globals['_REMOVERECORDREQUEST'].fields_by_name['collection']._loaded_options = None
91
91
  _globals['_REMOVERECORDREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
92
92
  _globals['_REMOVERECORDREQUEST'].fields_by_name['record_id']._loaded_options = None
93
93
  _globals['_REMOVERECORDREQUEST'].fields_by_name['record_id']._serialized_options = b'\272H\003\310\001\001'
94
94
  _globals['_REMOVERECORDRESPONSE'].fields_by_name['success']._loaded_options = None
95
95
  _globals['_REMOVERECORDRESPONSE'].fields_by_name['success']._serialized_options = b'\272H\003\310\001\001'
96
- _globals['_LISTRECORDSREQUEST'].fields_by_name['mission_id']._loaded_options = None
97
- _globals['_LISTRECORDSREQUEST'].fields_by_name['mission_id']._serialized_options = b'\272H\020r\013:\tmissions:\310\001\001'
96
+ _globals['_LISTRECORDSREQUEST'].fields_by_name['context']._loaded_options = None
97
+ _globals['_LISTRECORDSREQUEST'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
98
98
  _globals['_LISTRECORDSREQUEST'].fields_by_name['collection']._loaded_options = None
99
99
  _globals['_LISTRECORDSREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
100
100
  _globals['_LISTRECORDSRESPONSE'].fields_by_name['records']._loaded_options = None
101
101
  _globals['_LISTRECORDSRESPONSE'].fields_by_name['records']._serialized_options = b'\272H\003\310\001\001'
102
- _globals['_REMOVECOLLECTIONREQUEST'].fields_by_name['mission_id']._loaded_options = None
103
- _globals['_REMOVECOLLECTIONREQUEST'].fields_by_name['mission_id']._serialized_options = b'\272H\020r\013:\tmissions:\310\001\001'
102
+ _globals['_REMOVECOLLECTIONREQUEST'].fields_by_name['context']._loaded_options = None
103
+ _globals['_REMOVECOLLECTIONREQUEST'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
104
104
  _globals['_REMOVECOLLECTIONREQUEST'].fields_by_name['collection']._loaded_options = None
105
105
  _globals['_REMOVECOLLECTIONREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
106
106
  _globals['_REMOVECOLLECTIONRESPONSE'].fields_by_name['success']._loaded_options = None
107
107
  _globals['_REMOVECOLLECTIONRESPONSE'].fields_by_name['success']._serialized_options = b'\272H\003\310\001\001'
108
- _globals['_DATATYPE']._serialized_start=2295
109
- _globals['_DATATYPE']._serialized_end=2365
108
+ _globals['_DATATYPE']._serialized_start=2401
109
+ _globals['_DATATYPE']._serialized_end=2471
110
110
  _globals['_STORAGERECORD']._serialized_start=174
111
- _globals['_STORAGERECORD']._serialized_end=594
112
- _globals['_STORERECORDREQUEST']._serialized_start=597
113
- _globals['_STORERECORDREQUEST']._serialized_end=880
114
- _globals['_STORERECORDRESPONSE']._serialized_start=883
115
- _globals['_STORERECORDRESPONSE']._serialized_end=1028
116
- _globals['_READRECORDREQUEST']._serialized_start=1031
117
- _globals['_READRECORDREQUEST']._serialized_end=1179
118
- _globals['_READRECORDRESPONSE']._serialized_start=1182
119
- _globals['_READRECORDRESPONSE']._serialized_end=1326
120
- _globals['_UPDATERECORDREQUEST']._serialized_start=1329
121
- _globals['_UPDATERECORDREQUEST']._serialized_end=1532
122
- _globals['_UPDATERECORDRESPONSE']._serialized_start=1535
123
- _globals['_UPDATERECORDRESPONSE']._serialized_end=1681
124
- _globals['_REMOVERECORDREQUEST']._serialized_start=1684
125
- _globals['_REMOVERECORDREQUEST']._serialized_end=1834
126
- _globals['_REMOVERECORDRESPONSE']._serialized_start=1836
127
- _globals['_REMOVERECORDRESPONSE']._serialized_end=1892
128
- _globals['_LISTRECORDSREQUEST']._serialized_start=1894
129
- _globals['_LISTRECORDSREQUEST']._serialized_end=2006
130
- _globals['_LISTRECORDSRESPONSE']._serialized_start=2008
131
- _globals['_LISTRECORDSRESPONSE']._serialized_end=2112
132
- _globals['_REMOVECOLLECTIONREQUEST']._serialized_start=2114
133
- _globals['_REMOVECOLLECTIONREQUEST']._serialized_end=2231
134
- _globals['_REMOVECOLLECTIONRESPONSE']._serialized_start=2233
135
- _globals['_REMOVECOLLECTIONRESPONSE']._serialized_end=2293
111
+ _globals['_STORAGERECORD']._serialized_end=609
112
+ _globals['_STORERECORDREQUEST']._serialized_start=612
113
+ _globals['_STORERECORDREQUEST']._serialized_end=910
114
+ _globals['_STORERECORDRESPONSE']._serialized_start=913
115
+ _globals['_STORERECORDRESPONSE']._serialized_end=1058
116
+ _globals['_READRECORDREQUEST']._serialized_start=1061
117
+ _globals['_READRECORDREQUEST']._serialized_end=1224
118
+ _globals['_READRECORDRESPONSE']._serialized_start=1227
119
+ _globals['_READRECORDRESPONSE']._serialized_end=1371
120
+ _globals['_UPDATERECORDREQUEST']._serialized_start=1374
121
+ _globals['_UPDATERECORDREQUEST']._serialized_end=1592
122
+ _globals['_UPDATERECORDRESPONSE']._serialized_start=1595
123
+ _globals['_UPDATERECORDRESPONSE']._serialized_end=1741
124
+ _globals['_REMOVERECORDREQUEST']._serialized_start=1744
125
+ _globals['_REMOVERECORDREQUEST']._serialized_end=1909
126
+ _globals['_REMOVERECORDRESPONSE']._serialized_start=1911
127
+ _globals['_REMOVERECORDRESPONSE']._serialized_end=1967
128
+ _globals['_LISTRECORDSREQUEST']._serialized_start=1969
129
+ _globals['_LISTRECORDSREQUEST']._serialized_end=2096
130
+ _globals['_LISTRECORDSRESPONSE']._serialized_start=2098
131
+ _globals['_LISTRECORDSRESPONSE']._serialized_end=2202
132
+ _globals['_REMOVECOLLECTIONREQUEST']._serialized_start=2205
133
+ _globals['_REMOVECOLLECTIONREQUEST']._serialized_end=2337
134
+ _globals['_REMOVECOLLECTIONRESPONSE']._serialized_start=2339
135
+ _globals['_REMOVECOLLECTIONRESPONSE']._serialized_end=2399
136
136
  # @@protoc_insertion_point(module_scope)
@@ -28,34 +28,34 @@ OTHER: DataType
28
28
  class StorageRecord(_message.Message):
29
29
  __slots__ = ()
30
30
  DATA_FIELD_NUMBER: _ClassVar[int]
31
- MISSION_ID_FIELD_NUMBER: _ClassVar[int]
31
+ CONTEXT_FIELD_NUMBER: _ClassVar[int]
32
32
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
33
33
  RECORD_ID_FIELD_NUMBER: _ClassVar[int]
34
34
  CREATION_DATE_FIELD_NUMBER: _ClassVar[int]
35
35
  UPDATE_DATE_FIELD_NUMBER: _ClassVar[int]
36
36
  DATA_TYPE_FIELD_NUMBER: _ClassVar[int]
37
37
  data: _struct_pb2.Struct
38
- mission_id: str
38
+ context: str
39
39
  collection: str
40
40
  record_id: str
41
41
  creation_date: _timestamp_pb2.Timestamp
42
42
  update_date: _timestamp_pb2.Timestamp
43
43
  data_type: DataType
44
- def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., mission_id: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ..., creation_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., update_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., data_type: _Optional[_Union[DataType, str]] = ...) -> None: ...
44
+ def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., context: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ..., creation_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., update_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., data_type: _Optional[_Union[DataType, str]] = ...) -> None: ...
45
45
 
46
46
  class StoreRecordRequest(_message.Message):
47
47
  __slots__ = ()
48
48
  DATA_FIELD_NUMBER: _ClassVar[int]
49
- MISSION_ID_FIELD_NUMBER: _ClassVar[int]
49
+ CONTEXT_FIELD_NUMBER: _ClassVar[int]
50
50
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
51
51
  RECORD_ID_FIELD_NUMBER: _ClassVar[int]
52
52
  DATA_TYPE_FIELD_NUMBER: _ClassVar[int]
53
53
  data: _struct_pb2.Struct
54
- mission_id: str
54
+ context: str
55
55
  collection: str
56
56
  record_id: str
57
57
  data_type: DataType
58
- def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., mission_id: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ..., data_type: _Optional[_Union[DataType, str]] = ...) -> None: ...
58
+ def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., context: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ..., data_type: _Optional[_Union[DataType, str]] = ...) -> None: ...
59
59
 
60
60
  class StoreRecordResponse(_message.Message):
61
61
  __slots__ = ()
@@ -67,13 +67,13 @@ class StoreRecordResponse(_message.Message):
67
67
 
68
68
  class ReadRecordRequest(_message.Message):
69
69
  __slots__ = ()
70
- MISSION_ID_FIELD_NUMBER: _ClassVar[int]
70
+ CONTEXT_FIELD_NUMBER: _ClassVar[int]
71
71
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
72
72
  RECORD_ID_FIELD_NUMBER: _ClassVar[int]
73
- mission_id: str
73
+ context: str
74
74
  collection: str
75
75
  record_id: str
76
- def __init__(self, mission_id: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ...) -> None: ...
76
+ def __init__(self, context: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ...) -> None: ...
77
77
 
78
78
  class ReadRecordResponse(_message.Message):
79
79
  __slots__ = ()
@@ -86,14 +86,14 @@ class ReadRecordResponse(_message.Message):
86
86
  class UpdateRecordRequest(_message.Message):
87
87
  __slots__ = ()
88
88
  DATA_FIELD_NUMBER: _ClassVar[int]
89
- MISSION_ID_FIELD_NUMBER: _ClassVar[int]
89
+ CONTEXT_FIELD_NUMBER: _ClassVar[int]
90
90
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
91
91
  RECORD_ID_FIELD_NUMBER: _ClassVar[int]
92
92
  data: _struct_pb2.Struct
93
- mission_id: str
93
+ context: str
94
94
  collection: str
95
95
  record_id: str
96
- def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., mission_id: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ...) -> None: ...
96
+ def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., context: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ...) -> None: ...
97
97
 
98
98
  class UpdateRecordResponse(_message.Message):
99
99
  __slots__ = ()
@@ -105,13 +105,13 @@ class UpdateRecordResponse(_message.Message):
105
105
 
106
106
  class RemoveRecordRequest(_message.Message):
107
107
  __slots__ = ()
108
- MISSION_ID_FIELD_NUMBER: _ClassVar[int]
108
+ CONTEXT_FIELD_NUMBER: _ClassVar[int]
109
109
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
110
110
  RECORD_ID_FIELD_NUMBER: _ClassVar[int]
111
- mission_id: str
111
+ context: str
112
112
  collection: str
113
113
  record_id: str
114
- def __init__(self, mission_id: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ...) -> None: ...
114
+ def __init__(self, context: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ...) -> None: ...
115
115
 
116
116
  class RemoveRecordResponse(_message.Message):
117
117
  __slots__ = ()
@@ -121,11 +121,11 @@ class RemoveRecordResponse(_message.Message):
121
121
 
122
122
  class ListRecordsRequest(_message.Message):
123
123
  __slots__ = ()
124
- MISSION_ID_FIELD_NUMBER: _ClassVar[int]
124
+ CONTEXT_FIELD_NUMBER: _ClassVar[int]
125
125
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
126
- mission_id: str
126
+ context: str
127
127
  collection: str
128
- def __init__(self, mission_id: _Optional[str] = ..., collection: _Optional[str] = ...) -> None: ...
128
+ def __init__(self, context: _Optional[str] = ..., collection: _Optional[str] = ...) -> None: ...
129
129
 
130
130
  class ListRecordsResponse(_message.Message):
131
131
  __slots__ = ()
@@ -135,11 +135,11 @@ class ListRecordsResponse(_message.Message):
135
135
 
136
136
  class RemoveCollectionRequest(_message.Message):
137
137
  __slots__ = ()
138
- MISSION_ID_FIELD_NUMBER: _ClassVar[int]
138
+ CONTEXT_FIELD_NUMBER: _ClassVar[int]
139
139
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
140
- mission_id: str
140
+ context: str
141
141
  collection: str
142
- def __init__(self, mission_id: _Optional[str] = ..., collection: _Optional[str] = ...) -> None: ...
142
+ def __init__(self, context: _Optional[str] = ..., collection: _Optional[str] = ...) -> None: ...
143
143
 
144
144
  class RemoveCollectionResponse(_message.Message):
145
145
  __slots__ = ()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentic-mesh-protocol
3
- Version: 0.2.3.dev4
3
+ Version: 0.2.4
4
4
  Summary: Python gRPC interfaces for Agentic Mesh Protocol
5
5
  Author-email: "DigitalKin.ai" <contact@digitalkin.ai>
6
6
  Project-URL: Bug Tracker, https://github.com/DigitalKin-ai/service-apis-py/issues
@@ -22,12 +22,12 @@ Classifier: Typing :: Typed
22
22
  Requires-Python: >=3.10
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: bump-my-version>=1.2.7
26
- Requires-Dist: googleapis-common-protos>=1.72.0
27
- Requires-Dist: grpcio-tools>=1.78.0
28
- Requires-Dist: grpcio>=1.78.0
29
- Requires-Dist: protobuf>=6.33.5
30
- Requires-Dist: protovalidate>=1.1.1
25
+ Requires-Dist: bump-my-version==1.2.7
26
+ Requires-Dist: googleapis-common-protos==1.72.0
27
+ Requires-Dist: grpcio-tools==1.78.0
28
+ Requires-Dist: grpcio==1.78.0
29
+ Requires-Dist: protobuf==6.33.5
30
+ Requires-Dist: protovalidate==1.1.2
31
31
  Dynamic: license-file
32
32
 
33
33
  # agentic-mesh-protocol
@@ -56,6 +56,8 @@ src/agentic_mesh_protocol/module_registry/v1/registration_pb2_grpc.py
56
56
  src/agentic_mesh_protocol/module_registry/v1/status_pb2.py
57
57
  src/agentic_mesh_protocol/module_registry/v1/status_pb2.pyi
58
58
  src/agentic_mesh_protocol/module_registry/v1/status_pb2_grpc.py
59
+ src/agentic_mesh_protocol/pagination/__init__.py
60
+ src/agentic_mesh_protocol/pagination/v1/__init__.py
59
61
  src/agentic_mesh_protocol/registry/__init__.py
60
62
  src/agentic_mesh_protocol/registry/v1/__init__.py
61
63
  src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.py
@@ -0,0 +1,6 @@
1
+ bump-my-version==1.2.7
2
+ googleapis-common-protos==1.72.0
3
+ grpcio-tools==1.78.0
4
+ grpcio==1.78.0
5
+ protobuf==6.33.5
6
+ protovalidate==1.1.2
File without changes