agentic-mesh-protocol 0.2.3.dev0__tar.gz → 0.2.3.dev2__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 (116) hide show
  1. {agentic_mesh_protocol-0.2.3.dev0/src/agentic_mesh_protocol.egg-info → agentic_mesh_protocol-0.2.3.dev2}/PKG-INFO +1 -1
  2. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/pyproject.toml +1 -1
  3. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/__version__.py +1 -1
  4. agentic_mesh_protocol-0.2.3.dev2/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.py +65 -0
  5. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.pyi +3 -21
  6. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.py +9 -7
  7. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.pyi +5 -17
  8. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.py +2 -2
  9. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2_grpc.py +14 -58
  10. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2/src/agentic_mesh_protocol.egg-info}/PKG-INFO +1 -1
  11. agentic_mesh_protocol-0.2.3.dev0/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.py +0 -65
  12. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/LICENSE +0 -0
  13. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/README.md +0 -0
  14. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/setup.cfg +0 -0
  15. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/__init__.py +0 -0
  16. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/cost/__init__.py +0 -0
  17. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/cost/v1/__init__.py +0 -0
  18. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/cost/v1/cost_pb2.py +0 -0
  19. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/cost/v1/cost_pb2.pyi +0 -0
  20. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/cost/v1/cost_pb2_grpc.py +0 -0
  21. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.py +0 -0
  22. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.pyi +0 -0
  23. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2_grpc.py +0 -0
  24. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/filesystem/__init__.py +0 -0
  25. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/filesystem/v1/__init__.py +0 -0
  26. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.py +0 -0
  27. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.pyi +0 -0
  28. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2_grpc.py +0 -0
  29. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.py +0 -0
  30. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.pyi +0 -0
  31. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2_grpc.py +0 -0
  32. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/__init__.py +0 -0
  33. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/__init__.py +0 -0
  34. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/information_pb2.py +0 -0
  35. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/information_pb2.pyi +0 -0
  36. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/information_pb2_grpc.py +0 -0
  37. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.py +0 -0
  38. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.pyi +0 -0
  39. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py +0 -0
  40. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +0 -0
  41. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/module_service_pb2.pyi +0 -0
  42. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py +0 -0
  43. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +0 -0
  44. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.pyi +0 -0
  45. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py +0 -0
  46. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/__init__.py +0 -0
  47. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/__init__.py +0 -0
  48. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.py +0 -0
  49. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.pyi +0 -0
  50. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2_grpc.py +0 -0
  51. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.py +0 -0
  52. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.pyi +0 -0
  53. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2_grpc.py +0 -0
  54. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.py +0 -0
  55. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.pyi +0 -0
  56. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2_grpc.py +0 -0
  57. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.py +0 -0
  58. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.pyi +0 -0
  59. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2_grpc.py +0 -0
  60. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/status_pb2.py +0 -0
  61. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/status_pb2.pyi +0 -0
  62. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/module_registry/v1/status_pb2_grpc.py +0 -0
  63. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/py.typed +0 -0
  64. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/__init__.py +0 -0
  65. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/__init__.py +0 -0
  66. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.py +0 -0
  67. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.pyi +0 -0
  68. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2_grpc.py +0 -0
  69. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.py +0 -0
  70. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.pyi +0 -0
  71. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2_grpc.py +0 -0
  72. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +0 -0
  73. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.pyi +0 -0
  74. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2_grpc.py +0 -0
  75. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.py +0 -0
  76. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.pyi +0 -0
  77. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2_grpc.py +0 -0
  78. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/setup/__init__.py +0 -0
  79. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/setup/v1/__init__.py +0 -0
  80. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +0 -0
  81. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/setup/v1/setup_pb2.pyi +0 -0
  82. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/setup/v1/setup_pb2_grpc.py +0 -0
  83. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +0 -0
  84. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.pyi +0 -0
  85. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2_grpc.py +0 -0
  86. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/storage/__init__.py +0 -0
  87. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/storage/v1/__init__.py +0 -0
  88. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/storage/v1/data_pb2.py +0 -0
  89. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/storage/v1/data_pb2.pyi +0 -0
  90. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/storage/v1/data_pb2_grpc.py +0 -0
  91. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.py +0 -0
  92. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.pyi +0 -0
  93. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2_grpc.py +0 -0
  94. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/task_manager/__init__.py +0 -0
  95. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/task_manager/v1/__init__.py +0 -0
  96. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2_grpc.py +0 -0
  97. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2_grpc.py +0 -0
  98. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.pyi +0 -0
  99. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/user_profile/__init__.py +0 -0
  100. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/user_profile/v1/__init__.py +0 -0
  101. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.py +0 -0
  102. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.pyi +0 -0
  103. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py +0 -0
  104. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.py +0 -0
  105. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.pyi +0 -0
  106. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +0 -0
  107. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol.egg-info/SOURCES.txt +0 -0
  108. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol.egg-info/dependency_links.txt +0 -0
  109. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol.egg-info/requires.txt +0 -0
  110. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/agentic_mesh_protocol.egg-info/top_level.txt +0 -0
  111. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/buf/__init__.py +0 -0
  112. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/buf/validate/__init__.py +0 -0
  113. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/buf/validate/validate_pb2.py +0 -0
  114. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/buf/validate/validate_pb2.pyi +0 -0
  115. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/src/buf/validate/validate_pb2_grpc.py +0 -0
  116. {agentic_mesh_protocol-0.2.3.dev0 → agentic_mesh_protocol-0.2.3.dev2}/test/test_imports.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentic-mesh-protocol
