agentic-mesh-protocol 0.2.1.dev5__tar.gz → 0.2.3__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.1.dev5/src/agentic_mesh_protocol.egg-info → agentic_mesh_protocol-0.2.3}/PKG-INFO +7 -7
  2. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/pyproject.toml +11 -11
  3. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/__version__.py +1 -1
  4. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.py +42 -42
  5. agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.py +65 -0
  6. agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2.pyi +49 -0
  7. agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.py +54 -0
  8. agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2.pyi +33 -0
  9. agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.py +38 -0
  10. agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2.pyi +5 -0
  11. agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/task_manager/v1/task_manager_service_pb2_grpc.py +172 -0
  12. agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py +4 -0
  13. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol.egg-info}/PKG-INFO +7 -7
  14. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol.egg-info/SOURCES.txt +11 -0
  15. agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol.egg-info/requires.txt +6 -0
  16. agentic_mesh_protocol-0.2.3/src/buf/__init__.py +0 -0
  17. agentic_mesh_protocol-0.2.3/src/buf/validate/__init__.py +0 -0
  18. agentic_mesh_protocol-0.2.3/src/buf/validate/validate_pb2_grpc.py +4 -0
  19. agentic_mesh_protocol-0.2.1.dev5/src/agentic_mesh_protocol.egg-info/requires.txt +0 -6
  20. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/LICENSE +0 -0
  21. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/README.md +0 -0
  22. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/setup.cfg +0 -0
  23. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/__init__.py +0 -0
  24. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/cost/__init__.py +0 -0
  25. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/cost/v1/__init__.py +0 -0
  26. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/cost/v1/cost_pb2.py +0 -0
  27. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/cost/v1/cost_pb2.pyi +0 -0
  28. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/cost/v1/cost_pb2_grpc.py +0 -0
  29. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.py +0 -0
  30. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.pyi +0 -0
  31. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2_grpc.py +0 -0
  32. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/filesystem/__init__.py +0 -0
  33. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/filesystem/v1/__init__.py +0 -0
  34. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.pyi +0 -0
  35. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2_grpc.py +0 -0
  36. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.py +0 -0
  37. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.pyi +0 -0
  38. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2_grpc.py +0 -0
  39. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/__init__.py +0 -0
  40. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/__init__.py +0 -0
  41. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/information_pb2.py +0 -0
  42. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/information_pb2.pyi +0 -0
  43. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/information_pb2_grpc.py +0 -0
  44. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.py +0 -0
  45. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.pyi +0 -0
  46. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py +0 -0
  47. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +0 -0
  48. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/module_service_pb2.pyi +0 -0
  49. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py +0 -0
  50. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +0 -0
  51. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.pyi +0 -0
  52. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py +0 -0
  53. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/__init__.py +0 -0
  54. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/__init__.py +0 -0
  55. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.py +0 -0
  56. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2.pyi +0 -0
  57. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/discover_pb2_grpc.py +0 -0
  58. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.py +0 -0
  59. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2.pyi +0 -0
  60. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/metadata_pb2_grpc.py +0 -0
  61. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.py +0 -0
  62. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2.pyi +0 -0
  63. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/module_registry_service_pb2_grpc.py +0 -0
  64. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.py +0 -0
  65. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2.pyi +0 -0
  66. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/registration_pb2_grpc.py +0 -0
  67. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/status_pb2.py +0 -0
  68. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/status_pb2.pyi +0 -0
  69. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/module_registry/v1/status_pb2_grpc.py +0 -0
  70. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/py.typed +0 -0
  71. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/__init__.py +0 -0
  72. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/__init__.py +0 -0
  73. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.py +0 -0
  74. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.pyi +0 -0
  75. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2_grpc.py +0 -0
  76. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.py +0 -0
  77. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.pyi +0 -0
  78. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2_grpc.py +0 -0
  79. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +0 -0
  80. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.pyi +0 -0
  81. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2_grpc.py +0 -0
  82. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.py +0 -0
  83. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.pyi +0 -0
  84. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2_grpc.py +0 -0
  85. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/setup/__init__.py +0 -0
  86. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/setup/v1/__init__.py +0 -0
  87. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +0 -0
  88. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/setup/v1/setup_pb2.pyi +0 -0
  89. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/setup/v1/setup_pb2_grpc.py +0 -0
  90. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +0 -0
  91. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.pyi +0 -0
  92. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2_grpc.py +0 -0
  93. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/storage/__init__.py +0 -0
  94. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/storage/v1/__init__.py +0 -0
  95. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/storage/v1/data_pb2.py +0 -0
  96. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/storage/v1/data_pb2.pyi +0 -0
  97. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/storage/v1/data_pb2_grpc.py +0 -0
  98. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.py +0 -0
  99. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.pyi +0 -0
  100. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2_grpc.py +0 -0
  101. {agentic_mesh_protocol-0.2.1.dev5/src/agentic_mesh_protocol/user_profile → agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/task_manager}/__init__.py +0 -0
  102. {agentic_mesh_protocol-0.2.1.dev5/src/agentic_mesh_protocol/user_profile → agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/task_manager}/v1/__init__.py +0 -0
  103. /agentic_mesh_protocol-0.2.1.dev5/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py → /agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/task_manager/v1/task_manager_dto_pb2_grpc.py +0 -0
  104. /agentic_mesh_protocol-0.2.1.dev5/src/buf/validate/validate_pb2_grpc.py → /agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/task_manager/v1/task_manager_message_pb2_grpc.py +0 -0
  105. {agentic_mesh_protocol-0.2.1.dev5/src/buf → agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/user_profile}/__init__.py +0 -0
  106. {agentic_mesh_protocol-0.2.1.dev5/src/buf/validate → agentic_mesh_protocol-0.2.3/src/agentic_mesh_protocol/user_profile/v1}/__init__.py +0 -0
  107. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.py +0 -0
  108. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.pyi +0 -0
  109. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.py +0 -0
  110. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.pyi +0 -0
  111. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +0 -0
  112. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol.egg-info/dependency_links.txt +0 -0
  113. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/agentic_mesh_protocol.egg-info/top_level.txt +0 -0
  114. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/buf/validate/validate_pb2.py +0 -0
  115. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/src/buf/validate/validate_pb2.pyi +0 -0
  116. {agentic_mesh_protocol-0.2.1.dev5 → agentic_mesh_protocol-0.2.3}/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.1.dev5
