agentic-mesh-protocol 0.2.2__tar.gz → 0.2.3.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 (116) hide show
  1. {agentic_mesh_protocol-0.2.2/src/agentic_mesh_protocol.egg-info → agentic_mesh_protocol-0.2.3.dev1}/PKG-INFO +6 -6
  2. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/pyproject.toml +10 -10
  3. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/__version__.py +1 -1
  4. agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.py +63 -0
  5. agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.pyi +65 -0
  6. agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.py +52 -0
  7. agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.pyi +43 -0
  8. agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.py +38 -0
  9. agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.pyi +5 -0
  10. agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2_grpc.py +216 -0
  11. agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py +4 -0
  12. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol.egg-info}/PKG-INFO +6 -6
  13. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol.egg-info/SOURCES.txt +11 -0
  14. agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol.egg-info/requires.txt +6 -0
  15. agentic_mesh_protocol-0.2.3.dev1/src/buf/__init__.py +0 -0
  16. agentic_mesh_protocol-0.2.3.dev1/src/buf/validate/__init__.py +0 -0
  17. agentic_mesh_protocol-0.2.3.dev1/src/buf/validate/validate_pb2_grpc.py +4 -0
  18. agentic_mesh_protocol-0.2.2/src/agentic_mesh_protocol.egg-info/requires.txt +0 -6
  19. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/LICENSE +0 -0
  20. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/README.md +0 -0
  21. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/setup.cfg +0 -0
  22. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/__init__.py +0 -0
  23. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/cost/__init__.py +0 -0
  24. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/cost/v1/__init__.py +0 -0
  25. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2.py +0 -0
  26. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2.pyi +0 -0
  27. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2_grpc.py +0 -0
  28. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.py +0 -0
  29. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.pyi +0 -0
  30. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2_grpc.py +0 -0
  31. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/filesystem/__init__.py +0 -0
  32. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/filesystem/v1/__init__.py +0 -0
  33. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.py +0 -0
  34. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.pyi +0 -0
  35. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2_grpc.py +0 -0
  36. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.py +0 -0
  37. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.pyi +0 -0
  38. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2_grpc.py +0 -0
  39. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/__init__.py +0 -0
  40. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/__init__.py +0 -0
  41. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/information_pb2.py +0 -0
  42. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/information_pb2.pyi +0 -0
  43. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/information_pb2_grpc.py +0 -0
  44. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.py +0 -0
  45. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.pyi +0 -0
  46. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py +0 -0
  47. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +0 -0
  48. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/module_service_pb2.pyi +0 -0
  49. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py +0 -0
  50. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +0 -0
  51. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.pyi +0 -0
  52. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py +0 -0
  53. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/__init__.py +0 -0
  54. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/__init__.py +0 -0
  55. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.py +0 -0
  56. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.pyi +0 -0
  57. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2_grpc.py +0 -0
  58. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.py +0 -0
  59. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.pyi +0 -0
  60. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2_grpc.py +0 -0
  61. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.py +0 -0
  62. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.pyi +0 -0
  63. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2_grpc.py +0 -0
  64. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.py +0 -0
  65. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.pyi +0 -0
  66. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2_grpc.py +0 -0
  67. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/status_pb2.py +0 -0
  68. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/status_pb2.pyi +0 -0
  69. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/module_registry/v1/status_pb2_grpc.py +0 -0
  70. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/py.typed +0 -0
  71. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/__init__.py +0 -0
  72. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/__init__.py +0 -0
  73. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.py +0 -0
  74. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.pyi +0 -0
  75. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2_grpc.py +0 -0
  76. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.py +0 -0
  77. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.pyi +0 -0
  78. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2_grpc.py +0 -0
  79. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +0 -0
  80. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.pyi +0 -0
  81. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2_grpc.py +0 -0
  82. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.py +0 -0
  83. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.pyi +0 -0
  84. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2_grpc.py +0 -0
  85. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/setup/__init__.py +0 -0
  86. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/setup/v1/__init__.py +0 -0
  87. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +0 -0
  88. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2.pyi +0 -0
  89. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2_grpc.py +0 -0
  90. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +0 -0
  91. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.pyi +0 -0
  92. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2_grpc.py +0 -0
  93. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/storage/__init__.py +0 -0
  94. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/storage/v1/__init__.py +0 -0
  95. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2.py +0 -0
  96. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2.pyi +0 -0
  97. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2_grpc.py +0 -0
  98. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.py +0 -0
  99. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.pyi +0 -0
  100. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2_grpc.py +0 -0
  101. {agentic_mesh_protocol-0.2.2/src/agentic_mesh_protocol/user_profile → agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/task_manager}/__init__.py +0 -0
  102. {agentic_mesh_protocol-0.2.2/src/agentic_mesh_protocol/user_profile → agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/task_manager}/v1/__init__.py +0 -0
  103. /agentic_mesh_protocol-0.2.2/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py → /agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2_grpc.py +0 -0
  104. /agentic_mesh_protocol-0.2.2/src/buf/validate/validate_pb2_grpc.py → /agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2_grpc.py +0 -0
  105. {agentic_mesh_protocol-0.2.2/src/buf → agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/user_profile}/__init__.py +0 -0
  106. {agentic_mesh_protocol-0.2.2/src/buf/validate → agentic_mesh_protocol-0.2.3.dev1/src/agentic_mesh_protocol/user_profile/v1}/__init__.py +0 -0
  107. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.py +0 -0
  108. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.pyi +0 -0
  109. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.py +0 -0
  110. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.pyi +0 -0
  111. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +0 -0
  112. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol.egg-info/dependency_links.txt +0 -0
  113. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/agentic_mesh_protocol.egg-info/top_level.txt +0 -0
  114. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/buf/validate/validate_pb2.py +0 -0
  115. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/src/buf/validate/validate_pb2.pyi +0 -0
  116. {agentic_mesh_protocol-0.2.2 → agentic_mesh_protocol-0.2.3.dev1}/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.2