3
- Version: 0.2.3.dev0
3
+ Version: 0.2.3.dev2
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
@@ -37,7 +37,7 @@
37
37
  name = "agentic-mesh-protocol"
38
38
  readme = "README.md"
39
39
  requires-python = ">=3.10"
40
- version = "0.2.3.dev0"
40
+ version = "0.2.3.dev2"
41
41
 
42
42
  [project.urls]
43
43
  "Bug Tracker" = "https://github.com/DigitalKin-ai/service-apis-py/issues"
@@ -5,4 +5,4 @@ from importlib.metadata import PackageNotFoundError, version
5
5
  try:
6
6
  __version__ = version("agentic-mesh-protocol")
7
7
  except PackageNotFoundError:
8
- __version__ = "0.2.3.dev0"
8
+ __version__ = "0.2.3.dev2"
@@ -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/task_manager/v1/task_manager_dto.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/task_manager/v1/task_manager_dto.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from agentic_mesh_protocol.task_manager.v1 import task_manager_message_pb2 as agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__message__pb2
26
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<agentic_mesh_protocol/task_manager/v1/task_manager_dto.proto\x12%agentic_mesh_protocol.task_manager.v1\x1a@agentic_mesh_protocol/task_manager/v1/task_manager_message.proto\x1a\x1b\x62uf/validate/validate.proto\"d\n\x12SendSignalsRequest\x12N\n\x05tasks\x18\x01 \x03(\x0b\x32+.agentic_mesh_protocol.task_manager.v1.TaskB\x0b\xbaH\x08\x92\x01\x02\x08\x01\xc8\x01\x01R\x05tasks\"\x82\x01\n\x13SendSignalsResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12I\n\x05tasks\x18\x02 \x03(\x0b\x32+.agentic_mesh_protocol.task_manager.v1.TaskB\x06\xbaH\x03\xc8\x01\x01R\x05tasks\"\x92\x01\n\x15ListHeartbeatsRequest\x12y\n\x08task_ids\x18\x01 \x03(\tB^\xbaH[\x92\x01U\x08\x01\"Q\xba\x01N\n\x0etask_id_length\x12*task_id must be at least 1 characters long\x1a\x10this.size() >= 1\xc8\x01\x01R\x07taskIds\"\x90\x01\n\x16ListHeartbeatsResponse\x12+\n\x0btotal_count\x18\x01 \x01(\x05\x42\n\xbaH\x07\x1a\x02(\x00\xc8\x01\x01R\ntotalCount\x12I\n\x05tasks\x18\x02 \x03(\x0b\x32+.agentic_mesh_protocol.task_manager.v1.TaskB\x06\xbaH\x03\xc8\x01\x01R\x05tasks\"\x85\x01\n\x11GetSignalsRequest\x12p\n\x07task_id\x18\x01 \x01(\tBW\xbaHT\xba\x01N\n\x0etask_id_length\x12*task_id must be at least 1 characters long\x1a\x10this.size() >= 1\xc8\x01\x01R\x06taskId\"_\n\x12GetSignalsResponse\x12I\n\x05tasks\x18\x01 \x03(\x0b\x32+.agentic_mesh_protocol.task_manager.v1.TaskB\x06\xbaH\x03\xc8\x01\x01R\x05tasksB\xea\x01\n)com.agentic_mesh_protocol.task_manager.v1B\x13TaskManagerDtoProtoP\x01\xa2\x02\x03\x41TX\xaa\x02\"AgenticMeshProtocol.TaskManager.V1\xca\x02\"AgenticMeshProtocol\\TaskManager\\V1\xe2\x02.AgenticMeshProtocol\\TaskManager\\V1\\GPBMetadata\xea\x02$AgenticMeshProtocol::TaskManager::V1b\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentic_mesh_protocol.task_manager.v1.task_manager_dto_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.task_manager.v1B\023TaskManagerDtoProtoP\001\242\002\003ATX\252\002\"AgenticMeshProtocol.TaskManager.V1\312\002\"AgenticMeshProtocol\\TaskManager\\V1\342\002.AgenticMeshProtocol\\TaskManager\\V1\\GPBMetadata\352\002$AgenticMeshProtocol::TaskManager::V1'
37
+ _globals['_SENDSIGNALSREQUEST'].fields_by_name['tasks']._loaded_options = None
38
+ _globals['_SENDSIGNALSREQUEST'].fields_by_name['tasks']._serialized_options = b'\272H\010\222\001\002\010\001\310\001\001'
39
+ _globals['_SENDSIGNALSRESPONSE'].fields_by_name['success']._loaded_options = None
40
+ _globals['_SENDSIGNALSRESPONSE'].fields_by_name['success']._serialized_options = b'\272H\003\310\001\001'
41
+ _globals['_SENDSIGNALSRESPONSE'].fields_by_name['tasks']._loaded_options = None
42
+ _globals['_SENDSIGNALSRESPONSE'].fields_by_name['tasks']._serialized_options = b'\272H\003\310\001\001'
43
+ _globals['_LISTHEARTBEATSREQUEST'].fields_by_name['task_ids']._loaded_options = None
44
+ _globals['_LISTHEARTBEATSREQUEST'].fields_by_name['task_ids']._serialized_options = b'\272H[\222\001U\010\001\"Q\272\001N\n\016task_id_length\022*task_id must be at least 1 characters long\032\020this.size() >= 1\310\001\001'
45
+ _globals['_LISTHEARTBEATSRESPONSE'].fields_by_name['total_count']._loaded_options = None
46
+ _globals['_LISTHEARTBEATSRESPONSE'].fields_by_name['total_count']._serialized_options = b'\272H\007\032\002(\000\310\001\001'
47
+ _globals['_LISTHEARTBEATSRESPONSE'].fields_by_name['tasks']._loaded_options = None
48
+ _globals['_LISTHEARTBEATSRESPONSE'].fields_by_name['tasks']._serialized_options = b'\272H\003\310\001\001'
49
+ _globals['_GETSIGNALSREQUEST'].fields_by_name['task_id']._loaded_options = None
50
+ _globals['_GETSIGNALSREQUEST'].fields_by_name['task_id']._serialized_options = b'\272HT\272\001N\n\016task_id_length\022*task_id must be at least 1 characters long\032\020this.size() >= 1\310\001\001'
51
+ _globals['_GETSIGNALSRESPONSE'].fields_by_name['tasks']._loaded_options = None
52
+ _globals['_GETSIGNALSRESPONSE'].fields_by_name['tasks']._serialized_options = b'\272H\003\310\001\001'
53
+ _globals['_SENDSIGNALSREQUEST']._serialized_start=198
54
+ _globals['_SENDSIGNALSREQUEST']._serialized_end=298
55
+ _globals['_SENDSIGNALSRESPONSE']._serialized_start=301
56
+ _globals['_SENDSIGNALSRESPONSE']._serialized_end=431
57
+ _globals['_LISTHEARTBEATSREQUEST']._serialized_start=434
58
+ _globals['_LISTHEARTBEATSREQUEST']._serialized_end=580
59
+ _globals['_LISTHEARTBEATSRESPONSE']._serialized_start=583
60
+ _globals['_LISTHEARTBEATSRESPONSE']._serialized_end=727
61
+ _globals['_GETSIGNALSREQUEST']._serialized_start=730
62
+ _globals['_GETSIGNALSREQUEST']._serialized_end=863
63
+ _globals['_GETSIGNALSRESPONSE']._serialized_start=865
64
+ _globals['_GETSIGNALSRESPONSE']._serialized_end=960
65
+ # @@protoc_insertion_point(module_scope)
@@ -8,31 +8,13 @@ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
8
8
 