3
+ Version: 0.2.3
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
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
25
+ Requires-Dist: bump-my-version==1.2.7
26
+ Requires-Dist: googleapis-common-protos==1.72.0
27
+ Requires-Dist: grpcio-tools==1.78.0
28
+ Requires-Dist: grpcio==1.78.0
29
+ Requires-Dist: protobuf==6.33.5
30
+ Requires-Dist: protovalidate==1.1.2
31
31
  Dynamic: license-file
32
32
 
33
33
  # agentic-mesh-protocol
@@ -18,12 +18,12 @@
18
18
  "Typing :: Typed",
19
19
  ]
20
20
  dependencies = [
21
- "bump-my-version>=1.2.6",
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",
21
+ "bump-my-version==1.2.7",
22
+ "googleapis-common-protos==1.72.0",
23
+ "grpcio-tools==1.78.0",
24
+ "grpcio==1.78.0",
25
+ "protobuf==6.33.5",
26
+ "protovalidate==1.1.2",
27
27
  ]
28
28
  description = "Python gRPC interfaces for Agentic Mesh Protocol"
29
29
  keywords = [
@@ -37,7 +37,7 @@
37
37
  name = "agentic-mesh-protocol"
38
38
  readme = "README.md"
39
39
  requires-python = ">=3.10"
40
- version = "0.2.1.dev5"
40
+ version = "0.2.3"
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.1.dev5"
8
+ __version__ = "0.2.3"
@@ -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'\n4agentic_mesh_protocol/filesystem/v1/filesystem.proto\x12#agentic_mesh_protocol.filesystem.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xdd\x04\n\x04\x46ile\x12$\n\x07\x66ile_id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x03\xb0\x01\x01\xc8\x01\x01R\x06\x66ileId\x12;\n\x07\x63ontext\x18\x02 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12\x1e\n\x04name\x18\x03 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x04name\x12W\n\tfile_type\x18\x04 \x01(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x08\x66ileType\x12-\n\x0c\x63ontent_type\x18\x05 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x0b\x63ontentType\x12)\n\nsize_bytes\x18\x06 \x01(\x03\x42\n\xbaH\x07\"\x02(\x00\xc8\x01\x01R\tsizeBytes\x12&\n\x08\x63hecksum\x18\x07 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x08\x63hecksum\x12\x33\n\x08metadata\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12+\n\x0bstorage_uri\x18\t \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\nstorageUri\x12%\n\x08\x66ile_url\x18\n \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x07\x66ileUrl\x12T\n\x06status\x18\x0b \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x06status\x12\x18\n\x07\x63ontent\x18\x0c \x01(\x0cR\x07\x63ontent\"\x97\x06\n\nFileFilter\x12\x14\n\x05names\x18\x01 \x03(\tR\x05names\x12(\n\x08\x66ile_ids\x18\x02 \x03(\tB\r\xbaH\n\x92\x01\x07\"\x05r\x03\xb0\x01\x01R\x07\x66ileIds\x12[\n\nfile_types\x18\x03 \x03(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\r\xbaH\n\x92\x01\x07\"\x05\x82\x01\x02 \x00R\tfileTypes\x12;\n\x07\x63ontext\x18\x04 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12?\n\rcreated_after\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0c\x63reatedAfter\x12\x41\n\x0e\x63reated_before\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rcreatedBefore\x12?\n\rupdated_after\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0cupdatedAfter\x12\x41\n\x0eupdated_before\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rupdatedBefore\x12G\n\x06status\x18\t \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusR\x06status\x12.\n\x13\x63ontent_type_prefix\x18\n \x01(\tR\x11\x63ontentTypePrefix\x12-\n\x0emin_size_bytes\x18\x0b \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x0cminSizeBytes\x12-\n\x0emax_size_bytes\x18\x0c \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x0cmaxSizeBytes\x12-\n\x06prefix\x18\r \x01(\tB\x15\xbaH\x12r\x10\x32\x0e^[^/]*/?[^/]*$R\x06prefix\x12!\n\x0c\x63ontent_type\x18\x0e \x01(\tR\x0b\x63ontentType\"o\n\nFileResult\x12?\n\x04\x66ile\x18\x01 \x01(\x0b\x32).agentic_mesh_protocol.filesystem.v1.FileH\x00R\x04\x66ile\x12\x16\n\x05\x65rror\x18\x02 \x01(\tH\x00R\x05\x65rrorB\x08\n\x06result\"\xd2\x03\n\x0eUploadFileData\x12;\n\x07\x63ontext\x18\x01 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12\x1e\n\x04name\x18\x02 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x04name\x12W\n\tfile_type\x18\x03 \x01(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x08\x66ileType\x12-\n\x0c\x63ontent_type\x18\x04 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x0b\x63ontentType\x12$\n\x07\x63ontent\x18\x05 \x01(\x0c\x42\n\xbaH\x07z\x02\x10\x01\xc8\x01\x01R\x07\x63ontent\x12\x33\n\x08metadata\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12T\n\x06status\x18\x07 \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x06status\x12*\n\x11replace_if_exists\x18\x08 \x01(\x08R\x0freplaceIfExists\"l\n\x12UploadFilesRequest\x12V\n\x05\x66iles\x18\x01 \x03(\x0b\x32\x33.agentic_mesh_protocol.filesystem.v1.UploadFileDataB\x0b\xbaH\x08\x92\x01\x02\x08\x01\xc8\x01\x01R\x05\x66iles\"\xbc\x01\n\x13UploadFilesResponse\x12I\n\x07results\x18\x01 \x03(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileResultR\x07results\x12.\n\x0etotal_uploaded\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\rtotalUploaded\x12*\n\x0ctotal_failed\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0btotalFailed\"\x9c\x01\n\x0eGetFileRequest\x12;\n\x07\x63ontext\x18\x01 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12$\n\x07\x66ile_id\x18\x02 \x01(\tB\x0b\xbaH\x08r\x03\xb0\x01\x01\xc8\x01\x01R\x06\x66ileId\x12\'\n\x0finclude_content\x18\x03 \x01(\x08R\x0eincludeContent\"r\n\x0fGetFileResponse\x12\x45\n\x04\x66ile\x18\x01 \x01(\x0b\x32).agentic_mesh_protocol.filesystem.v1.FileB\x06\xbaH\x03\xc8\x01\x01R\x04\x66ile\x12\x18\n\x07\x63ontent\x18\x02 \x01(\x0cR\x07\x63ontent\"\xc1\x03\n\x11UpdateFileRequest\x12;\n\x07\x63ontext\x18\x01 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12$\n\x07\x66ile_id\x18\x02 \x01(\tB\x0b\xbaH\x08r\x03\xb0\x01\x01\xc8\x01\x01R\x06\x66ileId\x12\"\n\x08new_name\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07newName\x12T\n\tfile_type\x18\x04 \x01(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\x08\xbaH\x05\x82\x01\x02 \x00R\x08\x66ileType\x12*\n\x0c\x63ontent_type\x18\x05 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0b\x63ontentType\x12\x18\n\x07\x63ontent\x18\x06 \x01(\x0cR\x07\x63ontent\x12T\n\x06status\x18\x07 \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x06status\x12\x33\n\x08metadata\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"]\n\x12UpdateFileResponse\x12G\n\x06result\x18\x01 \x01(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileResultR\x06result\"\xaa\x02\n\x0fGetFilesRequest\x12;\n\x07\x63ontext\x18\x01 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12Q\n\x07\x66ilters\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileFilterB\x06\xbaH\x03\xc8\x01\x01R\x07\x66ilters\x12\'\n\tlist_size\x18\x03 \x01(\x05\x42\n\xbaH\x07\x1a\x05\x18\xe8\x07(\x01R\x08listSize\x12\x1f\n\x06offset\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x06offset\x12\x14\n\x05order\x18\x05 \x01(\tR\x05order\x12\'\n\x0finclude_content\x18\x06 \x01(\x08R\x0eincludeContent\"}\n\x10GetFilesResponse\x12?\n\x05\x66iles\x18\x01 \x03(\x0b\x32).agentic_mesh_protocol.filesystem.v1.FileR\x05\x66iles\x12(\n\x0btotal_count\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\ntotalCount\"\xd8\x01\n\x12\x44\x65leteFilesRequest\x12;\n\x07\x63ontext\x18\x01 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12Q\n\x07\x66ilters\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileFilterB\x06\xbaH\x03\xc8\x01\x01R\x07\x66ilters\x12\x14\n\x05\x66orce\x18\x03 \x01(\x08R\x05\x66orce\x12\x1c\n\tpermanent\x18\x04 \x01(\x08R\tpermanent\"\x8c\x02\n\x13\x44\x65leteFilesResponse\x12_\n\x07results\x18\x01 \x03(\x0b\x32\x45.agentic_mesh_protocol.filesystem.v1.DeleteFilesResponse.ResultsEntryR\x07results\x12,\n\rtotal_deleted\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0ctotalDeleted\x12*\n\x0ctotal_failed\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0btotalFailed\x1a:\n\x0cResultsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x08R\x05value:\x02\x38\x01*\xbc\x01\n\x08\x46ileType\x12\x19\n\x15\x46ILE_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x46ILE_TYPE_DOCUMENT\x10\x01\x12\x13\n\x0f\x46ILE_TYPE_IMAGE\x10\x02\x12\x13\n\x0f\x46ILE_TYPE_VIDEO\x10\x03\x12\x13\n\x0f\x46ILE_TYPE_AUDIO\x10\x04\x12\x15\n\x11\x46ILE_TYPE_ARCHIVE\x10\x05\x12\x12\n\x0e\x46ILE_TYPE_CODE\x10\x06\x12\x13\n\x0f\x46ILE_TYPE_OTHER\x10\x07*\xab\x01\n\nFileStatus\x12\x1b\n\x17\x46ILE_STATUS_UNSPECIFIED\x10\x00\x12\x19\n\x15\x46ILE_STATUS_UPLOADING\x10\x01\x12\x16\n\x12\x46ILE_STATUS_ACTIVE\x10\x02\x12\x1a\n\x16\x46ILE_STATUS_PROCESSING\x10\x03\x12\x18\n\x14\x46ILE_STATUS_ARCHIVED\x10\x04\x12\x17\n\x13\x46ILE_STATUS_DELETED\x10\x05\x42\xe0\x01\n\'com.agentic_mesh_protocol.filesystem.v1B\x0f\x46ilesystemProtoP\x01\xa2\x02\x03\x41\x46X\xaa\x02!AgenticMeshProtocol.Filesystem.V1\xca\x02!AgenticMeshProtocol\\Filesystem\\V1\xe2\x02-AgenticMeshProtocol\\Filesystem\\V1\\GPBMetadata\xea\x02#AgenticMeshProtocol::Filesystem::V1b\x06proto3')
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4agentic_mesh_protocol/filesystem/v1/filesystem.proto\x12#agentic_mesh_protocol.filesystem.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xe6\x04\n\x04\x46ile\x12-\n\x07\x66ile_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x32\n^files:.*$\xc8\x01\x01R\x06\x66ileId\x12;\n\x07\x63ontext\x18\x02 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12\x1e\n\x04name\x18\x03 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x04name\x12W\n\tfile_type\x18\x04 \x01(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x08\x66ileType\x12-\n\x0c\x63ontent_type\x18\x05 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x0b\x63ontentType\x12)\n\nsize_bytes\x18\x06 \x01(\x03\x42\n\xbaH\x07\"\x02(\x00\xc8\x01\x01R\tsizeBytes\x12&\n\x08\x63hecksum\x18\x07 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x08\x63hecksum\x12\x33\n\x08metadata\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12+\n\x0bstorage_uri\x18\t \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\nstorageUri\x12%\n\x08\x66ile_url\x18\n \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x07\x66ileUrl\x12T\n\x06status\x18\x0b \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x06status\x12\x18\n\x07\x63ontent\x18\x0c \x01(\x0cR\x07\x63ontent\"\xa8\x06\n\nFileFilter\x12\x14\n\x05names\x18\x01 \x03(\tR\x05names\x12\x31\n\x08\x66ile_ids\x18\x02 \x03(\tB\x16\xbaH\x13\x92\x01\x10\"\x0er\x0c\x32\n^files:.*$R\x07\x66ileIds\x12[\n\nfile_types\x18\x03 \x03(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\r\xbaH\n\x92\x01\x07\"\x05\x82\x01\x02 \x00R\tfileTypes\x12;\n\x07\x63ontext\x18\x04 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12?\n\rcreated_after\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0c\x63reatedAfter\x12\x41\n\x0e\x63reated_before\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rcreatedBefore\x12?\n\rupdated_after\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0cupdatedAfter\x12\x41\n\x0eupdated_before\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rupdatedBefore\x12G\n\x06status\x18\t \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusR\x06status\x12.\n\x13\x63ontent_type_prefix\x18\n \x01(\tR\x11\x63ontentTypePrefix\x12-\n\x0emin_size_bytes\x18\x0b \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x0cminSizeBytes\x12-\n\x0emax_size_bytes\x18\x0c \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x0cmaxSizeBytes\x12\x35\n\x06prefix\x18\r \x01(\tB\x1d\xbaH\x1ar\x18\x32\x16^[^.]*([.][^.]+)*[.]?$R\x06prefix\x12!\n\x0c\x63ontent_type\x18\x0e \x01(\tR\x0b\x63ontentType\"o\n\nFileResult\x12?\n\x04\x66ile\x18\x01 \x01(\x0b\x32).agentic_mesh_protocol.filesystem.v1.FileH\x00R\x04\x66ile\x12\x16\n\x05\x65rror\x18\x02 \x01(\tH\x00R\x05\x65rrorB\x08\n\x06result\"\xf6\x03\n\x0eUploadFileData\x12G\n\x07\x63ontext\x18\x01 \x01(\tB-\xbaH*r%2#(^(missions:|setups:).*$|^default$)\xc8\x01\x01R\x07\x63ontext\x12\x36\n\x04name\x18\x02 \x01(\tB\"\xbaH\x1fr\x1a\x10\x01\x32\x16^[^.]*([.][^.]+)*[.]?$\xc8\x01\x01R\x04name\x12W\n\tfile_type\x18\x03 \x01(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x08\x66ileType\x12-\n\x0c\x63ontent_type\x18\x04 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x0b\x63ontentType\x12$\n\x07\x63ontent\x18\x05 \x01(\x0c\x42\n\xbaH\x07z\x02\x10\x01\xc8\x01\x01R\x07\x63ontent\x12\x33\n\x08metadata\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12T\n\x06status\x18\x07 \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x06status\x12*\n\x11replace_if_exists\x18\x08 \x01(\x08R\x0freplaceIfExists\"l\n\x12UploadFilesRequest\x12V\n\x05\x66iles\x18\x01 \x03(\x0b\x32\x33.agentic_mesh_protocol.filesystem.v1.UploadFileDataB\x0b\xbaH\x08\x92\x01\x02\x08\x01\xc8\x01\x01R\x05\x66iles\"\xbc\x01\n\x13UploadFilesResponse\x12I\n\x07results\x18\x01 \x03(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileResultR\x07results\x12.\n\x0etotal_uploaded\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\rtotalUploaded\x12*\n\x0ctotal_failed\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0btotalFailed\"\xa2\x01\n\x0eGetFileRequest\x12\x38\n\x07\x63ontext\x18\x01 \x01(\tB\x1e\xbaH\x1br\x19\x32\x17^(missions:|setups:).*$R\x07\x63ontext\x12-\n\x07\x66ile_id\x18\x02 \x01(\tB\x14\xbaH\x11r\x0c\x32\n^files:.*$\xc8\x01\x01R\x06\x66ileId\x12\'\n\x0finclude_content\x18\x03 \x01(\x08R\x0eincludeContent\"r\n\x0fGetFileResponse\x12\x45\n\x04\x66ile\x18\x01 \x01(\x0b\x32).agentic_mesh_protocol.filesystem.v1.FileB\x06\xbaH\x03\xc8\x01\x01R\x04\x66ile\x12\x18\n\x07\x63ontent\x18\x02 \x01(\x0cR\x07\x63ontent\"\xca\x03\n\x11UpdateFileRequest\x12;\n\x07\x63ontext\x18\x01 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12-\n\x07\x66ile_id\x18\x02 \x01(\tB\x14\xbaH\x11r\x0c\x32\n^files:.*$\xc8\x01\x01R\x06\x66ileId\x12\"\n\x08new_name\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07newName\x12T\n\tfile_type\x18\x04 \x01(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\x08\xbaH\x05\x82\x01\x02 \x00R\x08\x66ileType\x12*\n\x0c\x63ontent_type\x18\x05 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0b\x63ontentType\x12\x18\n\x07\x63ontent\x18\x06 \x01(\x0cR\x07\x63ontent\x12T\n\x06status\x18\x07 \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x06status\x12\x33\n\x08metadata\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"]\n\x12UpdateFileResponse\x12G\n\x06result\x18\x01 \x01(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileResultR\x06result\"\xaa\x02\n\x0fGetFilesRequest\x12;\n\x07\x63ontext\x18\x01 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12Q\n\x07\x66ilters\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileFilterB\x06\xbaH\x03\xc8\x01\x01R\x07\x66ilters\x12\'\n\tlist_size\x18\x03 \x01(\x05\x42\n\xbaH\x07\x1a\x05\x18\xe8\x07(\x01R\x08listSize\x12\x1f\n\x06offset\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x06offset\x12\x14\n\x05order\x18\x05 \x01(\tR\x05order\x12\'\n\x0finclude_content\x18\x06 \x01(\x08R\x0eincludeContent\"}\n\x10GetFilesResponse\x12?\n\x05\x66iles\x18\x01 \x03(\x0b\x32).agentic_mesh_protocol.filesystem.v1.FileR\x05\x66iles\x12(\n\x0btotal_count\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\ntotalCount\"\xd8\x01\n\x12\x44\x65leteFilesRequest\x12;\n\x07\x63ontext\x18\x01 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12Q\n\x07\x66ilters\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileFilterB\x06\xbaH\x03\xc8\x01\x01R\x07\x66ilters\x12\x14\n\x05\x66orce\x18\x03 \x01(\x08R\x05\x66orce\x12\x1c\n\tpermanent\x18\x04 \x01(\x08R\tpermanent\"\x8c\x02\n\x13\x44\x65leteFilesResponse\x12_\n\x07results\x18\x01 \x03(\x0b\x32\x45.agentic_mesh_protocol.filesystem.v1.DeleteFilesResponse.ResultsEntryR\x07results\x12,\n\rtotal_deleted\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0ctotalDeleted\x12*\n\x0ctotal_failed\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0btotalFailed\x1a:\n\x0cResultsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x08R\x05value:\x02\x38\x01*\xbc\x01\n\x08\x46ileType\x12\x19\n\x15\x46ILE_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x46ILE_TYPE_DOCUMENT\x10\x01\x12\x13\n\x0f\x46ILE_TYPE_IMAGE\x10\x02\x12\x13\n\x0f\x46ILE_TYPE_VIDEO\x10\x03\x12\x13\n\x0f\x46ILE_TYPE_AUDIO\x10\x04\x12\x15\n\x11\x46ILE_TYPE_ARCHIVE\x10\x05\x12\x12\n\x0e\x46ILE_TYPE_CODE\x10\x06\x12\x13\n\x0f\x46ILE_TYPE_OTHER\x10\x07*\xab\x01\n\nFileStatus\x12\x1b\n\x17\x46ILE_STATUS_UNSPECIFIED\x10\x00\x12\x19\n\x15\x46ILE_STATUS_UPLOADING\x10\x01\x12\x16\n\x12\x46ILE_STATUS_ACTIVE\x10\x02\x12\x1a\n\x16\x46ILE_STATUS_PROCESSING\x10\x03\x12\x18\n\x14\x46ILE_STATUS_ARCHIVED\x10\x04\x12\x17\n\x13\x46ILE_STATUS_DELETED\x10\x05\x42\xe0\x01\n\'com.agentic_mesh_protocol.filesystem.v1B\x0f\x46ilesystemProtoP\x01\xa2\x02\x03\x41\x46X\xaa\x02!AgenticMeshProtocol.Filesystem.V1\xca\x02!AgenticMeshProtocol\\Filesystem\\V1\xe2\x02-AgenticMeshProtocol\\Filesystem\\V1\\GPBMetadata\xea\x02#AgenticMeshProtocol::Filesystem::V1b\x06proto3')
31
31
 
