agentic-mesh-protocol 1.0.0.dev0__tar.gz → 1.0.0.dev1__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 (128) hide show
  1. {agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol.egg-info → agentic_mesh_protocol-1.0.0.dev1}/PKG-INFO +4 -2
  2. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/pyproject.toml +9 -7
  3. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/__version__.py +1 -1
  4. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2_grpc.py +2 -2
  5. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2_grpc.py +2 -7
  6. agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.py +65 -0
  7. agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.pyi +82 -0
  8. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.py +2 -2
  9. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2_grpc.py +48 -92
  10. agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +39 -0
  11. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/module_service_pb2.pyi +0 -1
  12. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py +0 -89
  13. agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +44 -0
  14. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.pyi +0 -30
  15. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +10 -14
  16. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2_grpc.py +1 -1
  17. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2_grpc.py +8 -8
  18. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2.py +1 -1
  19. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2_grpc.py +2 -2
  20. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol.egg-info}/PKG-INFO +4 -2
  21. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol.egg-info/SOURCES.txt +0 -28
  22. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol.egg-info/requires.txt +2 -1
  23. agentic_mesh_protocol-1.0.0.dev1/src/buf/validate/validate_pb2.py +469 -0
  24. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/buf/validate/validate_pb2.pyi +5 -1
  25. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/test/test_imports.py +3 -3
  26. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.py +0 -110
  27. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.pyi +0 -216
  28. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +0 -40
  29. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +0 -58
  30. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.py +0 -63
  31. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.pyi +0 -49
  32. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/discover_pb2_grpc.py +0 -4
  33. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.py +0 -46
  34. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.pyi +0 -24
  35. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2_grpc.py +0 -4
  36. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.py +0 -40
  37. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.pyi +0 -7
  38. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2_grpc.py +0 -406
  39. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.py +0 -57
  40. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.pyi +0 -42
  41. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/registration_pb2_grpc.py +0 -4
  42. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/status_pb2.py +0 -58
  43. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/status_pb2.pyi +0 -70
  44. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry/v1/status_pb2_grpc.py +0 -4
  45. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.py +0 -65
  46. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.pyi +0 -49
  47. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2_grpc.py +0 -4
  48. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.py +0 -54
  49. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.pyi +0 -33
  50. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2_grpc.py +0 -4
  51. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.py +0 -38
  52. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.pyi +0 -5
  53. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2_grpc.py +0 -172
  54. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/user_profile/__init__.py +0 -0
  55. agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/user_profile/v1/__init__.py +0 -0
  56. agentic_mesh_protocol-1.0.0.dev0/src/buf/__init__.py +0 -0
  57. agentic_mesh_protocol-1.0.0.dev0/src/buf/validate/__init__.py +0 -0
  58. agentic_mesh_protocol-1.0.0.dev0/src/buf/validate/validate_pb2.py +0 -465
  59. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/LICENSE +0 -0
  60. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/README.md +0 -0
  61. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/setup.cfg +0 -0
  62. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/__init__.py +0 -0
  63. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/__init__.py +0 -0
  64. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/__init__.py +0 -0
  65. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2.py +0 -0
  66. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2.pyi +0 -0
  67. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2_grpc.py +0 -0
  68. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.py +0 -0
  69. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.pyi +0 -0
  70. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/__init__.py +0 -0
  71. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/__init__.py +0 -0
  72. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.py +0 -0
  73. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.pyi +0 -0
  74. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2_grpc.py +0 -0
  75. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.py +0 -0
  76. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.pyi +0 -0
  77. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/gateway/__init__.py +0 -0
  78. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/gateway/v1/__init__.py +0 -0
  79. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/gateway/v1/gateway_pb2_grpc.py +0 -0
  80. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.pyi +0 -0
  81. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/__init__.py +0 -0
  82. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/__init__.py +0 -0
  83. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/information_pb2.py +0 -0
  84. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/information_pb2.pyi +0 -0
  85. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/information_pb2_grpc.py +0 -0
  86. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.py +0 -0
  87. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.pyi +0 -0
  88. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py +0 -0
  89. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py +0 -0
  90. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/py.typed +0 -0
  91. {agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/registry}/__init__.py +0 -0
  92. {agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/module_registry → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/registry}/v1/__init__.py +0 -0
  93. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.py +0 -0
  94. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.pyi +0 -0
  95. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2_grpc.py +0 -0
  96. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.py +0 -0
  97. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.pyi +0 -0
  98. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2_grpc.py +0 -0
  99. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.pyi +0 -0
  100. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2_grpc.py +0 -0
  101. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.py +0 -0
  102. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.pyi +0 -0
  103. {agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/registry → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/setup}/__init__.py +0 -0
  104. {agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/registry → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/setup}/v1/__init__.py +0 -0
  105. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +0 -0
  106. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2.pyi +0 -0
  107. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2_grpc.py +0 -0
  108. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +0 -0
  109. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.pyi +0 -0
  110. {agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/setup → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/storage}/__init__.py +0 -0
  111. {agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/setup → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/storage}/v1/__init__.py +0 -0
  112. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2.pyi +0 -0
  113. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2_grpc.py +0 -0
  114. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.py +0 -0
  115. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.pyi +0 -0
  116. {agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/storage → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/user_profile}/__init__.py +0 -0
  117. {agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/storage → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/user_profile}/v1/__init__.py +0 -0
  118. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.py +0 -0
  119. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.pyi +0 -0
  120. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py +0 -0
  121. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.py +0 -0
  122. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.pyi +0 -0
  123. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +0 -0
  124. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol.egg-info/dependency_links.txt +0 -0
  125. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol.egg-info/top_level.txt +0 -0
  126. {agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/task_manager → agentic_mesh_protocol-1.0.0.dev1/src/buf}/__init__.py +0 -0
  127. {agentic_mesh_protocol-1.0.0.dev0/src/agentic_mesh_protocol/task_manager/v1 → agentic_mesh_protocol-1.0.0.dev1/src/buf/validate}/__init__.py +0 -0
  128. {agentic_mesh_protocol-1.0.0.dev0 → agentic_mesh_protocol-1.0.0.dev1}/src/buf/validate/validate_pb2_grpc.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentic-mesh-protocol