3
+ Version: 0.2.3.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
@@ -22,12 +22,12 @@ Classifier: Typing :: Typed
22
22
  Requires-Python: >=3.10
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: bump-my-version>=1.2.6
25
+ Requires-Dist: bump-my-version>=1.2.7
26
26
  Requires-Dist: googleapis-common-protos>=1.72.0
27
- Requires-Dist: grpcio-tools>=1.76.0
28
- Requires-Dist: grpcio>=1.76.0
29
- Requires-Dist: protobuf>=6.33.4
30
- Requires-Dist: protovalidate>=1.0.0
27
+ Requires-Dist: grpcio-tools>=1.78.1
28
+ Requires-Dist: grpcio>=1.78.1
29
+ Requires-Dist: protobuf>=6.33.5
30
+ Requires-Dist: protovalidate>=1.1.1
31
31
  Dynamic: license-file
32
32
 
33
33
  # agentic-mesh-protocol
@@ -18,12 +18,12 @@
18
18
  "Typing :: Typed",
19
19
  ]
20
20
  dependencies = [
21
- "bump-my-version>=1.2.6",
21
+ "bump-my-version>=1.2.7",
22
22
  "googleapis-common-protos>=1.72.0",
23
- "grpcio-tools>=1.76.0",
24
- "grpcio>=1.76.0",
25
- "protobuf>=6.33.4",
26
- "protovalidate>=1.0.0",
23
+ "grpcio-tools>=1.78.1",
24
+ "grpcio>=1.78.1",
25
+ "protobuf>=6.33.5",
26
+ "protovalidate>=1.1.1",
27
27
  ]
28
28
  description = "Python gRPC interfaces for Agentic Mesh Protocol"