32
32
  _globals = globals()
33
33
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -36,7 +36,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
36
36
  _globals['DESCRIPTOR']._loaded_options = None
37
37
  _globals['DESCRIPTOR']._serialized_options = b'\n\'com.agentic_mesh_protocol.filesystem.v1B\017FilesystemProtoP\001\242\002\003AFX\252\002!AgenticMeshProtocol.Filesystem.V1\312\002!AgenticMeshProtocol\\Filesystem\\V1\342\002-AgenticMeshProtocol\\Filesystem\\V1\\GPBMetadata\352\002#AgenticMeshProtocol::Filesystem::V1'
38
38
  _globals['_FILE'].fields_by_name['file_id']._loaded_options = None
39
- _globals['_FILE'].fields_by_name['file_id']._serialized_options = b'\272H\010r\003\260\001\001\310\001\001'
39
+ _globals['_FILE'].fields_by_name['file_id']._serialized_options = b'\272H\021r\0142\n^files:.*$\310\001\001'
40
40
  _globals['_FILE'].fields_by_name['context']._loaded_options = None
41
41
  _globals['_FILE'].fields_by_name['context']._serialized_options = b'\272H\036r\0312\027^(missions:|setups:).*$\310\001\001'
42
42
  _globals['_FILE'].fields_by_name['name']._loaded_options = None
