agentic-mesh-protocol 0.2.3.dev4__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 (124) hide show
  1. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol.egg-info → agentic_mesh_protocol-1.0.0.dev1}/PKG-INFO +8 -7
  2. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/pyproject.toml +13 -18
  3. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/__version__.py +1 -1
  4. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2_grpc.py +2 -2
  5. {agentic_mesh_protocol-0.2.3.dev4 → 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.dev1/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.py +38 -0
  9. agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.pyi +5 -0
  10. agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2_grpc.py +204 -0
  11. agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +39 -0
  12. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/module_service_pb2.pyi +0 -1
  13. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py +0 -89
  14. agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +44 -0
  15. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.pyi +0 -30
  16. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +10 -14
  17. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2_grpc.py +1 -1
  18. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2_grpc.py +8 -8
  19. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2.py +1 -1
  20. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2_grpc.py +2 -2
  21. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol.egg-info}/PKG-INFO +8 -7
  22. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol.egg-info/SOURCES.txt +8 -28
  23. agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol.egg-info/requires.txt +6 -0
  24. agentic_mesh_protocol-1.0.0.dev1/src/buf/validate/validate_pb2.py +469 -0
  25. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/buf/validate/validate_pb2.pyi +5 -1
  26. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/test/test_imports.py +3 -3
  27. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +0 -40
  28. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +0 -58
  29. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.py +0 -63
  30. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.pyi +0 -49
  31. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.py +0 -46
  32. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.pyi +0 -24
  33. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2_grpc.py +0 -4
  34. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.py +0 -40
  35. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.pyi +0 -7
  36. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2_grpc.py +0 -406
  37. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.py +0 -57
  38. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.pyi +0 -42
  39. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/registration_pb2_grpc.py +0 -4
  40. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/status_pb2.py +0 -58
  41. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/status_pb2.pyi +0 -70
  42. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/status_pb2_grpc.py +0 -4
  43. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.py +0 -65
  44. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.pyi +0 -49
  45. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2_grpc.py +0 -4
  46. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.py +0 -54
  47. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.pyi +0 -33
  48. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2_grpc.py +0 -4
  49. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.py +0 -38
  50. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.pyi +0 -5
  51. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2_grpc.py +0 -172
  52. agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol.egg-info/requires.txt +0 -6
  53. agentic_mesh_protocol-0.2.3.dev4/src/buf/__init__.py +0 -0
  54. agentic_mesh_protocol-0.2.3.dev4/src/buf/validate/__init__.py +0 -0
  55. agentic_mesh_protocol-0.2.3.dev4/src/buf/validate/validate_pb2.py +0 -465
  56. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/LICENSE +0 -0
  57. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/README.md +0 -0
  58. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/setup.cfg +0 -0
  59. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/__init__.py +0 -0
  60. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/__init__.py +0 -0
  61. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/__init__.py +0 -0
  62. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2.py +0 -0
  63. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2.pyi +0 -0
  64. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2_grpc.py +0 -0
  65. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.py +0 -0
  66. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.pyi +0 -0
  67. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/__init__.py +0 -0
  68. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/__init__.py +0 -0
  69. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.py +0 -0
  70. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.pyi +0 -0
  71. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2_grpc.py +0 -0
  72. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.py +0 -0
  73. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.pyi +0 -0
  74. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/gateway}/__init__.py +0 -0
  75. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/gateway}/v1/__init__.py +0 -0
  76. /agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module/v1/information_pb2_grpc.py → /agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/gateway/v1/gateway_pb2_grpc.py +0 -0
  77. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/module}/__init__.py +0 -0
  78. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/module}/v1/__init__.py +0 -0
  79. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/information_pb2.py +0 -0
  80. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/information_pb2.pyi +0 -0
  81. /agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py → /agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/module/v1/information_pb2_grpc.py +0 -0
  82. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.py +0 -0
  83. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.pyi +0 -0
  84. /agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py → /agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py +0 -0
  85. /agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/module_registry/v1/discover_pb2_grpc.py → /agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py +0 -0
  86. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/py.typed +0 -0
  87. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/__init__.py +0 -0
  88. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/__init__.py +0 -0
  89. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.py +0 -0
  90. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.pyi +0 -0
  91. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2_grpc.py +0 -0
  92. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.py +0 -0
  93. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.pyi +0 -0
  94. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2_grpc.py +0 -0
  95. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.pyi +0 -0
  96. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2_grpc.py +0 -0
  97. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.py +0 -0
  98. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.pyi +0 -0
  99. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/__init__.py +0 -0
  100. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/__init__.py +0 -0
  101. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +0 -0
  102. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2.pyi +0 -0
  103. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2_grpc.py +0 -0
  104. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +0 -0
  105. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.pyi +0 -0
  106. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/__init__.py +0 -0
  107. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/__init__.py +0 -0
  108. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2.pyi +0 -0
  109. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2_grpc.py +0 -0
  110. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.py +0 -0
  111. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.pyi +0 -0
  112. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/user_profile}/__init__.py +0 -0
  113. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/task_manager → agentic_mesh_protocol-1.0.0.dev1/src/agentic_mesh_protocol/user_profile}/v1/__init__.py +0 -0
  114. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.py +0 -0
  115. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.pyi +0 -0
  116. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py +0 -0
  117. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.py +0 -0
  118. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.pyi +0 -0
  119. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +0 -0
  120. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol.egg-info/dependency_links.txt +0 -0
  121. {agentic_mesh_protocol-0.2.3.dev4 → agentic_mesh_protocol-1.0.0.dev1}/src/agentic_mesh_protocol.egg-info/top_level.txt +0 -0
  122. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/user_profile → agentic_mesh_protocol-1.0.0.dev1/src/buf}/__init__.py +0 -0
  123. {agentic_mesh_protocol-0.2.3.dev4/src/agentic_mesh_protocol/user_profile/v1 → agentic_mesh_protocol-1.0.0.dev1/src/buf/validate}/__init__.py +0 -0
  124. {agentic_mesh_protocol-0.2.3.dev4 → 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: 0.2.3.dev4
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,18 +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
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
26
+ Requires-Dist: bump-my-version==1.3.0
27
+ Requires-Dist: googleapis-common-protos==1.74.0
28
+ Requires-Dist: grpcio-tools==1.80.0
29
+ Requires-Dist: grpcio==1.80.0
30
+ Requires-Dist: protobuf==6.33.6
31
+ Requires-Dist: protovalidate==1.2.0
31
32
  Dynamic: license-file
32
33
 
33
34
  # agentic-mesh-protocol
@@ -13,17 +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 = [
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",
22
+ "bump-my-version==1.3.0",
23
+ "googleapis-common-protos==1.74.0",
24
+ "grpcio-tools==1.80.0",
25
+ "grpcio==1.80.0",
26
+ "protobuf==6.33.6",
27
+ "protovalidate==1.2.0",
27
28
  ]
28
29
  description = "Python gRPC interfaces for Agentic Mesh Protocol"
29
30
  keywords = [
@@ -37,7 +38,7 @@
37
38
  name = "agentic-mesh-protocol"
38
39
  readme = "README.md"
39
40
  requires-python = ">=3.10"
40
- version = "0.2.3.dev4"
41
+ version = "1.0.0.dev1"
41
42
 
42
43
  [project.urls]
43
44
  "Bug Tracker" = "https://github.com/DigitalKin-ai/service-apis-py/issues"
@@ -50,21 +51,15 @@
50
51
 
51
52
  [dependency-groups]
52
53
  dev = [
53
- "build>=1.4.0",
54
+ "build>=1.4.4",
54
55
  "bump-my-version>=1.2.4",
55
- "mypy>=1.19.1",
56
- "pre-commit>=4.5.1",
57
- "pytest>=9.0.1",
58
- "ruff>=0.15.2",
56
+ "mypy>=1.20.2",
57
+ "pre-commit>=4.6.0",
58
+ "pytest>=9.0.3",
59
+ "ruff>=0.15.12",
59
60
  "twine>=6.2.0",
60
61
  ]
61
62
 
62
- test = [ "pytest>=8.4.2" ]
63
-
64
- lint = [ "pre-commit>=4.3.0", "ruff>=0.14.3" ]
65
-
66
- build = [ "build>=1.3.0", "bump-my-version>=1.2.4", "twine>=6.2.0" ]
67
-
68
63
  [tool.setuptools]
69
64
  package-dir = { "" = "src" }
70
65
 
@@ -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__ = "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: ...
@@ -0,0 +1,38 @@
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_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/gateway/v1/gateway_service.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from agentic_mesh_protocol.gateway.v1 import gateway_pb2 as agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2
26
+
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\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
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentic_mesh_protocol.gateway.v1.gateway_service_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ _globals['DESCRIPTOR']._loaded_options = None
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
+ _globals['_GATEWAYSERVICE']._serialized_start=141
37
+ _globals['_GATEWAYSERVICE']._serialized_end=516
38
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,5 @@
1
+ from agentic_mesh_protocol.gateway.v1 import gateway_pb2 as _gateway_pb2
2
+ from google.protobuf import descriptor as _descriptor
3
+ from typing import ClassVar as _ClassVar
4
+
5
+ DESCRIPTOR: _descriptor.FileDescriptor
@@ -0,0 +1,204 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
5
+ from agentic_mesh_protocol.gateway.v1 import gateway_pb2 as agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2
6
+
7
+
8
+ class GatewayServiceStub(object):
9
+ """GatewayService
10
+ External surface for consumers of a producer module.
11
+ The Gateway exposes only what external clients need:
12
+
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_*)
16
+ """
17
+
18
+ def __init__(self, channel):
19
+ """Constructor.
20
+
21
+ Args:
22
+ channel: A grpc.Channel.
23
+ """
24
+ self.StartStream = channel.unary_unary(
25
+ '/agentic_mesh_protocol.gateway.v1.GatewayService/StartStream',
26
+ request_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamRequest.SerializeToString,
27
+ response_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamResponse.FromString,
28
+ _registered_method=True)
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,
33
+ _registered_method=True)
34
+ self.SendSignal = channel.unary_unary(
35
+ '/agentic_mesh_protocol.gateway.v1.GatewayService/SendSignal',
36
+ request_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ClientSignalRequest.SerializeToString,
37
+ response_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ClientSignalResponse.FromString,
38
+ _registered_method=True)
39
+
40
+
41
+ class GatewayServiceServicer(object):
42
+ """GatewayService
43
+ External surface for consumers of a producer module.
44
+ The Gateway exposes only what external clients need:
45
+
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_*)
49
+ """
50
+
51
+ def StartStream(self, request, context):
52
+ """StartStream: register a task and dispatch the producer via Redis.
53
+ Returns ACK + task_id; output flows over Stream.
54
+ """
55
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
56
+ context.set_details('Method not implemented!')
57
+ raise NotImplementedError('Method not implemented!')
58
+
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.
77
+ """
78
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
79
+ context.set_details('Method not implemented!')
80
+ raise NotImplementedError('Method not implemented!')
81
+
82
+ def SendSignal(self, request, context):
83
+ """SendSignal: out-of-band control
84
+ """
85
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
86
+ context.set_details('Method not implemented!')
87
+ raise NotImplementedError('Method not implemented!')
88
+
89
+
90
+ def add_GatewayServiceServicer_to_server(servicer, server):
91
+ rpc_method_handlers = {
92
+ 'StartStream': grpc.unary_unary_rpc_method_handler(
93
+ servicer.StartStream,
94
+ request_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamRequest.FromString,
95
+ response_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamResponse.SerializeToString,
96
+ ),
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,
101
+ ),
102
+ 'SendSignal': grpc.unary_unary_rpc_method_handler(
103
+ servicer.SendSignal,
104
+ request_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ClientSignalRequest.FromString,
105
+ response_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ClientSignalResponse.SerializeToString,
106
+ ),
107
+ }
108
+ generic_handler = grpc.method_handlers_generic_handler(
109
+ 'agentic_mesh_protocol.gateway.v1.GatewayService', rpc_method_handlers)
110
+ server.add_generic_rpc_handlers((generic_handler,))
111
+ server.add_registered_method_handlers('agentic_mesh_protocol.gateway.v1.GatewayService', rpc_method_handlers)
112
+
113
+
114
+ # This class is part of an EXPERIMENTAL API.
115
+ class GatewayService(object):
116
+ """GatewayService
117
+ External surface for consumers of a producer module.
118
+ The Gateway exposes only what external clients need:
119
+
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_*)
123
+ """
124
+
125
+ @staticmethod
126
+ def StartStream(request,
127
+ target,
128
+ options=(),
129
+ channel_credentials=None,
130
+ call_credentials=None,
131
+ insecure=False,
132
+ compression=None,
133
+ wait_for_ready=None,
134
+ timeout=None,
135
+ metadata=None):
136
+ return grpc.experimental.unary_unary(
137
+ request,
138
+ target,
139
+ '/agentic_mesh_protocol.gateway.v1.GatewayService/StartStream',
140
+ agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamRequest.SerializeToString,
141
+ agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamResponse.FromString,
142
+ options,
143
+ channel_credentials,
144
+ insecure,
145
+ call_credentials,
146
+ compression,
147
+ wait_for_ready,
148
+ timeout,
149
+ metadata,
150
+ _registered_method=True)
151
+
152
+ @staticmethod
153
+ def Stream(request_iterator,
154
+ target,
155
+ options=(),
156
+ channel_credentials=None,
157
+ call_credentials=None,
158
+ insecure=False,
159
+ compression=None,
160
+ wait_for_ready=None,
161
+ timeout=None,
162
+ metadata=None):
163
+ return grpc.experimental.stream_stream(
164
+ request_iterator,
165
+ target,
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,
169
+ options,
170
+ channel_credentials,
171
+ insecure,
172
+ call_credentials,
173
+ compression,
174
+ wait_for_ready,
175
+ timeout,
176
+ metadata,
177
+ _registered_method=True)
178
+
179
+ @staticmethod
180
+ def SendSignal(request,
181
+ target,
182
+ options=(),
183
+ channel_credentials=None,
184
+ call_credentials=None,
185
+ insecure=False,
186
+ compression=None,
187
+ wait_for_ready=None,
188
+ timeout=None,
189
+ metadata=None):
190
+ return grpc.experimental.unary_unary(
191
+ request,
192
+ target,
193
+ '/agentic_mesh_protocol.gateway.v1.GatewayService/SendSignal',
194
+ agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ClientSignalRequest.SerializeToString,
195
+ agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.ClientSignalResponse.FromString,
196
+ options,
197
+ channel_credentials,
198
+ insecure,
199
+ call_credentials,
200
+ compression,
201
+ wait_for_ready,
202
+ timeout,
203
+ metadata,
204
+ _registered_method=True)
@@ -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