29
29
  keywords = [
@@ -37,7 +37,7 @@
37
37
  name = "agentic-mesh-protocol"
38
38
  readme = "README.md"
39
39
  requires-python = ">=3.10"
40
- version = "0.2.2"
40
+ version = "0.2.3.dev1"
41
41
 
42
42
  [project.urls]
43
43
  "Bug Tracker" = "https://github.com/DigitalKin-ai/service-apis-py/issues"
@@ -50,12 +50,12 @@
50
50
 
51
51
  [dependency-groups]
52
52
  dev = [
53
- "build>=1.3.0",
53
+ "build>=1.4.0",
54
54
  "bump-my-version>=1.2.4",
55
- "mypy>=1.19.0",
56
- "pre-commit>=4.5.0",
55
+ "mypy>=1.19.1",
56
+ "pre-commit>=4.5.1",
57
57
  "pytest>=9.0.1",
58
- "ruff>=0.14.7",
58
+ "ruff>=0.15.2",
59
59
  "twine>=6.2.0",
60
60
  ]
61
61
 
@@ -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.2"
8
+ __version__ = "0.2.3.dev1"
@@ -0,0 +1,63 @@
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\"a\n\x12\x43reateTasksRequest\x12K\n\x05tasks\x18\x01 \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['tasks']._loaded_options = None
38
+ _globals['_CREATETASKSREQUEST'].fields_by_name['tasks']._serialized_options = b'\272H\005\222\001\002\010\001'
39
+ _globals['_STOPTASKSREQUEST'].fields_by_name['task_ids']._loaded_options = None
40
+ _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'
41
+ _globals['_LISTHEARTBEATSREQUEST'].fields_by_name['task_ids']._loaded_options = None
42
+ _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'
43
+ _globals['_LISTHEARTBEATSRESPONSE'].fields_by_name['total_count']._loaded_options = None
44
+ _globals['_LISTHEARTBEATSRESPONSE'].fields_by_name['total_count']._serialized_options = b'\272H\004\032\002(\000'
45
+ _globals['_GETSIGNALSREQUEST'].fields_by_name['task_id']._loaded_options = None
46
+ _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'
47
+ _globals['_CREATETASKSREQUEST']._serialized_start=198
48
+ _globals['_CREATETASKSREQUEST']._serialized_end=295
49
+ _globals['_CREATETASKSRESPONSE']._serialized_start=297
50
+ _globals['_CREATETASKSRESPONSE']._serialized_end=411
51
+ _globals['_STOPTASKSREQUEST']._serialized_start=414
52
+ _globals['_STOPTASKSREQUEST']._serialized_end=592
53
+ _globals['_STOPTASKSRESPONSE']._serialized_start=594
54
+ _globals['_STOPTASKSRESPONSE']._serialized_end=706
55
+ _globals['_LISTHEARTBEATSREQUEST']._serialized_start=709
56
+ _globals['_LISTHEARTBEATSREQUEST']._serialized_end=852
57
+ _globals['_LISTHEARTBEATSRESPONSE']._serialized_start=855
58
+ _globals['_LISTHEARTBEATSRESPONSE']._serialized_end=988
59
+ _globals['_GETSIGNALSREQUEST']._serialized_start=991
60
+ _globals['_GETSIGNALSREQUEST']._serialized_end=1124
61
+ _globals['_GETSIGNALSRESPONSE']._serialized_start=1126
62
+ _globals['_GETSIGNALSRESPONSE']._serialized_end=1213
63
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,65 @@
1
+ from agentic_mesh_protocol.task_manager.v1 import task_manager_message_pb2 as _task_manager_message_pb2
2
+ from buf.validate import validate_pb2 as _validate_pb2
3
+ from google.protobuf.internal import containers as _containers
4
+ from google.protobuf import descriptor as _descriptor
5
+ from google.protobuf import message as _message
6
+ from collections.abc import Iterable as _Iterable, Mapping as _Mapping
7
+ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
8
+
9
+ DESCRIPTOR: _descriptor.FileDescriptor
10
+
11
+ class CreateTasksRequest(_message.Message):
12
+ __slots__ = ()
13
+ TASKS_FIELD_NUMBER: _ClassVar[int]
14
+ tasks: _containers.RepeatedCompositeFieldContainer[_task_manager_message_pb2.Task]
15
+ def __init__(self, tasks: _Optional[_Iterable[_Union[_task_manager_message_pb2.Task, _Mapping]]] = ...) -> None: ...
16
+
17
+ class CreateTasksResponse(_message.Message):
18
+ __slots__ = ()
19
+ SUCCESS_FIELD_NUMBER: _ClassVar[int]
20
+ TASKS_FIELD_NUMBER: _ClassVar[int]
21
+ success: bool
22
+ tasks: _containers.RepeatedCompositeFieldContainer[_task_manager_message_pb2.Task]
23
+ def __init__(self, success: _Optional[bool] = ..., tasks: _Optional[_Iterable[_Union[_task_manager_message_pb2.Task, _Mapping]]] = ...) -> None: ...
24
+
25
+ class StopTasksRequest(_message.Message):
26
+ __slots__ = ()
27
+ TASK_IDS_FIELD_NUMBER: _ClassVar[int]
28
+ REASON_FIELD_NUMBER: _ClassVar[int]
29
+ task_ids: _containers.RepeatedScalarFieldContainer[str]
30
+ reason: str
31
+ def __init__(self, task_ids: _Optional[_Iterable[str]] = ..., reason: _Optional[str] = ...) -> None: ...
32
+
33
+ class StopTasksResponse(_message.Message):
34
+ __slots__ = ()
35
+ SUCCESS_FIELD_NUMBER: _ClassVar[int]
36
+ TASKS_FIELD_NUMBER: _ClassVar[int]
37
+ success: bool
38
+ tasks: _containers.RepeatedCompositeFieldContainer[_task_manager_message_pb2.Task]
39
+ def __init__(self, success: _Optional[bool] = ..., tasks: _Optional[_Iterable[_Union[_task_manager_message_pb2.Task, _Mapping]]] = ...) -> None: ...
40
+
41
+ class ListHeartbeatsRequest(_message.Message):
42
+ __slots__ = ()
43
+ TASK_IDS_FIELD_NUMBER: _ClassVar[int]
44
+ task_ids: _containers.RepeatedScalarFieldContainer[str]
45
+ def __init__(self, task_ids: _Optional[_Iterable[str]] = ...) -> None: ...
46
+
47
+ class ListHeartbeatsResponse(_message.Message):
48
+ __slots__ = ()
49
+ TOTAL_COUNT_FIELD_NUMBER: _ClassVar[int]
50
+ TASKS_FIELD_NUMBER: _ClassVar[int]
51
+ total_count: int
52
+ tasks: _containers.RepeatedCompositeFieldContainer[_task_manager_message_pb2.Task]
53
+ def __init__(self, total_count: _Optional[int] = ..., tasks: _Optional[_Iterable[_Union[_task_manager_message_pb2.Task, _Mapping]]] = ...) -> None: ...
54
+
55
+ class GetSignalsRequest(_message.Message):
56
+ __slots__ = ()
57
+ TASK_ID_FIELD_NUMBER: _ClassVar[int]
58
+ task_id: str
59
+ def __init__(self, task_id: _Optional[str] = ...) -> None: ...
60
+
61
+ class GetSignalsResponse(_message.Message):
62
+ __slots__ = ()
63
+ TASKS_FIELD_NUMBER: _ClassVar[int]
64
+ tasks: _containers.RepeatedCompositeFieldContainer[_task_manager_message_pb2.Task]
65
+ def __init__(self, tasks: _Optional[_Iterable[_Union[_task_manager_message_pb2.Task, _Mapping]]] = ...) -> None: ...
@@ -0,0 +1,52 @@
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_message.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_message.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
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
28
+
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\"\x9b\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\x0cheartbeat_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x0bheartbeatAt\x88\x01\x01\x12\x36\n\x07payload\x18\t \x01(\x0b\x32\x17.google.protobuf.StructH\x02R\x07payload\x88\x01\x01\x42\t\n\x07_actionB\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
+
32
+ _globals = globals()
33
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
34
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentic_mesh_protocol.task_manager.v1.task_manager_message_pb2', _globals)
35
+ if not _descriptor._USE_C_DESCRIPTORS:
36
+ _globals['DESCRIPTOR']._loaded_options = None
37
+ _globals['DESCRIPTOR']._serialized_options = b'\n)com.agentic_mesh_protocol.task_manager.v1B\027TaskManagerMessageProtoP\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'
38
+ _globals['_TASK'].fields_by_name['task_id']._loaded_options = None
39
+ _globals['_TASK'].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'
40
+ _globals['_TASK'].fields_by_name['mission_id']._loaded_options = None
41
+ _globals['_TASK'].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'
42
+ _globals['_TASK'].fields_by_name['setup_id']._loaded_options = None
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
+ _globals['_TASK'].fields_by_name['setup_version_id']._loaded_options = None
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=1528
52
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,43 @@
1
+ import datetime
2
+
3
+ from buf.validate import validate_pb2 as _validate_pb2
4
+ from google.protobuf import struct_pb2 as _struct_pb2
5
+ from google.protobuf import timestamp_pb2 as _timestamp_pb2
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import message as _message
8
+ from collections.abc import Mapping as _Mapping
9
+ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
10
+
11
+ DESCRIPTOR: _descriptor.FileDescriptor
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
+ class Task(_message.Message):
24
+ __slots__ = ()
25
+ TASK_ID_FIELD_NUMBER: _ClassVar[int]
26
+ MISSION_ID_FIELD_NUMBER: _ClassVar[int]
27
+ SETUP_ID_FIELD_NUMBER: _ClassVar[int]
28
+ SETUP_VERSION_ID_FIELD_NUMBER: _ClassVar[int]
29
+ STATUS_FIELD_NUMBER: _ClassVar[int]
30
+ ACTION_FIELD_NUMBER: _ClassVar[int]
31
+ CREATED_AT_FIELD_NUMBER: _ClassVar[int]
32
+ HEARTBEAT_AT_FIELD_NUMBER: _ClassVar[int]
33
+ PAYLOAD_FIELD_NUMBER: _ClassVar[int]
34
+ task_id: str
35
+ mission_id: str
36
+ setup_id: str
37
+ setup_version_id: str
38
+ status: str
39
+ action: str
40
+ created_at: _timestamp_pb2.Timestamp
41
+ heartbeat_at: _timestamp_pb2.Timestamp
42
+ payload: _struct_pb2.Struct
43
+ 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]] = ..., heartbeat_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., payload: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...) -> 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/task_manager/v1/task_manager_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/task_manager/v1/task_manager_service.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_dto_pb2 as agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2
26
+
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')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentic_mesh_protocol.task_manager.v1.task_manager_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.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
+ _globals['_TASKMANAGERSERVICE']._serialized_start=170
37
+ _globals['_TASKMANAGERSERVICE']._serialized_end=729
38
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,5 @@
1
+ from agentic_mesh_protocol.task_manager.v1 import task_manager_dto_pb2 as _task_manager_dto_pb2
2
+ from google.protobuf import descriptor as _descriptor
3
+ from typing import ClassVar as _ClassVar
4
+
5
+ DESCRIPTOR: _descriptor.FileDescriptor
@@ -0,0 +1,216 @@
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.task_manager.v1 import task_manager_dto_pb2 as agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2
6
+
7
+
8
+ class TaskManagerServiceStub(object):
9
+ """TaskManagerService provides task orchestration
10
+ and monitoring for the agentic mesh.
11
+ """
12
+
13
+ def __init__(self, channel):
14
+ """Constructor.
15
+
16
+ Args:
17
+ channel: A grpc.Channel.
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,
28
+ _registered_method=True)
29
+ self.ListHeartbeats = channel.unary_unary(
30
+ '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/ListHeartbeats',
31
+ request_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsRequest.SerializeToString,
32
+ response_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsResponse.FromString,
33
+ _registered_method=True)
34
+ self.GetSignals = channel.unary_unary(
35
+ '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/GetSignals',
36
+ request_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsRequest.SerializeToString,
37
+ response_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsResponse.FromString,
38
+ _registered_method=True)
39
+
40
+
41
+ class TaskManagerServiceServicer(object):
42
+ """TaskManagerService provides task orchestration
43
+ and monitoring for the agentic mesh.
44
+ """
45
+
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.
55
+ """
56
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
57
+ context.set_details('Method not implemented!')
58
+ raise NotImplementedError('Method not implemented!')
59
+
60
+ def ListHeartbeats(self, request, context):
61
+ """ListHeartbeats retrieves heartbeats for a task.
62
+ """
63
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
64
+ context.set_details('Method not implemented!')
65
+ raise NotImplementedError('Method not implemented!')
66
+
67
+ def GetSignals(self, request, context):
68
+ """GetSignals retrieves pending signals for a task.
69
+ """
70
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
71
+ context.set_details('Method not implemented!')
72
+ raise NotImplementedError('Method not implemented!')
73
+
74
+
75
+ def add_TaskManagerServiceServicer_to_server(servicer, server):
76
+ 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,
86
+ ),
87
+ 'ListHeartbeats': grpc.unary_unary_rpc_method_handler(
88
+ servicer.ListHeartbeats,
89
+ request_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsRequest.FromString,
90
+ response_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsResponse.SerializeToString,
91
+ ),
92
+ 'GetSignals': grpc.unary_unary_rpc_method_handler(
93
+ servicer.GetSignals,
94
+ request_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsRequest.FromString,
95
+ response_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsResponse.SerializeToString,
96
+ ),
97
+ }
98
+ generic_handler = grpc.method_handlers_generic_handler(
99
+ 'agentic_mesh_protocol.task_manager.v1.TaskManagerService', rpc_method_handlers)
100
+ server.add_generic_rpc_handlers((generic_handler,))
101
+ server.add_registered_method_handlers('agentic_mesh_protocol.task_manager.v1.TaskManagerService', rpc_method_handlers)
102
+
103
+
104
+ # This class is part of an EXPERIMENTAL API.
105
+ class TaskManagerService(object):
106
+ """TaskManagerService provides task orchestration
107
+ and monitoring for the agentic mesh.
108
+ """
109
+
110
+ @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,
139
+ target,
140
+ options=(),
141
+ channel_credentials=None,
142
+ call_credentials=None,
143
+ insecure=False,
144
+ compression=None,
145
+ wait_for_ready=None,
146
+ timeout=None,
147
+ metadata=None):
148
+ return grpc.experimental.unary_unary(
149
+ request,
150
+ 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,
154
+ options,
155
+ channel_credentials,
156
+ insecure,
157
+ call_credentials,
158
+ compression,
159
+ wait_for_ready,
160
+ timeout,
161
+ metadata,
162
+ _registered_method=True)
163
+
164
+ @staticmethod
165
+ def ListHeartbeats(request,
166
+ target,
167
+ options=(),
168
+ channel_credentials=None,
169
+ call_credentials=None,
170
+ insecure=False,
171
+ compression=None,
172
+ wait_for_ready=None,
173
+ timeout=None,
174
+ metadata=None):
175
+ return grpc.experimental.unary_unary(
176
+ request,
177
+ target,
178
+ '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/ListHeartbeats',
179
+ agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsRequest.SerializeToString,
180
+ agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsResponse.FromString,
181
+ options,
182
+ channel_credentials,
183
+ insecure,
184
+ call_credentials,
185
+ compression,
186
+ wait_for_ready,
187
+ timeout,
188
+ metadata,
189
+ _registered_method=True)
190
+
191
+ @staticmethod
192
+ def GetSignals(request,
193
+ target,
194
+ options=(),
195
+ channel_credentials=None,
196
+ call_credentials=None,
197
+ insecure=False,
198
+ compression=None,
199
+ wait_for_ready=None,
200
+ timeout=None,
201
+ metadata=None):
202
+ return grpc.experimental.unary_unary(
203
+ request,
204
+ target,
205
+ '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/GetSignals',
206
+ agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsRequest.SerializeToString,
207
+ agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsResponse.FromString,
208
+ options,
209
+ channel_credentials,
210
+ insecure,
211
+ call_credentials,
212
+ compression,
213
+ wait_for_ready,
214
+ timeout,
215
+ metadata,
216
+ _registered_method=True)
@@ -0,0 +1,4 @@
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
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentic-mesh-protocol
3
- Version: 0.2.2
3
+ Version: 0.2.3.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
@@ -22,12 +22,12 @@ Classifier: Typing :: Typed
22
22
  Requires-Python: >=3.10
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: bump-my-version>=1.2.6
25
+ Requires-Dist: bump-my-version>=1.2.7
26
26
  Requires-Dist: googleapis-common-protos>=1.72.0