@@ -56,7 +56,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
56
56
  _globals['_FILE'].fields_by_name['status']._loaded_options = None
57
57
  _globals['_FILE'].fields_by_name['status']._serialized_options = b'\272H\010\202\001\002 \000\310\001\001'
58
58
  _globals['_FILEFILTER'].fields_by_name['file_ids']._loaded_options = None
59
- _globals['_FILEFILTER'].fields_by_name['file_ids']._serialized_options = b'\272H\n\222\001\007\"\005r\003\260\001\001'
59
+ _globals['_FILEFILTER'].fields_by_name['file_ids']._serialized_options = b'\272H\023\222\001\020\"\016r\0142\n^files:.*$'
60
60
  _globals['_FILEFILTER'].fields_by_name['file_types']._loaded_options = None
61
61
  _globals['_FILEFILTER'].fields_by_name['file_types']._serialized_options = b'\272H\n\222\001\007\"\005\202\001\002 \000'
62
62
  _globals['_FILEFILTER'].fields_by_name['context']._loaded_options = None
@@ -66,11 +66,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
66
66
  _globals['_FILEFILTER'].fields_by_name['max_size_bytes']._loaded_options = None
67
67
  _globals['_FILEFILTER'].fields_by_name['max_size_bytes']._serialized_options = b'\272H\004\"\002(\000'