3
- Version: 1.0.0.dev0
3
+ Version: 1.0.0.dev1
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
@@ -16,17 +16,19 @@ Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
18
  Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Programming Language :: Python :: 3.14
19
20
  Classifier: Programming Language :: Python
20
21
  Classifier: Topic :: Software Development :: Libraries
21
22
  Classifier: Typing :: Typed
22
23
  Requires-Python: >=3.10
23
24
  Description-Content-Type: text/markdown
24
25
  License-File: LICENSE
26
+ Requires-Dist: bump-my-version==1.3.0
25
27
  Requires-Dist: googleapis-common-protos==1.74.0
26
28
  Requires-Dist: grpcio-tools==1.80.0
27
29
  Requires-Dist: grpcio==1.80.0
28
30
  Requires-Dist: protobuf==6.33.6
29
- Requires-Dist: protovalidate==1.1.2
31
+ Requires-Dist: protovalidate==1.2.0
30
32
  Dynamic: license-file
31
33
 
32
34
  # agentic-mesh-protocol
@@ -13,16 +13,18 @@
13
13
  "Programming Language :: Python :: 3.11",
14
14
  "Programming Language :: Python :: 3.12",
15
15
  "Programming Language :: Python :: 3.13",
16
+ "Programming Language :: Python :: 3.14",
16
17
  "Programming Language :: Python",
17
18
  "Topic :: Software Development :: Libraries",
18
19
  "Typing :: Typed",
19
20
  ]
20
21
  dependencies = [
22
+ "bump-my-version==1.3.0",
21
23
  "googleapis-common-protos==1.74.0",
22
24
  "grpcio-tools==1.80.0",
23
25
  "grpcio==1.80.0",
24
26
  "protobuf==6.33.6",
25
- "protovalidate==1.1.2",
27
+ "protovalidate==1.2.0",
26
28
  ]
27
29
  description = "Python gRPC interfaces for Agentic Mesh Protocol"