9
9
  DESCRIPTOR: _descriptor.FileDescriptor
10
10
 
11
- class CreateTasksRequest(_message.Message):
11
+ class SendSignalsRequest(_message.Message):
12
12
  __slots__ = ()
13
- MISSION_ID_FIELD_NUMBER: _ClassVar[int]
14
13
  TASKS_FIELD_NUMBER: _ClassVar[int]
15
- mission_id: str
16
14
  tasks: _containers.RepeatedCompositeFieldContainer[_task_manager_message_pb2.Task]
17
- def __init__(self, mission_id: _Optional[str] = ..., tasks: _Optional[_Iterable[_Union[_task_manager_message_pb2.Task, _Mapping]]] = ...) -> None: ...
18
-
19
- class CreateTasksResponse(_message.Message):
20
- __slots__ = ()
21
- SUCCESS_FIELD_NUMBER: _ClassVar[int]
22
- TASKS_FIELD_NUMBER: _ClassVar[int]
23
- success: bool
24
- tasks: _containers.RepeatedCompositeFieldContainer[_task_manager_message_pb2.Task]
25
- def __init__(self, success: _Optional[bool] = ..., tasks: _Optional[_Iterable[_Union[_task_manager_message_pb2.Task, _Mapping]]] = ...) -> None: ...
26
-
27
- class StopTasksRequest(_message.Message):
28
- __slots__ = ()
29
- TASK_IDS_FIELD_NUMBER: _ClassVar[int]
30
- REASON_FIELD_NUMBER: _ClassVar[int]
31
- task_ids: _containers.RepeatedScalarFieldContainer[str]
32
- reason: str
33
- def __init__(self, task_ids: _Optional[_Iterable[str]] = ..., reason: _Optional[str] = ...) -> None: ...
15
+ def __init__(self, tasks: _Optional[_Iterable[_Union[_task_manager_message_pb2.Task, _Mapping]]] = ...) -> None: ...
34
16
 
35
- class StopTasksResponse(_message.Message):
17
+ class SendSignalsResponse(_message.Message):
36
18
  __slots__ = ()
37
19
  SUCCESS_FIELD_NUMBER: _ClassVar[int]
38
20
  TASKS_FIELD_NUMBER: _ClassVar[int]
@@ -27,7 +27,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
27
27
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
28
28
 
29
29
 