68
68
  _globals['_FILEFILTER'].fields_by_name['prefix']._loaded_options = None
69
- _globals['_FILEFILTER'].fields_by_name['prefix']._serialized_options = b'\272H\022r\0202\016^[^/]*/?[^/]*$'
69
+ _globals['_FILEFILTER'].fields_by_name['prefix']._serialized_options = b'\272H\032r\0302\026^[^.]*([.][^.]+)*[.]?$'
70
70
  _globals['_UPLOADFILEDATA'].fields_by_name['context']._loaded_options = None
71
- _globals['_UPLOADFILEDATA'].fields_by_name['context']._serialized_options = b'\272H\036r\0312\027^(missions:|setups:).*$\310\001\001'
71
+ _globals['_UPLOADFILEDATA'].fields_by_name['context']._serialized_options = b'\272H*r%2#(^(missions:|setups:).*$|^default$)\310\001\001'
72
72
  _globals['_UPLOADFILEDATA'].fields_by_name['name']._loaded_options = None
73
- _globals['_UPLOADFILEDATA'].fields_by_name['name']._serialized_options = b'\272H\007r\002\020\001\310\001\001'
73
+ _globals['_UPLOADFILEDATA'].fields_by_name['name']._serialized_options = b'\272H\037r\032\020\0012\026^[^.]*([.][^.]+)*[.]?$\310\001\001'
74
74
  _globals['_UPLOADFILEDATA'].fields_by_name['file_type']._loaded_options = None