27
- Requires-Dist: grpcio-tools>=1.76.0
28
- Requires-Dist: grpcio>=1.76.0
29
- Requires-Dist: protobuf>=6.33.4
30
- Requires-Dist: protovalidate>=1.0.0
27
+ Requires-Dist: grpcio-tools>=1.78.1
28
+ Requires-Dist: grpcio>=1.78.1
29
+ Requires-Dist: protobuf>=6.33.5
30
+ Requires-Dist: protovalidate>=1.1.1
31
31
  Dynamic: license-file
32
32
 
33
33
  # agentic-mesh-protocol
@@ -86,6 +86,17 @@ src/agentic_mesh_protocol/storage/v1/data_pb2_grpc.py
86
86
  src/agentic_mesh_protocol/storage/v1/storage_service_pb2.py
87
87
  src/agentic_mesh_protocol/storage/v1/storage_service_pb2.pyi
88
88
  src/agentic_mesh_protocol/storage/v1/storage_service_pb2_grpc.py
89
+ src/agentic_mesh_protocol/task_manager/__init__.py
90
+ src/agentic_mesh_protocol/task_manager/v1/__init__.py
91
+ src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.py
92
+ src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.pyi
93
+ src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2_grpc.py
94
+ src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.py
95
+ src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.pyi
96
+ src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2_grpc.py
97
+ src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.py
98
+ src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.pyi
99
+ src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2_grpc.py
89
100
  src/agentic_mesh_protocol/user_profile/__init__.py
90
101
  src/agentic_mesh_protocol/user_profile/v1/__init__.py
91
102
  src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.py
@@ -0,0 +1,6 @@
1
+ bump-my-version>=1.2.7
2
+ googleapis-common-protos>=1.72.0
3
+ grpcio-tools>=1.78.1
4
+ grpcio>=1.78.1
5
+ protobuf>=6.33.5
6
+ protovalidate>=1.1.1
File without changes
@@ -0,0 +1,4 @@
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
+
@@ -1,6 +0,0 @@
1
- bump-my-version>=1.2.6
2
- googleapis-common-protos>=1.72.0
3
- grpcio-tools>=1.76.0
4
- grpcio>=1.76.0
5
- protobuf>=6.33.4
6
- protovalidate>=1.0.0