30
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n@agentic_mesh_protocol/task_manager/v1/task_manager_message.proto\x12%agentic_mesh_protocol.task_manager.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x92\x01\n\tTaskError\x12/\n\x13\x63\x61ncellation_reason\x18\x01 \x01(\tR\x12\x63\x61ncellationReason\x12#\n\rerror_message\x18\x02 \x01(\tR\x0c\x65rrorMessage\x12/\n\x13\x65xception_traceback\x18\x03 \x01(\tR\x12\x65xceptionTraceback\"\xf2\t\n\x04Task\x12p\n\x07task_id\x18\x01 \x01(\tBW\xbaHT\xba\x01N\n\x0etask_id_length\x12*task_id must be at least 1 characters long\x1a\x10this.size() >= 1\xc8\x01\x01R\x06taskId\x12\xdb\x01\n\nmission_id\x18\x02 \x01(\tB\xbb\x01\xbaH\xb7\x01\xba\x01Y\n\x11mission_id_prefix\x12&mission_id must start with \'missions:\'\x1a\x1cthis.startsWith(\'missions:\')\xba\x01U\n\x11mission_id_length\x12-mission_id must be at least 1 characters long\x1a\x11this.size() >= 10\xc8\x01\x01R\tmissionId\x12\xca\x01\n\x08setup_id\x18\x03 \x01(\tB\xae\x01\xbaH\xaa\x01\xba\x01Q\n\x0fsetup_id_prefix\x12\"setup_id must start with \'setups:\'\x1a\x1athis.startsWith(\'setups:\')\xba\x01P\n\x0fsetup_id_length\x12+setup_id must be at least 1 characters long\x1a\x10this.size() >= 8\xc8\x01\x01R\x07setupId\x12\x8a\x02\n\x10setup_version_id\x18\x04 \x01(\tB\xdf\x01\xbaH\xdb\x01\xba\x01q\n\x17setup_version_id_prefix\x12\x32setup_version_id must start with \'setup_versions:\'\x1a\"this.startsWith(\'setup_versions:\')\xba\x01\x61\n\x17setup_version_id_length\x12\x33setup_version_id must be at least 1 characters long\x1a\x11this.size() >= 16\xc8\x01\x01R\x0esetupVersionId\x12m\n\x06status\x18\x05 \x01(\tBU\xbaHR\xba\x01L\n\rstatus_length\x12)status must be at least 1 characters long\x1a\x10this.size() >= 1\xc8\x01\x01R\x06status\x12\x1b\n\x06\x61\x63tion\x18\x06 \x01(\tH\x00R\x06\x61\x63tion\x88\x01\x01\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x42\n\x0clast_updated\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x0blastUpdated\x88\x01\x01\x12K\n\x05\x65rror\x18\t \x01(\x0b\x32\x30.agentic_mesh_protocol.task_manager.v1.TaskErrorH\x02R\x05\x65rror\x88\x01\x01\x12\x36\n\x07payload\x18\n \x01(\x0b\x32\x17.google.protobuf.StructH\x03R\x07payload\x88\x01\x01\x42\t\n\x07_actionB\x0f\n\r_last_updatedB\x08\n\x06_errorB\n\n\x08_payloadB\xee\x01\n)com.agentic_mesh_protocol.task_manager.v1B\x17TaskManagerMessageProtoP\x01\xa2\x02\x03\x41TX\xaa\x02\"AgenticMeshProtocol.TaskManager.V1\xca\x02\"AgenticMeshProtocol\\TaskManager\\V1\xe2\x02.AgenticMeshProtocol\\TaskManager\\V1\\GPBMetadata\xea\x02$AgenticMeshProtocol::TaskManager::V1b\x06proto3')
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n@agentic_mesh_protocol/task_manager/v1/task_manager_message.proto\x12%agentic_mesh_protocol.task_manager.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x91\n\n\x04Task\x12p\n\x07task_id\x18\x01 \x01(\tBW\xbaHT\xba\x01N\n\x0etask_id_length\x12*task_id must be at least 1 characters long\x1a\x10this.size() >= 1\xc8\x01\x01R\x06taskId\x12\xdb\x01\n\nmission_id\x18\x02 \x01(\tB\xbb\x01\xbaH\xb7\x01\xba\x01Y\n\x11mission_id_prefix\x12&mission_id must start with \'missions:\'\x1a\x1cthis.startsWith(\'missions:\')\xba\x01U\n\x11mission_id_length\x12-mission_id must be at least 1 characters long\x1a\x11this.size() >= 10\xc8\x01\x01R\tmissionId\x12\xca\x01\n\x08setup_id\x18\x03 \x01(\tB\xae\x01\xbaH\xaa\x01\xba\x01Q\n\x0fsetup_id_prefix\x12\"setup_id must start with \'setups:\'\x1a\x1athis.startsWith(\'setups:\')\xba\x01P\n\x0fsetup_id_length\x12+setup_id must be at least 1 characters long\x1a\x10this.size() >= 8\xc8\x01\x01R\x07setupId\x12\x8a\x02\n\x10setup_version_id\x18\x04 \x01(\tB\xdf\x01\xbaH\xdb\x01\xba\x01q\n\x17setup_version_id_prefix\x12\x32setup_version_id must start with \'setup_versions:\'\x1a\"this.startsWith(\'setup_versions:\')\xba\x01\x61\n\x17setup_version_id_length\x12\x33setup_version_id must be at least 1 characters long\x1a\x11this.size() >= 16\xc8\x01\x01R\x0esetupVersionId\x12m\n\x06\x61\x63tion\x18\x05 \x01(\tBU\xbaHR\xba\x01L\n\raction_length\x12)action must be at least 1 characters long\x1a\x10this.size() >= 1\xc8\x01\x01R\x06\x61\x63tion\x12\x93\x01\n\x13\x63\x61ncellation_reason\x18\x06 \x01(\tBb\xbaH_\xba\x01Y\n\x1a\x63\x61ncellation_reason_length\x12)action must be at least 1 characters long\x1a\x10this.size() >= 1\xc8\x01\x01R\x12\x63\x61ncellationReason\x12\x41\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xbaH\x03\xc8\x01\x01R\tcreatedAt\x12\x42\n\x0cheartbeat_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x0bheartbeatAt\x88\x01\x01\x12\x36\n\x07payload\x18\t \x01(\x0b\x32\x17.google.protobuf.StructH\x01R\x07payload\x88\x01\x01\x42\x0f\n\r_heartbeat_atB\n\n\x08_payloadB\xee\x01\n)com.agentic_mesh_protocol.task_manager.v1B\x17TaskManagerMessageProtoP\x01\xa2\x02\x03\x41TX\xaa\x02\"AgenticMeshProtocol.TaskManager.V1\xca\x02\"AgenticMeshProtocol\\TaskManager\\V1\xe2\x02.AgenticMeshProtocol\\TaskManager\\V1\\GPBMetadata\xea\x02$AgenticMeshProtocol::TaskManager::V1b\x06proto3')
31
31
 
32
32
  _globals = globals()
33
33
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -43,10 +43,12 @@ if not _descriptor._USE_C_DESCRIPTORS:
43
43
  _globals['_TASK'].fields_by_name['setup_id']._serialized_options = b'\272H\252\001\272\001Q\n\017setup_id_prefix\022\"setup_id must start with \'setups:\'\032\032this.startsWith(\'setups:\')\272\001P\n\017setup_id_length\022+setup_id must be at least 1 characters long\032\020this.size() >= 8\310\001\001'
44
44
  _globals['_TASK'].fields_by_name['setup_version_id']._loaded_options = None
45
45
  _globals['_TASK'].fields_by_name['setup_version_id']._serialized_options = b'\272H\333\001\272\001q\n\027setup_version_id_prefix\0222setup_version_id must start with \'setup_versions:\'\032\"this.startsWith(\'setup_versions:\')\272\001a\n\027setup_version_id_length\0223setup_version_id must be at least 1 characters long\032\021this.size() >= 16\310\001\001'
46
- _globals['_TASK'].fields_by_name['status']._loaded_options = None
47
- _globals['_TASK'].fields_by_name['status']._serialized_options = b'\272HR\272\001L\n\rstatus_length\022)status must be at least 1 characters long\032\020this.size() >= 1\310\001\001'
48
- _globals['_TASKERROR']._serialized_start=200
49
- _globals['_TASKERROR']._serialized_end=346
50
- _globals['_TASK']._serialized_start=349
51
- _globals['_TASK']._serialized_end=1615
46
+ _globals['_TASK'].fields_by_name['action']._loaded_options = None
47
+ _globals['_TASK'].fields_by_name['action']._serialized_options = b'\272HR\272\001L\n\raction_length\022)action must be at least 1 characters long\032\020this.size() >= 1\310\001\001'
48
+ _globals['_TASK'].fields_by_name['cancellation_reason']._loaded_options = None
49
+ _globals['_TASK'].fields_by_name['cancellation_reason']._serialized_options = b'\272H_\272\001Y\n\032cancellation_reason_length\022)action must be at least 1 characters long\032\020this.size() >= 1\310\001\001'
50
+ _globals['_TASK'].fields_by_name['created_at']._loaded_options = None
51
+ _globals['_TASK'].fields_by_name['created_at']._serialized_options = b'\272H\003\310\001\001'
52
+ _globals['_TASK']._serialized_start=200
53
+ _globals['_TASK']._serialized_end=1497
52
54
  # @@protoc_insertion_point(module_scope)
@@ -10,36 +10,24 @@ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
10
10
 
11
11
  DESCRIPTOR: _descriptor.FileDescriptor
12
12
 
13
- class TaskError(_message.Message):
14
- __slots__ = ()
15
- CANCELLATION_REASON_FIELD_NUMBER: _ClassVar[int]
16
- ERROR_MESSAGE_FIELD_NUMBER: _ClassVar[int]
17
- EXCEPTION_TRACEBACK_FIELD_NUMBER: _ClassVar[int]
18
- cancellation_reason: str
19
- error_message: str
20
- exception_traceback: str
21
- def __init__(self, cancellation_reason: _Optional[str] = ..., error_message: _Optional[str] = ..., exception_traceback: _Optional[str] = ...) -> None: ...
22
-
23
13
  class Task(_message.Message):
24
14
  __slots__ = ()
25
15
  TASK_ID_FIELD_NUMBER: _ClassVar[int]
26
16
  MISSION_ID_FIELD_NUMBER: _ClassVar[int]
27
17
  SETUP_ID_FIELD_NUMBER: _ClassVar[int]
28
18
  SETUP_VERSION_ID_FIELD_NUMBER: _ClassVar[int]
29
- STATUS_FIELD_NUMBER: _ClassVar[int]
30
19
  ACTION_FIELD_NUMBER: _ClassVar[int]
20
+ CANCELLATION_REASON_FIELD_NUMBER: _ClassVar[int]
31
21
  CREATED_AT_FIELD_NUMBER: _ClassVar[int]
32
- LAST_UPDATED_FIELD_NUMBER: _ClassVar[int]
33
- ERROR_FIELD_NUMBER: _ClassVar[int]
22
+ HEARTBEAT_AT_FIELD_NUMBER: _ClassVar[int]
34
23
  PAYLOAD_FIELD_NUMBER: _ClassVar[int]
35
24
  task_id: str
36
25
  mission_id: str
37
26
  setup_id: str
38
27
  setup_version_id: str
39
- status: str
40
28
  action: str
29
+ cancellation_reason: str
41
30
  created_at: _timestamp_pb2.Timestamp
42
- last_updated: _timestamp_pb2.Timestamp
43
- error: TaskError
31
+ heartbeat_at: _timestamp_pb2.Timestamp
44
32
  payload: _struct_pb2.Struct
45
- def __init__(self, task_id: _Optional[str] = ..., mission_id: _Optional[str] = ..., setup_id: _Optional[str] = ..., setup_version_id: _Optional[str] = ..., status: _Optional[str] = ..., action: _Optional[str] = ..., created_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., last_updated: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., error: _Optional[_Union[TaskError, _Mapping]] = ..., payload: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...) -> None: ...
33
+ def __init__(self, task_id: _Optional[str] = ..., mission_id: _Optional[str] = ..., setup_id: _Optional[str] = ..., setup_version_id: _Optional[str] = ..., action: _Optional[str] = ..., cancellation_reason: _Optional[str] = ..., created_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., heartbeat_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., payload: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...) -> None: ...
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
25
25
  from agentic_mesh_protocol.task_manager.v1 import task_manager_dto_pb2 as agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2
26
26
 
27
27
 
28
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n@agentic_mesh_protocol/task_manager/v1/task_manager_service.proto\x12%agentic_mesh_protocol.task_manager.v1\x1a<agentic_mesh_protocol/task_manager/v1/task_manager_dto.proto2\xaf\x04\n\x12TaskManagerService\x12\x84\x01\n\x0b\x43reateTasks\x12\x39.agentic_mesh_protocol.task_manager.v1.CreateTasksRequest\x1a:.agentic_mesh_protocol.task_manager.v1.CreateTasksResponse\x12~\n\tStopTasks\x12\x37.agentic_mesh_protocol.task_manager.v1.StopTasksRequest\x1a\x38.agentic_mesh_protocol.task_manager.v1.StopTasksResponse\x12\x8d\x01\n\x0eListHeartbeats\x12<.agentic_mesh_protocol.task_manager.v1.ListHeartbeatsRequest\x1a=.agentic_mesh_protocol.task_manager.v1.ListHeartbeatsResponse\x12\x81\x01\n\nGetSignals\x12\x38.agentic_mesh_protocol.task_manager.v1.GetSignalsRequest\x1a\x39.agentic_mesh_protocol.task_manager.v1.GetSignalsResponseB\xee\x01\n)com.agentic_mesh_protocol.task_manager.v1B\x17TaskManagerServiceProtoP\x01\xa2\x02\x03\x41TX\xaa\x02\"AgenticMeshProtocol.TaskManager.V1\xca\x02\"AgenticMeshProtocol\\TaskManager\\V1\xe2\x02.AgenticMeshProtocol\\TaskManager\\V1\\GPBMetadata\xea\x02$AgenticMeshProtocol::TaskManager::V1b\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n@agentic_mesh_protocol/task_manager/v1/task_manager_service.proto\x12%agentic_mesh_protocol.task_manager.v1\x1a<agentic_mesh_protocol/task_manager/v1/task_manager_dto.proto2\xaf\x03\n\x12TaskManagerService\x12\x84\x01\n\x0bSendSignals\x12\x39.agentic_mesh_protocol.task_manager.v1.SendSignalsRequest\x1a:.agentic_mesh_protocol.task_manager.v1.SendSignalsResponse\x12\x8d\x01\n\x0eListHeartbeats\x12<.agentic_mesh_protocol.task_manager.v1.ListHeartbeatsRequest\x1a=.agentic_mesh_protocol.task_manager.v1.ListHeartbeatsResponse\x12\x81\x01\n\nGetSignals\x12\x38.agentic_mesh_protocol.task_manager.v1.GetSignalsRequest\x1a\x39.agentic_mesh_protocol.task_manager.v1.GetSignalsResponseB\xee\x01\n)com.agentic_mesh_protocol.task_manager.v1B\x17TaskManagerServiceProtoP\x01\xa2\x02\x03\x41TX\xaa\x02\"AgenticMeshProtocol.TaskManager.V1\xca\x02\"AgenticMeshProtocol\\TaskManager\\V1\xe2\x02.AgenticMeshProtocol\\TaskManager\\V1\\GPBMetadata\xea\x02$AgenticMeshProtocol::TaskManager::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.task_manager.v1B\027TaskManagerServiceProtoP\001\242\002\003ATX\252\002\"AgenticMeshProtocol.TaskManager.V1\312\002\"AgenticMeshProtocol\\TaskManager\\V1\342\002.AgenticMeshProtocol\\TaskManager\\V1\\GPBMetadata\352\002$AgenticMeshProtocol::TaskManager::V1'
36
36
  _globals['_TASKMANAGERSERVICE']._serialized_start=170
37
- _globals['_TASKMANAGERSERVICE']._serialized_end=729
37
+ _globals['_TASKMANAGERSERVICE']._serialized_end=601
38
38
  # @@protoc_insertion_point(module_scope)
@@ -16,15 +16,10 @@ class TaskManagerServiceStub(object):
16
16
  Args:
17
17
  channel: A grpc.Channel.
18
18
  """
19
- self.CreateTasks = channel.unary_unary(
20
- '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/CreateTasks',
21
- request_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.CreateTasksRequest.SerializeToString,
22
- response_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.CreateTasksResponse.FromString,
23
- _registered_method=True)
24
- self.StopTasks = channel.unary_unary(
25
- '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/StopTasks',
26
- request_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.StopTasksRequest.SerializeToString,
27
- response_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.StopTasksResponse.FromString,
19
+ self.SendSignals = channel.unary_unary(
20
+ '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/SendSignals',
21
+ request_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.SendSignalsRequest.SerializeToString,
22
+ response_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.SendSignalsResponse.FromString,
28
23
  _registered_method=True)
29
24
  self.ListHeartbeats = channel.unary_unary(
30
25
  '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/ListHeartbeats',
@@ -43,15 +38,8 @@ class TaskManagerServiceServicer(object):
43
38
  and monitoring for the agentic mesh.
44
39
  """
45
40
 
46
- def CreateTasks(self, request, context):
47
- """CreateTasks creates tasks in bulk within a mission.
48
- """
49
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
50
- context.set_details('Method not implemented!')
51
- raise NotImplementedError('Method not implemented!')
52
-
53
- def StopTasks(self, request, context):
54
- """StopTasks stops one or more running tasks.
41
+ def SendSignals(self, request, context):
42
+ """SendSignals sends signals to tasks (create, stop, etc.).
55
43
  """
56
44
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
57
45
  context.set_details('Method not implemented!')
@@ -74,15 +62,10 @@ class TaskManagerServiceServicer(object):
74
62
 
75
63
  def add_TaskManagerServiceServicer_to_server(servicer, server):
76
64
  rpc_method_handlers = {
77
- 'CreateTasks': grpc.unary_unary_rpc_method_handler(
78
- servicer.CreateTasks,
79
- request_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.CreateTasksRequest.FromString,
80
- response_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.CreateTasksResponse.SerializeToString,
81
- ),
82
- 'StopTasks': grpc.unary_unary_rpc_method_handler(
83
- servicer.StopTasks,
84
- request_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.StopTasksRequest.FromString,
85
- response_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.StopTasksResponse.SerializeToString,
65
+ 'SendSignals': grpc.unary_unary_rpc_method_handler(
66
+ servicer.SendSignals,
67
+ request_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.SendSignalsRequest.FromString,
68
+ response_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.SendSignalsResponse.SerializeToString,
86
69
  ),
87
70
  'ListHeartbeats': grpc.unary_unary_rpc_method_handler(
88
71
  servicer.ListHeartbeats,
@@ -108,34 +91,7 @@ class TaskManagerService(object):
108
91
  """
109
92
 
110
93
  @staticmethod
111
- def CreateTasks(request,
112
- target,
113
- options=(),
114
- channel_credentials=None,
115
- call_credentials=None,
116
- insecure=False,
117
- compression=None,
118
- wait_for_ready=None,
119
- timeout=None,
120
- metadata=None):
121
- return grpc.experimental.unary_unary(
122
- request,
123
- target,
124
- '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/CreateTasks',
125
- agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.CreateTasksRequest.SerializeToString,
126
- agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.CreateTasksResponse.FromString,
127
- options,
128
- channel_credentials,
129
- insecure,
130
- call_credentials,
131
- compression,
132
- wait_for_ready,
133
- timeout,
134
- metadata,
135
- _registered_method=True)
136
-
137
- @staticmethod
138
- def StopTasks(request,
94
+ def SendSignals(request,
139
95
  target,
140
96
  options=(),
141
97
  channel_credentials=None,
@@ -148,9 +104,9 @@ class TaskManagerService(object):
148
104
  return grpc.experimental.unary_unary(
149
105
  request,
150
106
  target,
151
- '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/StopTasks',
152
- agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.StopTasksRequest.SerializeToString,
153
- agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.StopTasksResponse.FromString,
107
+ '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/SendSignals',
108
+ agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.SendSignalsRequest.SerializeToString,
109
+ agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.SendSignalsResponse.FromString,
154
110
  options,
155
111
  channel_credentials,
156
112
  insecure,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentic-mesh-protocol
3
- Version: 0.2.3.dev0
3
+ Version: 0.2.3.dev2
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
@@ -1,65 +0,0 @@
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/task_manager/v1/task_manager_dto.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/task_manager/v1/task_manager_dto.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
- from agentic_mesh_protocol.task_manager.v1 import task_manager_message_pb2 as agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__message__pb2
26
- from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
27
-
28
-
29
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<agentic_mesh_protocol/task_manager/v1/task_manager_dto.proto\x12%agentic_mesh_protocol.task_manager.v1\x1a@agentic_mesh_protocol/task_manager/v1/task_manager_message.proto\x1a\x1b\x62uf/validate/validate.proto\"\xbf\x02\n\x12\x43reateTasksRequest\x12\xdb\x01\n\nmission_id\x18\x01 \x01(\tB\xbb\x01\xbaH\xb7\x01\xba\x01Y\n\x11mission_id_prefix\x12&mission_id must start with \'missions:\'\x1a\x1cthis.startsWith(\'missions:\')\xba\x01U\n\x11mission_id_length\x12-mission_id must be at least 1 characters long\x1a\x11this.size() >= 10\xc8\x01\x01R\tmissionId\x12K\n\x05tasks\x18\x02 \x03(\x0b\x32+.agentic_mesh_protocol.task_manager.v1.TaskB\x08\xbaH\x05\x92\x01\x02\x08\x01R\x05tasks\"r\n\x13\x43reateTasksResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x41\n\x05tasks\x18\x02 \x03(\x0b\x32+.agentic_mesh_protocol.task_manager.v1.TaskR\x05tasks\"\xb2\x01\n\x10StopTasksRequest\x12v\n\x08task_ids\x18\x01 \x03(\tB[\xbaHX\x92\x01U\x08\x01\"Q\xba\x01N\n\x0etask_id_length\x12*task_id must be at least 1 characters long\x1a\x10this.size() >= 1R\x07taskIds\x12\x1b\n\x06reason\x18\x02 \x01(\tH\x00R\x06reason\x88\x01\x01\x42\t\n\x07_reason\"p\n\x11StopTasksResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x41\n\x05tasks\x18\x02 \x03(\x0b\x32+.agentic_mesh_protocol.task_manager.v1.TaskR\x05tasks\"\x8f\x01\n\x15ListHeartbeatsRequest\x12v\n\x08task_ids\x18\x01 \x03(\tB[\xbaHX\x92\x01U\x08\x01\"Q\xba\x01N\n\x0etask_id_length\x12*task_id must be at least 1 characters long\x1a\x10this.size() >= 1R\x07taskIds\"\x85\x01\n\x16ListHeartbeatsResponse\x12(\n\x0btotal_count\x18\x01 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\ntotalCount\x12\x41\n\x05tasks\x18\x02 \x03(\x0b\x32+.agentic_mesh_protocol.task_manager.v1.TaskR\x05tasks\"\x85\x01\n\x11GetSignalsRequest\x12p\n\x07task_id\x18\x01 \x01(\tBW\xbaHT\xba\x01N\n\x0etask_id_length\x12*task_id must be at least 1 characters long\x1a\x10this.size() >= 1\xc8\x01\x01R\x06taskId\"W\n\x12GetSignalsResponse\x12\x41\n\x05tasks\x18\x01 \x03(\x0b\x32+.agentic_mesh_protocol.task_manager.v1.TaskR\x05tasksB\xea\x01\n)com.agentic_mesh_protocol.task_manager.v1B\x13TaskManagerDtoProtoP\x01\xa2\x02\x03\x41TX\xaa\x02\"AgenticMeshProtocol.TaskManager.V1\xca\x02\"AgenticMeshProtocol\\TaskManager\\V1\xe2\x02.AgenticMeshProtocol\\TaskManager\\V1\\GPBMetadata\xea\x02$AgenticMeshProtocol::TaskManager::V1b\x06proto3')
30
-
31
- _globals = globals()
32
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentic_mesh_protocol.task_manager.v1.task_manager_dto_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.task_manager.v1B\023TaskManagerDtoProtoP\001\242\002\003ATX\252\002\"AgenticMeshProtocol.TaskManager.V1\312\002\"AgenticMeshProtocol\\TaskManager\\V1\342\002.AgenticMeshProtocol\\TaskManager\\V1\\GPBMetadata\352\002$AgenticMeshProtocol::TaskManager::V1'
37
- _globals['_CREATETASKSREQUEST'].fields_by_name['mission_id']._loaded_options = None
38
- _globals['_CREATETASKSREQUEST'].fields_by_name['mission_id']._serialized_options = b'\272H\267\001\272\001Y\n\021mission_id_prefix\022&mission_id must start with \'missions:\'\032\034this.startsWith(\'missions:\')\272\001U\n\021mission_id_length\022-mission_id must be at least 1 characters long\032\021this.size() >= 10\310\001\001'
39
- _globals['_CREATETASKSREQUEST'].fields_by_name['tasks']._loaded_options = None
40
- _globals['_CREATETASKSREQUEST'].fields_by_name['tasks']._serialized_options = b'\272H\005\222\001\002\010\001'
41
- _globals['_STOPTASKSREQUEST'].fields_by_name['task_ids']._loaded_options = None
42
- _globals['_STOPTASKSREQUEST'].fields_by_name['task_ids']._serialized_options = b'\272HX\222\001U\010\001\"Q\272\001N\n\016task_id_length\022*task_id must be at least 1 characters long\032\020this.size() >= 1'
43
- _globals['_LISTHEARTBEATSREQUEST'].fields_by_name['task_ids']._loaded_options = None
44
- _globals['_LISTHEARTBEATSREQUEST'].fields_by_name['task_ids']._serialized_options = b'\272HX\222\001U\010\001\"Q\272\001N\n\016task_id_length\022*task_id must be at least 1 characters long\032\020this.size() >= 1'
45
- _globals['_LISTHEARTBEATSRESPONSE'].fields_by_name['total_count']._loaded_options = None
46
- _globals['_LISTHEARTBEATSRESPONSE'].fields_by_name['total_count']._serialized_options = b'\272H\004\032\002(\000'
47
- _globals['_GETSIGNALSREQUEST'].fields_by_name['task_id']._loaded_options = None
48
- _globals['_GETSIGNALSREQUEST'].fields_by_name['task_id']._serialized_options = b'\272HT\272\001N\n\016task_id_length\022*task_id must be at least 1 characters long\032\020this.size() >= 1\310\001\001'
49
- _globals['_CREATETASKSREQUEST']._serialized_start=199
50
- _globals['_CREATETASKSREQUEST']._serialized_end=518
51
- _globals['_CREATETASKSRESPONSE']._serialized_start=520
52
- _globals['_CREATETASKSRESPONSE']._serialized_end=634
53
- _globals['_STOPTASKSREQUEST']._serialized_start=637
54
- _globals['_STOPTASKSREQUEST']._serialized_end=815
55
- _globals['_STOPTASKSRESPONSE']._serialized_start=817
56
- _globals['_STOPTASKSRESPONSE']._serialized_end=929
57
- _globals['_LISTHEARTBEATSREQUEST']._serialized_start=932
58
- _globals['_LISTHEARTBEATSREQUEST']._serialized_end=1075
59
- _globals['_LISTHEARTBEATSRESPONSE']._serialized_start=1078
60
- _globals['_LISTHEARTBEATSRESPONSE']._serialized_end=1211
61
- _globals['_GETSIGNALSREQUEST']._serialized_start=1214
62
- _globals['_GETSIGNALSREQUEST']._serialized_end=1347
63
- _globals['_GETSIGNALSRESPONSE']._serialized_start=1349
64
- _globals['_GETSIGNALSRESPONSE']._serialized_end=1436
65
- # @@protoc_insertion_point(module_scope)