75
75
  _globals['_UPLOADFILEDATA'].fields_by_name['file_type']._serialized_options = b'\272H\010\202\001\002 \000\310\001\001'
76
76
  _globals['_UPLOADFILEDATA'].fields_by_name['content_type']._loaded_options = None
@@ -86,15 +86,15 @@ if not _descriptor._USE_C_DESCRIPTORS:
86
86
  _globals['_UPLOADFILESRESPONSE'].fields_by_name['total_failed']._loaded_options = None
87
87
  _globals['_UPLOADFILESRESPONSE'].fields_by_name['total_failed']._serialized_options = b'\272H\004\032\002(\000'
88
88
  _globals['_GETFILEREQUEST'].fields_by_name['context']._loaded_options = None
89
- _globals['_GETFILEREQUEST'].fields_by_name['context']._serialized_options = b'\272H\036r\0312\027^(missions:|setups:).*$\310\001\001'
89
+ _globals['_GETFILEREQUEST'].fields_by_name['context']._serialized_options = b'\272H\033r\0312\027^(missions:|setups:).*$'
90
90
  _globals['_GETFILEREQUEST'].fields_by_name['file_id']._loaded_options = None
91
- _globals['_GETFILEREQUEST'].fields_by_name['file_id']._serialized_options = b'\272H\010r\003\260\001\001\310\001\001'
91
+ _globals['_GETFILEREQUEST'].fields_by_name['file_id']._serialized_options = b'\272H\021r\0142\n^files:.*$\310\001\001'
92
92
  _globals['_GETFILERESPONSE'].fields_by_name['file']._loaded_options = None
93
93
  _globals['_GETFILERESPONSE'].fields_by_name['file']._serialized_options = b'\272H\003\310\001\001'
94
94
  _globals['_UPDATEFILEREQUEST'].fields_by_name['context']._loaded_options = None
95
95
  _globals['_UPDATEFILEREQUEST'].fields_by_name['context']._serialized_options = b'\272H\036r\0312\027^(missions:|setups:).*$\310\001\001'
96
96
  _globals['_UPDATEFILEREQUEST'].fields_by_name['file_id']._loaded_options = None
97
- _globals['_UPDATEFILEREQUEST'].fields_by_name['file_id']._serialized_options = b'\272H\010r\003\260\001\001\310\001\001'
97
+ _globals['_UPDATEFILEREQUEST'].fields_by_name['file_id']._serialized_options = b'\272H\021r\0142\n^files:.*$\310\001\001'
98
98
  _globals['_UPDATEFILEREQUEST'].fields_by_name['new_name']._loaded_options = None
99
99
  _globals['_UPDATEFILEREQUEST'].fields_by_name['new_name']._serialized_options = b'\272H\004r\002\020\001'
100
100
  _globals['_UPDATEFILEREQUEST'].fields_by_name['file_type']._loaded_options = None
@@ -123,38 +123,38 @@ if not _descriptor._USE_C_DESCRIPTORS:
123
123
  _globals['_DELETEFILESRESPONSE'].fields_by_name['total_deleted']._serialized_options = b'\272H\004\032\002(\000'
124
124
  _globals['_DELETEFILESRESPONSE'].fields_by_name['total_failed']._loaded_options = None
125
125
  _globals['_DELETEFILESRESPONSE'].fields_by_name['total_failed']._serialized_options = b'\272H\004\032\002(\000'
126
- _globals['_FILETYPE']._serialized_start=4211
127
- _globals['_FILETYPE']._serialized_end=4399
128
- _globals['_FILESTATUS']._serialized_start=4402
129
- _globals['_FILESTATUS']._serialized_end=4573
126
+ _globals['_FILETYPE']._serialized_start=4288
127
+ _globals['_FILETYPE']._serialized_end=4476
128
+ _globals['_FILESTATUS']._serialized_start=4479
129
+ _globals['_FILESTATUS']._serialized_end=4650
130
130
  _globals['_FILE']._serialized_start=186