28
30
  keywords = [
@@ -36,7 +38,7 @@
36
38
  name = "agentic-mesh-protocol"
37
39
  readme = "README.md"
38
40
  requires-python = ">=3.10"
39
- version = "1.0.0.dev0"
41
+ version = "1.0.0.dev1"
40
42
 
41
43
  [project.urls]
42
44
  "Bug Tracker" = "https://github.com/DigitalKin-ai/service-apis-py/issues"
@@ -49,12 +51,12 @@
49
51
 
50
52
  [dependency-groups]
51
53
  dev = [
52
- "build>=1.4.3",
53
- "bump-my-version>=1.3.0",
54
- "mypy>=1.20.1",
55
- "pre-commit>=4.5.1",
54
+ "build>=1.4.4",
55
+ "bump-my-version>=1.2.4",
56
+ "mypy>=1.20.2",
57
+ "pre-commit>=4.6.0",
56
58
  "pytest>=9.0.3",
57
- "ruff>=0.15.10",
59
+ "ruff>=0.15.12",
58
60
  "twine>=6.2.0",
59
61
  ]
60
62
 
@@ -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__ = "1.0.0.dev0"
8
+ __version__ = "1.0.0.dev1"
@@ -54,14 +54,14 @@ class CostServiceServicer(object):
54
54
  raise NotImplementedError('Method not implemented!')
55
55
 
56
56
  def GetCost(self, request, context):
57
- """GetCost retrieves cost entries by name within a mission.
57
+ """DEPRECATED: GetCost unused in SDK, no callers.
58
58
  """
59
59
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
60
60
  context.set_details('Method not implemented!')
61
61
  raise NotImplementedError('Method not implemented!')
62
62
 
63
63
  def GetCosts(self, request, context):
64
- """GetCosts retrieves multiple cost entries with filtering and pagination.
64
+ """DEPRECATED: GetCosts unused in SDK, no callers.
65
65
  """
66
66
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
67
67
  context.set_details('Method not implemented!')
@@ -60,19 +60,14 @@ class FilesystemServiceServicer(object):
60
60
  raise NotImplementedError('Method not implemented!')
61
61
 
62
62
  def GetFile(self, request, context):
63
- """GetFile fetches detailed information about a single file,
64
- with optional content inclusion. Supports lookup by either
65
- unique ID or name within a context.
63
+ """DEPRECATED: GetFile unused in SDK, no callers.
66
64
  """
67
65
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
68
66
  context.set_details('Method not implemented!')
69
67
  raise NotImplementedError('Method not implemented!')
70
68
 
71
69
  def GetFiles(self, request, context):
72
- """GetFiles provides efficient retrieval of multiple files using
73
- file IDs, file names, or path prefix, with support for
74
- pagination for large result sets, optional content inclusion,
75
- and total count of matching files.
70
+ """DEPRECATED: GetFiles unused in SDK, no callers.
76
71
  """
77
72
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
78
73
  context.set_details('Method not implemented!')
@@ -0,0 +1,65 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: agentic_mesh_protocol/gateway/v1/gateway.proto
5
+ # Protobuf Python Version: 6.33.0
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 33,
16
+ 0,
17
+ '',
18
+ 'agentic_mesh_protocol/gateway/v1/gateway.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
+ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.agentic_mesh_protocol/gateway/v1/gateway.proto\x12 agentic_mesh_protocol.gateway.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\"\x9b\x01\n\x12StartStreamRequest\x12\x1f\n\x07task_id\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x06taskId\x12.\n\x08setup_id\x18\x02 \x01(\tB\x13\xbaH\x10r\x0b\x10\x01:\x07setups:\xc8\x01\x01R\x07setupId\x12\x34\n\nmission_id\x18\x03 \x01(\tB\x15\xbaH\x12r\r\x10\x01:\tmissions:\xc8\x01\x01R\tmissionId\"J\n\x13StartStreamResponse\x12\x1a\n\x08\x61\x63\x63\x65pted\x18\x01 \x01(\x08R\x08\x61\x63\x63\x65pted\x12\x17\n\x07task_id\x18\x02 \x01(\tR\x06taskId\"w\n\x0cStreamClient\x12\x19\n\x08\x66rom_seq\x18\x01 \x01(\x04R\x07\x66romSeq\x12\x1f\n\x07task_id\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x06taskId\x12+\n\x04\x64\x61ta\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x04\x64\x61ta\"v\n\x0cStreamServer\x12\x10\n\x03seq\x18\x01 \x01(\x04R\x03seq\x12\x1f\n\x07task_id\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x06taskId\x12\x33\n\x04\x64\x61ta\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\"~\n\x13\x43lientSignalRequest\x12\x17\n\x07task_id\x18\x01 \x01(\tR\x06taskId\x12N\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32..agentic_mesh_protocol.gateway.v1.SignalActionB\x06\xbaH\x03\xc8\x01\x01R\x06\x61\x63tion\"I\n\x14\x43lientSignalResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x17\n\x07task_id\x18\x02 \x01(\tR\x06taskId*\xb2\x01\n\x0cSignalAction\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06\x43\x41NCEL\x10\x01\x12\x12\n\x0eINVALIDATE_ALL\x10\x02\x12\x17\n\x13INVALIDATE_CHANNELS\x10\x03\x12\x15\n\x11INVALIDATE_MODELS\x10\x04\x12\x14\n\x10INVALIDATE_SETUP\x10\x05\x12\x14\n\x10INVALIDATE_TOOLS\x10\x06\x12\x15\n\x11INVALIDATE_SHARED\x10\x07\x42\xce\x01\n$com.agentic_mesh_protocol.gateway.v1B\x0cGatewayProtoP\x01\xa2\x02\x03\x41GX\xaa\x02\x1e\x41genticMeshProtocol.Gateway.V1\xca\x02\x1e\x41genticMeshProtocol\\Gateway\\V1\xe2\x02*AgenticMeshProtocol\\Gateway\\V1\\GPBMetadata\xea\x02 AgenticMeshProtocol::Gateway::V1b\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentic_mesh_protocol.gateway.v1.gateway_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ _globals['DESCRIPTOR']._loaded_options = None
36
+ _globals['DESCRIPTOR']._serialized_options = b'\n$com.agentic_mesh_protocol.gateway.v1B\014GatewayProtoP\001\242\002\003AGX\252\002\036AgenticMeshProtocol.Gateway.V1\312\002\036AgenticMeshProtocol\\Gateway\\V1\342\002*AgenticMeshProtocol\\Gateway\\V1\\GPBMetadata\352\002 AgenticMeshProtocol::Gateway::V1'
37
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['task_id']._loaded_options = None
38
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['task_id']._serialized_options = b'\272H\003\310\001\001'
39
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['setup_id']._loaded_options = None
40
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['setup_id']._serialized_options = b'\272H\020r\013\020\001:\007setups:\310\001\001'
41
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['mission_id']._loaded_options = None
42
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['mission_id']._serialized_options = b'\272H\022r\r\020\001:\tmissions:\310\001\001'
43
+ _globals['_STREAMCLIENT'].fields_by_name['task_id']._loaded_options = None
44
+ _globals['_STREAMCLIENT'].fields_by_name['task_id']._serialized_options = b'\272H\003\310\001\001'
45
+ _globals['_STREAMSERVER'].fields_by_name['task_id']._loaded_options = None
46
+ _globals['_STREAMSERVER'].fields_by_name['task_id']._serialized_options = b'\272H\003\310\001\001'
47
+ _globals['_STREAMSERVER'].fields_by_name['data']._loaded_options = None
48
+ _globals['_STREAMSERVER'].fields_by_name['data']._serialized_options = b'\272H\003\310\001\001'
49
+ _globals['_CLIENTSIGNALREQUEST'].fields_by_name['action']._loaded_options = None
50
+ _globals['_CLIENTSIGNALREQUEST'].fields_by_name['action']._serialized_options = b'\272H\003\310\001\001'
51
+ _globals['_SIGNALACTION']._serialized_start=822
52
+ _globals['_SIGNALACTION']._serialized_end=1000
53
+ _globals['_STARTSTREAMREQUEST']._serialized_start=144
54
+ _globals['_STARTSTREAMREQUEST']._serialized_end=299
55
+ _globals['_STARTSTREAMRESPONSE']._serialized_start=301
56
+ _globals['_STARTSTREAMRESPONSE']._serialized_end=375
57
+ _globals['_STREAMCLIENT']._serialized_start=377
58
+ _globals['_STREAMCLIENT']._serialized_end=496
59
+ _globals['_STREAMSERVER']._serialized_start=498
60
+ _globals['_STREAMSERVER']._serialized_end=616
61
+ _globals['_CLIENTSIGNALREQUEST']._serialized_start=618
62
+ _globals['_CLIENTSIGNALREQUEST']._serialized_end=744
63
+ _globals['_CLIENTSIGNALRESPONSE']._serialized_start=746
64
+ _globals['_CLIENTSIGNALRESPONSE']._serialized_end=819
65
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,82 @@
1
+ from buf.validate import validate_pb2 as _validate_pb2
2
+ from google.protobuf import struct_pb2 as _struct_pb2
3
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
4
+ from google.protobuf import descriptor as _descriptor
5
+ from google.protobuf import message as _message
6
+ from collections.abc import Mapping as _Mapping
7
+ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
8
+
9
+ DESCRIPTOR: _descriptor.FileDescriptor
10
+
11
+ class SignalAction(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
12
+ __slots__ = ()
13
+ UNSPECIFIED: _ClassVar[SignalAction]
14
+ CANCEL: _ClassVar[SignalAction]
15
+ INVALIDATE_ALL: _ClassVar[SignalAction]
16
+ INVALIDATE_CHANNELS: _ClassVar[SignalAction]
17
+ INVALIDATE_MODELS: _ClassVar[SignalAction]
18
+ INVALIDATE_SETUP: _ClassVar[SignalAction]
19
+ INVALIDATE_TOOLS: _ClassVar[SignalAction]
20
+ INVALIDATE_SHARED: _ClassVar[SignalAction]
21
+ UNSPECIFIED: SignalAction
22
+ CANCEL: SignalAction
23
+ INVALIDATE_ALL: SignalAction
24
+ INVALIDATE_CHANNELS: SignalAction
25
+ INVALIDATE_MODELS: SignalAction
26
+ INVALIDATE_SETUP: SignalAction
27
+ INVALIDATE_TOOLS: SignalAction
28
+ INVALIDATE_SHARED: SignalAction
29
+
30
+ class StartStreamRequest(_message.Message):
31
+ __slots__ = ()
32
+ TASK_ID_FIELD_NUMBER: _ClassVar[int]
33
+ SETUP_ID_FIELD_NUMBER: _ClassVar[int]
34
+ MISSION_ID_FIELD_NUMBER: _ClassVar[int]
35
+ task_id: str
36
+ setup_id: str
37
+ mission_id: str
38
+ def __init__(self, task_id: _Optional[str] = ..., setup_id: _Optional[str] = ..., mission_id: _Optional[str] = ...) -> None: ...
39
+
40
+ class StartStreamResponse(_message.Message):
41
+ __slots__ = ()
42
+ ACCEPTED_FIELD_NUMBER: _ClassVar[int]
43
+ TASK_ID_FIELD_NUMBER: _ClassVar[int]
44
+ accepted: bool
45
+ task_id: str
46
+ def __init__(self, accepted: _Optional[bool] = ..., task_id: _Optional[str] = ...) -> None: ...
47
+
48
+ class StreamClient(_message.Message):
49
+ __slots__ = ()
50
+ FROM_SEQ_FIELD_NUMBER: _ClassVar[int]
51
+ TASK_ID_FIELD_NUMBER: _ClassVar[int]
52
+ DATA_FIELD_NUMBER: _ClassVar[int]
53
+ from_seq: int
54
+ task_id: str
55
+ data: _struct_pb2.Struct
56
+ def __init__(self, from_seq: _Optional[int] = ..., task_id: _Optional[str] = ..., data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...) -> None: ...
57
+
58
+ class StreamServer(_message.Message):
59
+ __slots__ = ()
60
+ SEQ_FIELD_NUMBER: _ClassVar[int]
61
+ TASK_ID_FIELD_NUMBER: _ClassVar[int]
62
+ DATA_FIELD_NUMBER: _ClassVar[int]
63
+ seq: int
64
+ task_id: str
65
+ data: _struct_pb2.Struct
66
+ def __init__(self, seq: _Optional[int] = ..., task_id: _Optional[str] = ..., data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...) -> None: ...
67
+
68
+ class ClientSignalRequest(_message.Message):
69
+ __slots__ = ()
70
+ TASK_ID_FIELD_NUMBER: _ClassVar[int]
71
+ ACTION_FIELD_NUMBER: _ClassVar[int]
72
+ task_id: str
73
+ action: SignalAction
74
+ def __init__(self, task_id: _Optional[str] = ..., action: _Optional[_Union[SignalAction, str]] = ...) -> None: ...
75
+
76
+ class ClientSignalResponse(_message.Message):
77
+ __slots__ = ()
78
+ SUCCESS_FIELD_NUMBER: _ClassVar[int]
79
+ TASK_ID_FIELD_NUMBER: _ClassVar[int]
80
+ success: bool
81
+ task_id: str
82
+ def __init__(self, success: _Optional[bool] = ..., task_id: _Optional[str] = ...) -> None: ...
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
25
25
  from agentic_mesh_protocol.gateway.v1 import gateway_pb2 as agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2
26
26
 
27
27
 
28
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6agentic_mesh_protocol/gateway/v1/gateway_service.proto\x12 agentic_mesh_protocol.gateway.v1\x1a.agentic_mesh_protocol/gateway/v1/gateway.proto2\x90\x04\n\x0eGatewayService\x12z\n\x0bStartStream\x12\x34.agentic_mesh_protocol.gateway.v1.StartStreamRequest\x1a\x35.agentic_mesh_protocol.gateway.v1.StartStreamResponse\x12\x84\x01\n\rProduceStream\x12\x36.agentic_mesh_protocol.gateway.v1.ProduceStreamRequest\x1a\x37.agentic_mesh_protocol.gateway.v1.ProduceStreamResponse(\x01\x30\x01\x12~\n\rConsumeStream\x12\x36.agentic_mesh_protocol.gateway.v1.ConsumeStreamRequest\x1a\x31.agentic_mesh_protocol.gateway.v1.GatewayResponse(\x01\x30\x01\x12{\n\nSendSignal\x12\x35.agentic_mesh_protocol.gateway.v1.ClientSignalRequest\x1a\x36.agentic_mesh_protocol.gateway.v1.ClientSignalResponseB\xd5\x01\n$com.agentic_mesh_protocol.gateway.v1B\x13GatewayServiceProtoP\x01\xa2\x02\x03\x41GX\xaa\x02\x1e\x41genticMeshProtocol.Gateway.V1\xca\x02\x1e\x41genticMeshProtocol\\Gateway\\V1\xe2\x02*AgenticMeshProtocol\\Gateway\\V1\\GPBMetadata\xea\x02 AgenticMeshProtocol::Gateway::V1b\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6agentic_mesh_protocol/gateway/v1/gateway_service.proto\x12 agentic_mesh_protocol.gateway.v1\x1a.agentic_mesh_protocol/gateway/v1/gateway.proto2\xf7\x02\n\x0eGatewayService\x12z\n\x0bStartStream\x12\x34.agentic_mesh_protocol.gateway.v1.StartStreamRequest\x1a\x35.agentic_mesh_protocol.gateway.v1.StartStreamResponse\x12l\n\x06Stream\x12..agentic_mesh_protocol.gateway.v1.StreamClient\x1a..agentic_mesh_protocol.gateway.v1.StreamServer(\x01\x30\x01\x12{\n\nSendSignal\x12\x35.agentic_mesh_protocol.gateway.v1.ClientSignalRequest\x1a\x36.agentic_mesh_protocol.gateway.v1.ClientSignalResponseB\xd5\x01\n$com.agentic_mesh_protocol.gateway.v1B\x13GatewayServiceProtoP\x01\xa2\x02\x03\x41GX\xaa\x02\x1e\x41genticMeshProtocol.Gateway.V1\xca\x02\x1e\x41genticMeshProtocol\\Gateway\\V1\xe2\x02*AgenticMeshProtocol\\Gateway\\V1\\GPBMetadata\xea\x02 AgenticMeshProtocol::Gateway::V1b\x06proto3')
29
29
 
30
30
  _globals = globals()
31
31
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -34,5 +34,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
34
34
  _globals['DESCRIPTOR']._loaded_options = None
35
35
  _globals['DESCRIPTOR']._serialized_options = b'\n$com.agentic_mesh_protocol.gateway.v1B\023GatewayServiceProtoP\001\242\002\003AGX\252\002\036AgenticMeshProtocol.Gateway.V1\312\002\036AgenticMeshProtocol\\Gateway\\V1\342\002*AgenticMeshProtocol\\Gateway\\V1\\GPBMetadata\352\002 AgenticMeshProtocol::Gateway::V1'
36
36
  _globals['_GATEWAYSERVICE']._serialized_start=141
37
- _globals['_GATEWAYSERVICE']._serialized_end=669
37
+ _globals['_GATEWAYSERVICE']._serialized_end=516
38
38
  # @@protoc_insertion_point(module_scope)
@@ -7,16 +7,12 @@ from agentic_mesh_protocol.gateway.v1 import gateway_pb2 as agentic__mesh__proto
7
7
 
8
8
  class GatewayServiceStub(object):
9
9
  """GatewayService
10
- Central broker for module-to-module communication with full isolation.
11
- Modules only talk to the Gateway + Redis never to each other directly.
10
+ External surface for consumers of a producer module.
11
+ The Gateway exposes only what external clients need:
12
12
 
13
- Flow:
14
- 1. Module B StartStream Gateway routes to Module A → ACK
15
- 2. Module A ProduceStream (BiDi) → Gateway → output to Redis
16
- 3. Module B → ConsumeStream (BiDi) → Gateway → reads from Redis, sends data back
17
- 4. SendSignal → Redis pub/sub → Module A (out of band)
18
-
19
- Gateway injects ModuleStartInfo as first entry in the Redis output stream.
13
+ 1. StartStream — kick off a task; returns ACK immediately.
14
+ 2. Stream — BiDi: read output, send upstream input.
15
+ 3. SendSignal — out-of-band control (CANCEL, INVALIDATE_*)
20
16
  """
21
17
 
22
18
  def __init__(self, channel):
@@ -30,15 +26,10 @@ class GatewayServiceStub(object):
30
26
  request_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamRequest.SerializeToString,
31
27
  response_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamResponse.FromString,
32
28
  _registered_method=True)
33
- self.ProduceStream = channel.stream_stream(
34
- '/agentic_mesh_protocol.gateway.v1.GatewayService/ProduceStream',
35
- request_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ProduceStreamRequest.SerializeToString,
36
- response_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ProduceStreamResponse.FromString,
37
- _registered_method=True)
38
- self.ConsumeStream = channel.stream_stream(
39
- '/agentic_mesh_protocol.gateway.v1.GatewayService/ConsumeStream',
40
- request_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ConsumeStreamRequest.SerializeToString,
41
- response_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.GatewayResponse.FromString,
29
+ self.Stream = channel.stream_stream(
30
+ '/agentic_mesh_protocol.gateway.v1.GatewayService/Stream',
31
+ request_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StreamClient.SerializeToString,
32
+ response_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StreamServer.FromString,
42
33
  _registered_method=True)
43
34
  self.SendSignal = channel.unary_unary(
44
35
  '/agentic_mesh_protocol.gateway.v1.GatewayService/SendSignal',
@@ -49,46 +40,47 @@ class GatewayServiceStub(object):
49
40
 
50
41
  class GatewayServiceServicer(object):
51
42
  """GatewayService
52
- Central broker for module-to-module communication with full isolation.
53
- Modules only talk to the Gateway + Redis never to each other directly.
54
-
55
- Flow:
56
- 1. Module B → StartStream → Gateway routes to Module A → ACK
57
- 2. Module A → ProduceStream (BiDi) → Gateway → output to Redis
58
- 3. Module B → ConsumeStream (BiDi) → Gateway → reads from Redis, sends data back
59
- 4. SendSignal → Redis pub/sub → Module A (out of band)
43
+ External surface for consumers of a producer module.
44
+ The Gateway exposes only what external clients need:
60
45
 
61
- Gateway injects ModuleStartInfo as first entry in the Redis output stream.
46
+ 1. StartStream kick off a task; returns ACK immediately.
47
+ 2. Stream — BiDi: read output, send upstream input.
48
+ 3. SendSignal — out-of-band control (CANCEL, INVALIDATE_*)
62
49
  """
63
50
 
64
51
  def StartStream(self, request, context):
65
- """StartStream: Module B requests execution of Module A.
66
- Returns ACK + task_id immediately. Module A starts in background.
52
+ """StartStream: register a task and dispatch the producer via Redis.
53
+ Returns ACK + task_id; output flows over Stream.
67
54
  """
68
55
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
69
56
  context.set_details('Method not implemented!')
70
57
  raise NotImplementedError('Method not implemented!')
71
58
 
72
- def ProduceStream(self, request_iterator, context):
73
- """ProduceStream: Module A connects BiDi to send output and receive input.
74
- Module A sends output chunks. Gateway persists to Redis Streams.
75
- Gateway can forward Module B's data to Module A via this stream.
76
- """
77
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
78
- context.set_details('Method not implemented!')
79
- raise NotImplementedError('Method not implemented!')
80
-
81
- def ConsumeStream(self, request_iterator, context):
82
- """ConsumeStream: Module B connects BiDi to read output and send data.
83
- Gateway reads Module A's output from Redis Streams and forwards to B.
84
- Module B can send data which Gateway persists to Redis for Module A.
59
+ def Stream(self, request_iterator, context):
60
+ """Stream: BiDi between client (UI / caller module) and Gateway.
61
+
62
+ Flow:
63
+ 1. Server emits StreamServer{module_start_info} immediately
64
+ (seeded by StartStream into Redis at seq=1).
65
+ 2. Client sends StreamClient{task_id, from_seq, data=<query>}.
66
+ The data Struct carries the query, delivered to the SDK module
67
+ as its first input. task_id + from_seq identify the stream and
68
+ its resume point.
69
+ 3. Server yields StreamServer{seq, data} per Redis entry as the
70
+ module produces output.
71
+ 4. Client may send more StreamClient{data} messages for additional
72
+ upstream input (task_id and from_seq ignored after the first).
73
+ 5. Server emits StreamServer{end_of_stream} and closes cleanly.
74
+
75
+ Errors flow as in-band sentinels in StreamServer.data.root.protocol —
76
+ never via gRPC status on Stream.
85
77
  """
86
78
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
87
79
  context.set_details('Method not implemented!')
88
80
  raise NotImplementedError('Method not implemented!')
89
81
 
90
82
  def SendSignal(self, request, context):
91
- """SendSignal: Control signal (cancel, pause) delivered via Redis pub/sub.
83
+ """SendSignal: out-of-band control
92
84
  """
93
85
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
94
86
  context.set_details('Method not implemented!')
@@ -102,15 +94,10 @@ def add_GatewayServiceServicer_to_server(servicer, server):
102
94
  request_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamRequest.FromString,
103
95
  response_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamResponse.SerializeToString,
104
96
  ),
105
- 'ProduceStream': grpc.stream_stream_rpc_method_handler(
106
- servicer.ProduceStream,
107
- request_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ProduceStreamRequest.FromString,
108
- response_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ProduceStreamResponse.SerializeToString,
109
- ),
110
- 'ConsumeStream': grpc.stream_stream_rpc_method_handler(
111
- servicer.ConsumeStream,
112
- request_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ConsumeStreamRequest.FromString,
113
- response_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.GatewayResponse.SerializeToString,
97
+ 'Stream': grpc.stream_stream_rpc_method_handler(
98
+ servicer.Stream,
99
+ request_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StreamClient.FromString,
100
+ response_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StreamServer.SerializeToString,
114
101
  ),
115
102
  'SendSignal': grpc.unary_unary_rpc_method_handler(
116
103
  servicer.SendSignal,
@@ -127,16 +114,12 @@ def add_GatewayServiceServicer_to_server(servicer, server):
127
114
  # This class is part of an EXPERIMENTAL API.
128
115
  class GatewayService(object):
129
116
  """GatewayService
130
- Central broker for module-to-module communication with full isolation.
131
- Modules only talk to the Gateway + Redis never to each other directly.
117
+ External surface for consumers of a producer module.
118
+ The Gateway exposes only what external clients need:
132
119
 
133
- Flow:
134
- 1. Module B StartStream Gateway routes to Module A → ACK
135
- 2. Module A ProduceStream (BiDi) → Gateway → output to Redis
136
- 3. Module B → ConsumeStream (BiDi) → Gateway → reads from Redis, sends data back
137
- 4. SendSignal → Redis pub/sub → Module A (out of band)
138
-
139
- Gateway injects ModuleStartInfo as first entry in the Redis output stream.
120
+ 1. StartStream — kick off a task; returns ACK immediately.
121
+ 2. Stream — BiDi: read output, send upstream input.
122
+ 3. SendSignal — out-of-band control (CANCEL, INVALIDATE_*)
140
123
  """
141
124
 
142
125
  @staticmethod
@@ -167,34 +150,7 @@ class GatewayService(object):
167
150
  _registered_method=True)
168
151
 
169
152
  @staticmethod
170
- def ProduceStream(request_iterator,
171
- target,
172
- options=(),
173
- channel_credentials=None,
174
- call_credentials=None,
175
- insecure=False,
176
- compression=None,
177
- wait_for_ready=None,
178
- timeout=None,
179
- metadata=None):
180
- return grpc.experimental.stream_stream(
181
- request_iterator,
182
- target,
183
- '/agentic_mesh_protocol.gateway.v1.GatewayService/ProduceStream',
184
- agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ProduceStreamRequest.SerializeToString,
185
- agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ProduceStreamResponse.FromString,
186
- options,
187
- channel_credentials,
188
- insecure,
189
- call_credentials,
190
- compression,
191
- wait_for_ready,
192
- timeout,
193
- metadata,
194
- _registered_method=True)
195
-
196
- @staticmethod
197
- def ConsumeStream(request_iterator,
153
+ def Stream(request_iterator,
198
154
  target,
199
155
  options=(),
200
156
  channel_credentials=None,
@@ -207,9 +163,9 @@ class GatewayService(object):
207
163
  return grpc.experimental.stream_stream(
208
164
  request_iterator,
209
165
  target,
210
- '/agentic_mesh_protocol.gateway.v1.GatewayService/ConsumeStream',
211
- agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ConsumeStreamRequest.SerializeToString,
212
- agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.GatewayResponse.FromString,
166
+ '/agentic_mesh_protocol.gateway.v1.GatewayService/Stream',
167
+ agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StreamClient.SerializeToString,
168
+ agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StreamServer.FromString,
213
169
  options,
214
170
  channel_credentials,
215
171
  insecure,
@@ -0,0 +1,39 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: agentic_mesh_protocol/module/v1/module_service.proto
5
+ # Protobuf Python Version: 6.33.0
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 33,
16
+ 0,
17
+ '',
18
+ 'agentic_mesh_protocol/module/v1/module_service.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from agentic_mesh_protocol.module.v1 import information_pb2 as agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2
26
+ from agentic_mesh_protocol.module.v1 import lifecycle_pb2 as agentic__mesh__protocol_dot_module_dot_v1_dot_lifecycle__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4agentic_mesh_protocol/module/v1/module_service.proto\x12\x1f\x61gentic_mesh_protocol.module.v1\x1a\x31\x61gentic_mesh_protocol/module/v1/information.proto\x1a/agentic_mesh_protocol/module/v1/lifecycle.proto2\xd1\n\n\rModuleService\x12z\n\x0bStartModule\x12\x33.agentic_mesh_protocol.module.v1.StartModuleRequest\x1a\x34.agentic_mesh_protocol.module.v1.StartModuleResponse0\x01\x12u\n\nStopModule\x12\x32.agentic_mesh_protocol.module.v1.StopModuleRequest\x1a\x33.agentic_mesh_protocol.module.v1.StopModuleResponse\x12\x81\x01\n\x0eGetModuleInput\x12\x36.agentic_mesh_protocol.module.v1.GetModuleInputRequest\x1a\x37.agentic_mesh_protocol.module.v1.GetModuleInputResponse\x12\x93\x01\n\x14GetModuleSelectInput\x12<.agentic_mesh_protocol.module.v1.GetModuleSelectInputRequest\x1a=.agentic_mesh_protocol.module.v1.GetModuleSelectInputResponse\x12\x84\x01\n\x0fGetModuleOutput\x12\x37.agentic_mesh_protocol.module.v1.GetModuleOutputRequest\x1a\x38.agentic_mesh_protocol.module.v1.GetModuleOutputResponse\x12\x81\x01\n\x0eGetModuleSetup\x12\x36.agentic_mesh_protocol.module.v1.GetModuleSetupRequest\x1a\x37.agentic_mesh_protocol.module.v1.GetModuleSetupResponse\x12\x84\x01\n\x0fGetModuleSecret\x12\x37.agentic_mesh_protocol.module.v1.GetModuleSecretRequest\x1a\x38.agentic_mesh_protocol.module.v1.GetModuleSecretResponse\x12\x93\x01\n\x14GetConfigSetupModule\x12<.agentic_mesh_protocol.module.v1.GetConfigSetupModuleRequest\x1a=.agentic_mesh_protocol.module.v1.GetConfigSetupModuleResponse\x12\x8a\x01\n\x11\x43onfigSetupModule\x12\x39.agentic_mesh_protocol.module.v1.ConfigSetupModuleRequest\x1a:.agentic_mesh_protocol.module.v1.ConfigSetupModuleResponse\x12~\n\rGetModuleCost\x12\x35.agentic_mesh_protocol.module.v1.GetModuleCostRequest\x1a\x36.agentic_mesh_protocol.module.v1.GetModuleCostResponseB\xcf\x01\n#com.agentic_mesh_protocol.module.v1B\x12ModuleServiceProtoP\x01\xa2\x02\x03\x41MX\xaa\x02\x1d\x41genticMeshProtocol.Module.V1\xca\x02\x1d\x41genticMeshProtocol\\Module\\V1\xe2\x02)AgenticMeshProtocol\\Module\\V1\\GPBMetadata\xea\x02\x1f\x41genticMeshProtocol::Module::V1b\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentic_mesh_protocol.module.v1.module_service_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ _globals['DESCRIPTOR']._loaded_options = None
36
+ _globals['DESCRIPTOR']._serialized_options = b'\n#com.agentic_mesh_protocol.module.v1B\022ModuleServiceProtoP\001\242\002\003AMX\252\002\035AgenticMeshProtocol.Module.V1\312\002\035AgenticMeshProtocol\\Module\\V1\342\002)AgenticMeshProtocol\\Module\\V1\\GPBMetadata\352\002\037AgenticMeshProtocol::Module::V1'
37
+ _globals['_MODULESERVICE']._serialized_start=190
38
+ _globals['_MODULESERVICE']._serialized_end=1551
39
+ # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,5 @@
1
1
  from agentic_mesh_protocol.module.v1 import information_pb2 as _information_pb2
2
2
  from agentic_mesh_protocol.module.v1 import lifecycle_pb2 as _lifecycle_pb2
3
- from agentic_mesh_protocol.module.v1 import monitoring_pb2 as _monitoring_pb2
4
3
  from google.protobuf import descriptor as _descriptor
5
4
  from typing import ClassVar as _ClassVar
6
5