131
- _globals['_FILE']._serialized_end=791
132
- _globals['_FILEFILTER']._serialized_start=794
133
- _globals['_FILEFILTER']._serialized_end=1585
134
- _globals['_FILERESULT']._serialized_start=1587
135
- _globals['_FILERESULT']._serialized_end=1698
136
- _globals['_UPLOADFILEDATA']._serialized_start=1701
137
- _globals['_UPLOADFILEDATA']._serialized_end=2167
138
- _globals['_UPLOADFILESREQUEST']._serialized_start=2169
139
- _globals['_UPLOADFILESREQUEST']._serialized_end=2277
140
- _globals['_UPLOADFILESRESPONSE']._serialized_start=2280
141
- _globals['_UPLOADFILESRESPONSE']._serialized_end=2468
142
- _globals['_GETFILEREQUEST']._serialized_start=2471
143
- _globals['_GETFILEREQUEST']._serialized_end=2627
144
- _globals['_GETFILERESPONSE']._serialized_start=2629
145
- _globals['_GETFILERESPONSE']._serialized_end=2743
146
- _globals['_UPDATEFILEREQUEST']._serialized_start=2746
147
- _globals['_UPDATEFILEREQUEST']._serialized_end=3195
148
- _globals['_UPDATEFILERESPONSE']._serialized_start=3197
149
- _globals['_UPDATEFILERESPONSE']._serialized_end=3290
150
- _globals['_GETFILESREQUEST']._serialized_start=3293
151
- _globals['_GETFILESREQUEST']._serialized_end=3591
152
- _globals['_GETFILESRESPONSE']._serialized_start=3593
153
- _globals['_GETFILESRESPONSE']._serialized_end=3718
154
- _globals['_DELETEFILESREQUEST']._serialized_start=3721
155
- _globals['_DELETEFILESREQUEST']._serialized_end=3937
156
- _globals['_DELETEFILESRESPONSE']._serialized_start=3940
157
- _globals['_DELETEFILESRESPONSE']._serialized_end=4208
158
- _globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_start=4150
159
- _globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_end=4208
131
+ _globals['_FILE']._serialized_end=800
132
+ _globals['_FILEFILTER']._serialized_start=803
133
+ _globals['_FILEFILTER']._serialized_end=1611
134
+ _globals['_FILERESULT']._serialized_start=1613
135
+ _globals['_FILERESULT']._serialized_end=1724
136
+ _globals['_UPLOADFILEDATA']._serialized_start=1727
137
+ _globals['_UPLOADFILEDATA']._serialized_end=2229
138
+ _globals['_UPLOADFILESREQUEST']._serialized_start=2231
139
+ _globals['_UPLOADFILESREQUEST']._serialized_end=2339
140
+ _globals['_UPLOADFILESRESPONSE']._serialized_start=2342
141
+ _globals['_UPLOADFILESRESPONSE']._serialized_end=2530
142
+ _globals['_GETFILEREQUEST']._serialized_start=2533
143
+ _globals['_GETFILEREQUEST']._serialized_end=2695
144
+ _globals['_GETFILERESPONSE']._serialized_start=2697
145
+ _globals['_GETFILERESPONSE']._serialized_end=2811
146
+ _globals['_UPDATEFILEREQUEST']._serialized_start=2814
147
+ _globals['_UPDATEFILEREQUEST']._serialized_end=3272
148
+ _globals['_UPDATEFILERESPONSE']._serialized_start=3274
149
+ _globals['_UPDATEFILERESPONSE']._serialized_end=3367
150
+ _globals['_GETFILESREQUEST']._serialized_start=3370
151
+ _globals['_GETFILESREQUEST']._serialized_end=3668
152
+ _globals['_GETFILESRESPONSE']._serialized_start=3670
153
+ _globals['_GETFILESRESPONSE']._serialized_end=3795
154
+ _globals['_DELETEFILESREQUEST']._serialized_start=3798
155
+ _globals['_DELETEFILESREQUEST']._serialized_end=4014
156
+ _globals['_DELETEFILESRESPONSE']._serialized_start=4017
157
+ _globals['_DELETEFILESRESPONSE']._serialized_end=4285
158
+ _globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_start=4227
159
+ _globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_end=4285
160
160
  # @@protoc_insertion_point(module_scope)
@@ -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\";\n\x11GetSignalsRequest\x12&\n\x08task_ids\x18\x01 \x03(\tB\x0b\xbaH\x08\x92\x01\x02\x08\x01\xc8\x01\x01R\x07taskIds\"_\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_ids']._loaded_options = None
50
+ _globals['_GETSIGNALSREQUEST'].fields_by_name['task_ids']._serialized_options = b'\272H\010\222\001\002\010\001\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=729
62
+ _globals['_GETSIGNALSREQUEST']._serialized_end=788
63
+ _globals['_GETSIGNALSRESPONSE']._serialized_start=790
64
+ _globals['_GETSIGNALSRESPONSE']._serialized_end=885
65
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,49 @@
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 SendSignalsRequest(_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 SendSignalsResponse(_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 ListHeartbeatsRequest(_message.Message):
26
+ __slots__ = ()
27
+ TASK_IDS_FIELD_NUMBER: _ClassVar[int]
28
+ task_ids: _containers.RepeatedScalarFieldContainer[str]
29
+ def __init__(self, task_ids: _Optional[_Iterable[str]] = ...) -> None: ...
30
+
31
+ class ListHeartbeatsResponse(_message.Message):
32
+ __slots__ = ()
33
+ TOTAL_COUNT_FIELD_NUMBER: _ClassVar[int]
34
+ TASKS_FIELD_NUMBER: _ClassVar[int]
35
+ total_count: int
36
+ tasks: _containers.RepeatedCompositeFieldContainer[_task_manager_message_pb2.Task]
37
+ def __init__(self, total_count: _Optional[int] = ..., tasks: _Optional[_Iterable[_Union[_task_manager_message_pb2.Task, _Mapping]]] = ...) -> None: ...
38
+
39
+ class GetSignalsRequest(_message.Message):
40
+ __slots__ = ()
41
+ TASK_IDS_FIELD_NUMBER: _ClassVar[int]
42
+ task_ids: _containers.RepeatedScalarFieldContainer[str]
43
+ def __init__(self, task_ids: _Optional[_Iterable[str]] = ...) -> None: ...
44
+
45
+ class GetSignalsResponse(_message.Message):
46
+ __slots__ = ()
47
+ TASKS_FIELD_NUMBER: _ClassVar[int]
48
+ tasks: _containers.RepeatedCompositeFieldContainer[_task_manager_message_pb2.Task]
49
+ def __init__(self, tasks: _Optional[_Iterable[_Union[_task_manager_message_pb2.Task, _Mapping]]] = ...) -> None: ...
@@ -0,0 +1,54 @@
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\"\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
+
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['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
54
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,33 @@
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 Task(_message.Message):
14
+ __slots__ = ()
15
+ TASK_ID_FIELD_NUMBER: _ClassVar[int]
16
+ MISSION_ID_FIELD_NUMBER: _ClassVar[int]
17
+ SETUP_ID_FIELD_NUMBER: _ClassVar[int]
18
+ SETUP_VERSION_ID_FIELD_NUMBER: _ClassVar[int]
19
+ ACTION_FIELD_NUMBER: _ClassVar[int]
20
+ CANCELLATION_REASON_FIELD_NUMBER: _ClassVar[int]
21
+ CREATED_AT_FIELD_NUMBER: _ClassVar[int]
22
+ HEARTBEAT_AT_FIELD_NUMBER: _ClassVar[int]
23
+ PAYLOAD_FIELD_NUMBER: _ClassVar[int]
24
+ task_id: str
25
+ mission_id: str
26
+ setup_id: str
27
+ setup_version_id: str
28
+ action: str
29
+ cancellation_reason: str
30
+ created_at: _timestamp_pb2.Timestamp
31
+ heartbeat_at: _timestamp_pb2.Timestamp
32
+ payload: _struct_pb2.Struct
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: ...
@@ -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\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
+
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=601
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,172 @@
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.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,
23
+ _registered_method=True)
24
+ self.ListHeartbeats = channel.unary_unary(
25
+ '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/ListHeartbeats',
26
+ request_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsRequest.SerializeToString,
27
+ response_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsResponse.FromString,
28
+ _registered_method=True)
29
+ self.GetSignals = channel.unary_unary(
30
+ '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/GetSignals',
31
+ request_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsRequest.SerializeToString,
32
+ response_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsResponse.FromString,
33
+ _registered_method=True)
34
+
35
+
36
+ class TaskManagerServiceServicer(object):
37
+ """TaskManagerService provides task orchestration
38
+ and monitoring for the agentic mesh.
39
+ """
40
+
41
+ def SendSignals(self, request, context):
42
+ """SendSignals sends signals to tasks (create, stop, etc.).
43
+ """
44
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
45
+ context.set_details('Method not implemented!')
46
+ raise NotImplementedError('Method not implemented!')
47
+
48
+ def ListHeartbeats(self, request, context):
49
+ """ListHeartbeats retrieves heartbeats for a task.
50
+ """
51
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
52
+ context.set_details('Method not implemented!')
53
+ raise NotImplementedError('Method not implemented!')
54
+
55
+ def GetSignals(self, request, context):
56
+ """GetSignals retrieves pending signals for a task.
57
+ """
58
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
59
+ context.set_details('Method not implemented!')
60
+ raise NotImplementedError('Method not implemented!')
61
+
62
+
63
+ def add_TaskManagerServiceServicer_to_server(servicer, server):
64
+ rpc_method_handlers = {
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,
69
+ ),
70
+ 'ListHeartbeats': grpc.unary_unary_rpc_method_handler(
71
+ servicer.ListHeartbeats,
72
+ request_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsRequest.FromString,
73
+ response_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsResponse.SerializeToString,
74
+ ),
75
+ 'GetSignals': grpc.unary_unary_rpc_method_handler(
76
+ servicer.GetSignals,
77
+ request_deserializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsRequest.FromString,
78
+ response_serializer=agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsResponse.SerializeToString,
79
+ ),
80
+ }
81
+ generic_handler = grpc.method_handlers_generic_handler(
82
+ 'agentic_mesh_protocol.task_manager.v1.TaskManagerService', rpc_method_handlers)
83
+ server.add_generic_rpc_handlers((generic_handler,))
84
+ server.add_registered_method_handlers('agentic_mesh_protocol.task_manager.v1.TaskManagerService', rpc_method_handlers)
85
+
86
+
87
+ # This class is part of an EXPERIMENTAL API.
88
+ class TaskManagerService(object):
89
+ """TaskManagerService provides task orchestration
90
+ and monitoring for the agentic mesh.
91
+ """
92
+
93
+ @staticmethod
94
+ def SendSignals(request,
95
+ target,
96
+ options=(),
97
+ channel_credentials=None,
98
+ call_credentials=None,
99
+ insecure=False,
100
+ compression=None,
101
+ wait_for_ready=None,
102
+ timeout=None,
103
+ metadata=None):
104
+ return grpc.experimental.unary_unary(
105
+ request,
106
+ target,
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,
110
+ options,
111
+ channel_credentials,
112
+ insecure,
113
+ call_credentials,
114
+ compression,
115
+ wait_for_ready,
116
+ timeout,
117
+ metadata,
118
+ _registered_method=True)
119
+
120
+ @staticmethod
121
+ def ListHeartbeats(request,
122
+ target,
123
+ options=(),
124
+ channel_credentials=None,
125
+ call_credentials=None,
126
+ insecure=False,
127
+ compression=None,
128
+ wait_for_ready=None,
129
+ timeout=None,
130
+ metadata=None):
131
+ return grpc.experimental.unary_unary(
132
+ request,
133
+ target,
134
+ '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/ListHeartbeats',
135
+ agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsRequest.SerializeToString,
136
+ agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.ListHeartbeatsResponse.FromString,
137
+ options,
138
+ channel_credentials,
139
+ insecure,
140
+ call_credentials,
141
+ compression,
142
+ wait_for_ready,
143
+ timeout,
144
+ metadata,
145
+ _registered_method=True)
146
+
147
+ @staticmethod
148
+ def GetSignals(request,
149
+ target,
150
+ options=(),
151
+ channel_credentials=None,
152
+ call_credentials=None,
153
+ insecure=False,
154
+ compression=None,
155
+ wait_for_ready=None,
156
+ timeout=None,
157
+ metadata=None):
158
+ return grpc.experimental.unary_unary(
159
+ request,
160
+ target,
161
+ '/agentic_mesh_protocol.task_manager.v1.TaskManagerService/GetSignals',
162
+ agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsRequest.SerializeToString,
163
+ agentic__mesh__protocol_dot_task__manager_dot_v1_dot_task__manager__dto__pb2.GetSignalsResponse.FromString,
164
+ options,
165
+ channel_credentials,
166
+ insecure,
167
+ call_credentials,
168
+ compression,
169
+ wait_for_ready,
170
+ timeout,
171
+ metadata,
172
+ _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.1.dev5
3
+ Version: 0.2.3
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
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
25
+ Requires-Dist: bump-my-version==1.2.7
26
+ Requires-Dist: googleapis-common-protos==1.72.0
27
+ Requires-Dist: grpcio-tools==1.78.0
28
+ Requires-Dist: grpcio==1.78.0
29
+ Requires-Dist: protobuf==6.33.5
30
+ Requires-Dist: protovalidate==1.1.2
31
31
  Dynamic: license-file
32
32
 
33
33
  # agentic-mesh-protocol
@@ -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.0
4
+ grpcio==1.78.0
5
+ protobuf==6.33.5
6
+ protovalidate==1.1.2
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