agentic-mesh-protocol 1.0.0.dev2__tar.gz → 1.0.1.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 (102) hide show
  1. {agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol.egg-info → agentic_mesh_protocol-1.0.1.dev1}/PKG-INFO +5 -5
  2. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/pyproject.toml +8 -8
  3. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/__version__.py +1 -1
  4. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.py +34 -34
  5. agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.py +71 -0
  6. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.pyi +14 -0
  7. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.py +2 -2
  8. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2_grpc.py +58 -9
  9. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/information_pb2.py +27 -19
  10. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/information_pb2.pyi +16 -0
  11. agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +39 -0
  12. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py +44 -0
  13. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.py +5 -3
  14. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.pyi +13 -2
  15. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.py +21 -9
  16. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.pyi +59 -4
  17. agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +106 -0
  18. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.pyi +45 -27
  19. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.py +2 -2
  20. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2_grpc.py +30 -28
  21. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2.py +42 -42
  22. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2.pyi +21 -21
  23. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.py +34 -2
  24. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.pyi +65 -1
  25. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.py +2 -2
  26. agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +215 -0
  27. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol.egg-info}/PKG-INFO +5 -5
  28. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol.egg-info/SOURCES.txt +2 -0
  29. agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol.egg-info/requires.txt +6 -0
  30. agentic_mesh_protocol-1.0.1.dev1/src/buf/__init__.py +0 -0
  31. agentic_mesh_protocol-1.0.1.dev1/src/buf/validate/__init__.py +0 -0
  32. agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.py +0 -65
  33. agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +0 -39
  34. agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +0 -106
  35. agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +0 -81
  36. agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol.egg-info/requires.txt +0 -6
  37. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/LICENSE +0 -0
  38. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/README.md +0 -0
  39. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/setup.cfg +0 -0
  40. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/__init__.py +0 -0
  41. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/cost/__init__.py +0 -0
  42. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/cost/v1/__init__.py +0 -0
  43. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2.py +0 -0
  44. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2.pyi +0 -0
  45. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/cost/v1/cost_pb2_grpc.py +0 -0
  46. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.py +0 -0
  47. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.pyi +0 -0
  48. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2_grpc.py +0 -0
  49. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/filesystem/__init__.py +0 -0
  50. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/filesystem/v1/__init__.py +0 -0
  51. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.pyi +0 -0
  52. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2_grpc.py +0 -0
  53. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.py +0 -0
  54. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.pyi +0 -0
  55. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2_grpc.py +0 -0
  56. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/gateway/__init__.py +0 -0
  57. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/gateway/v1/__init__.py +0 -0
  58. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/gateway/v1/gateway_pb2_grpc.py +0 -0
  59. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.pyi +0 -0
  60. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/__init__.py +0 -0
  61. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/__init__.py +0 -0
  62. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/information_pb2_grpc.py +0 -0
  63. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.py +0 -0
  64. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.pyi +0 -0
  65. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py +0 -0
  66. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/module_service_pb2.pyi +0 -0
  67. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +0 -0
  68. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.pyi +0 -0
  69. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py +0 -0
  70. {agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/registry → agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/pagination}/__init__.py +0 -0
  71. {agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/registry → agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/pagination}/v1/__init__.py +0 -0
  72. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/py.typed +0 -0
  73. {agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/setup → agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/registry}/__init__.py +0 -0
  74. {agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/setup → agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/registry}/v1/__init__.py +0 -0
  75. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2_grpc.py +0 -0
  76. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2_grpc.py +0 -0
  77. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2_grpc.py +0 -0
  78. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.pyi +0 -0
  79. {agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/storage → agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/setup}/__init__.py +0 -0
  80. {agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/storage → agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/setup}/v1/__init__.py +0 -0
  81. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +0 -0
  82. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2.pyi +0 -0
  83. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/setup/v1/setup_pb2_grpc.py +0 -0
  84. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +0 -0
  85. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.pyi +0 -0
  86. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2_grpc.py +0 -0
  87. {agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/user_profile → agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/storage}/__init__.py +0 -0
  88. {agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/user_profile → agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/storage}/v1/__init__.py +0 -0
  89. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/storage/v1/data_pb2_grpc.py +0 -0
  90. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.py +0 -0
  91. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.pyi +0 -0
  92. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2_grpc.py +0 -0
  93. {agentic_mesh_protocol-1.0.0.dev2/src/buf → agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/user_profile}/__init__.py +0 -0
  94. {agentic_mesh_protocol-1.0.0.dev2/src/buf/validate → agentic_mesh_protocol-1.0.1.dev1/src/agentic_mesh_protocol/user_profile/v1}/__init__.py +0 -0
  95. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py +0 -0
  96. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.pyi +0 -0
  97. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol.egg-info/dependency_links.txt +0 -0
  98. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/agentic_mesh_protocol.egg-info/top_level.txt +0 -0
  99. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/buf/validate/validate_pb2.py +0 -0
  100. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/buf/validate/validate_pb2.pyi +0 -0
  101. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.dev1}/src/buf/validate/validate_pb2_grpc.py +0 -0
  102. {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1.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: 1.0.0.dev2
3
+ Version: 1.0.1.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
@@ -23,11 +23,11 @@ Classifier: Typing :: Typed
23
23
  Requires-Python: >=3.10
24
24
  Description-Content-Type: text/markdown
25
25
  License-File: LICENSE
26
- Requires-Dist: bump-my-version==1.3.0
26
+ Requires-Dist: bump-my-version>=1.4.1
27
27
  Requires-Dist: googleapis-common-protos==1.75.0
28
- Requires-Dist: grpcio-tools==1.80.0
29
- Requires-Dist: grpcio==1.80.0
30
- Requires-Dist: protobuf==6.33.6
28
+ Requires-Dist: grpcio-tools==1.82.1
29
+ Requires-Dist: grpcio==1.82.1
30
+ Requires-Dist: protobuf==7.35.1
31
31
  Requires-Dist: protovalidate==1.2.0
32
32
  Dynamic: license-file
33
33
 
@@ -19,11 +19,11 @@
19
19
  "Typing :: Typed",
20
20
  ]
21
21
  dependencies = [
22
- "bump-my-version==1.3.0",
22
+ "bump-my-version>=1.4.1",
23
23
  "googleapis-common-protos==1.75.0",
24
- "grpcio-tools==1.80.0",
25
- "grpcio==1.80.0",
26
- "protobuf==6.33.6",
24
+ "grpcio-tools==1.82.1",
25
+ "grpcio==1.82.1",
26
+ "protobuf==7.35.1",
27
27
  "protovalidate==1.2.0",
28
28
  ]
29
29
  description = "Python gRPC interfaces for Agentic Mesh Protocol"
@@ -38,7 +38,7 @@
38
38
  name = "agentic-mesh-protocol"
39
39
  readme = "README.md"
40
40
  requires-python = ">=3.10"
41
- version = "1.0.0.dev2"
41
+ version = "1.0.1.dev1"
42
42
 
43
43
  [project.urls]
44
44
  "Bug Tracker" = "https://github.com/DigitalKin-ai/service-apis-py/issues"
@@ -53,10 +53,10 @@
53
53
  dev = [
54
54
  "build>=1.5.0",
55
55
  "bump-my-version>=1.2.4",
56
- "mypy>=2.0.0",
56
+ "mypy>=2.3.0",
57
57
  "pre-commit>=4.6.0",
58
- "pytest>=9.0.3",
59
- "ruff>=0.15.12",
58
+ "pytest>=9.1.1",
59
+ "ruff>=0.15.22",
60
60
  "twine>=6.2.0",
61
61
  ]
62
62
 
@@ -5,4 +5,4 @@ from importlib.metadata import PackageNotFoundError, version
5
5
  try:
6
6
  __version__ = version("agentic-mesh-protocol")
7
7
  except PackageNotFoundError:
8
- __version__ = "1.0.0.dev2"
8
+ __version__ = "1.0.1.dev1"
@@ -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\"\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')
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\"\xbe\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\x12Q\n\x07\x63ontext\x18\x04 \x01(\tB7\xbaH4r/2-^(missions:|setups:|users:|organizations:).*$\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\"\xc0\x02\n\x0fGetFilesRequest\x12Q\n\x07\x63ontext\x18\x01 \x01(\tB7\xbaH4r/2-^(missions:|setups:|users:|organizations:).*$\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)
@@ -60,7 +60,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
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
63
- _globals['_FILEFILTER'].fields_by_name['context']._serialized_options = b'\272H\036r\0312\027^(missions:|setups:).*$\310\001\001'
63
+ _globals['_FILEFILTER'].fields_by_name['context']._serialized_options = b'\272H4r/2-^(missions:|setups:|users:|organizations:).*$\310\001\001'
64
64
  _globals['_FILEFILTER'].fields_by_name['min_size_bytes']._loaded_options = None
65
65
  _globals['_FILEFILTER'].fields_by_name['min_size_bytes']._serialized_options = b'\272H\004\"\002(\000'
66
66
  _globals['_FILEFILTER'].fields_by_name['max_size_bytes']._loaded_options = None
@@ -104,7 +104,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
104
104
  _globals['_UPDATEFILEREQUEST'].fields_by_name['status']._loaded_options = None
105
105
  _globals['_UPDATEFILEREQUEST'].fields_by_name['status']._serialized_options = b'\272H\010\202\001\002 \000\310\001\001'
106
106
  _globals['_GETFILESREQUEST'].fields_by_name['context']._loaded_options = None
107
- _globals['_GETFILESREQUEST'].fields_by_name['context']._serialized_options = b'\272H\036r\0312\027^(missions:|setups:).*$\310\001\001'
107
+ _globals['_GETFILESREQUEST'].fields_by_name['context']._serialized_options = b'\272H4r/2-^(missions:|setups:|users:|organizations:).*$\310\001\001'
108
108
  _globals['_GETFILESREQUEST'].fields_by_name['filters']._loaded_options = None
109
109
  _globals['_GETFILESREQUEST'].fields_by_name['filters']._serialized_options = b'\272H\003\310\001\001'
110
110
  _globals['_GETFILESREQUEST'].fields_by_name['list_size']._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=4288
127
- _globals['_FILETYPE']._serialized_end=4476
128
- _globals['_FILESTATUS']._serialized_start=4479
129
- _globals['_FILESTATUS']._serialized_end=4650
126
+ _globals['_FILETYPE']._serialized_start=4332
127
+ _globals['_FILETYPE']._serialized_end=4520
128
+ _globals['_FILESTATUS']._serialized_start=4523
129
+ _globals['_FILESTATUS']._serialized_end=4694
130
130
  _globals['_FILE']._serialized_start=186
131
131
  _globals['_FILE']._serialized_end=800
132
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
133
+ _globals['_FILEFILTER']._serialized_end=1633
134
+ _globals['_FILERESULT']._serialized_start=1635
135
+ _globals['_FILERESULT']._serialized_end=1746
136
+ _globals['_UPLOADFILEDATA']._serialized_start=1749
137
+ _globals['_UPLOADFILEDATA']._serialized_end=2251
138
+ _globals['_UPLOADFILESREQUEST']._serialized_start=2253
139
+ _globals['_UPLOADFILESREQUEST']._serialized_end=2361
140
+ _globals['_UPLOADFILESRESPONSE']._serialized_start=2364
141
+ _globals['_UPLOADFILESRESPONSE']._serialized_end=2552
142
+ _globals['_GETFILEREQUEST']._serialized_start=2555
143
+ _globals['_GETFILEREQUEST']._serialized_end=2717
144
+ _globals['_GETFILERESPONSE']._serialized_start=2719
145
+ _globals['_GETFILERESPONSE']._serialized_end=2833
146
+ _globals['_UPDATEFILEREQUEST']._serialized_start=2836
147
+ _globals['_UPDATEFILEREQUEST']._serialized_end=3294
148
+ _globals['_UPDATEFILERESPONSE']._serialized_start=3296
149
+ _globals['_UPDATEFILERESPONSE']._serialized_end=3389
150
+ _globals['_GETFILESREQUEST']._serialized_start=3392
151
+ _globals['_GETFILESREQUEST']._serialized_end=3712
152
+ _globals['_GETFILESRESPONSE']._serialized_start=3714
153
+ _globals['_GETFILESRESPONSE']._serialized_end=3839
154
+ _globals['_DELETEFILESREQUEST']._serialized_start=3842
155
+ _globals['_DELETEFILESREQUEST']._serialized_end=4058
156
+ _globals['_DELETEFILESRESPONSE']._serialized_start=4061
157
+ _globals['_DELETEFILESRESPONSE']._serialized_end=4329
158
+ _globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_start=4271
159
+ _globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_end=4329
160
160
  # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,71 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: agentic_mesh_protocol/gateway/v1/gateway.proto
5
+ # Protobuf Python Version: 6.33.0
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 33,
16
+ 0,
17
+ '',
18
+ 'agentic_mesh_protocol/gateway/v1/gateway.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
+ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.agentic_mesh_protocol/gateway/v1/gateway.proto\x12 agentic_mesh_protocol.gateway.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\"D\n\x14\x41ssociateTaskRequest\x12,\n\x0eparent_task_id\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x0cparentTaskId\"V\n\x15\x41ssociateTaskResponse\x12\x17\n\x07task_id\x18\x01 \x01(\tR\x06taskId\x12$\n\x0eparent_task_id\x18\x02 \x01(\tR\x0cparentTaskId\"\x9b\x01\n\x12StartStreamRequest\x12\x1f\n\x07task_id\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x06taskId\x12.\n\x08setup_id\x18\x02 \x01(\tB\x13\xbaH\x10r\x0b\x10\x01:\x07setups:\xc8\x01\x01R\x07setupId\x12\x34\n\nmission_id\x18\x03 \x01(\tB\x15\xbaH\x12r\r\x10\x01:\tmissions:\xc8\x01\x01R\tmissionId\"J\n\x13StartStreamResponse\x12\x1a\n\x08\x61\x63\x63\x65pted\x18\x01 \x01(\x08R\x08\x61\x63\x63\x65pted\x12\x17\n\x07task_id\x18\x02 \x01(\tR\x06taskId\"w\n\x0cStreamClient\x12\x19\n\x08\x66rom_seq\x18\x01 \x01(\x04R\x07\x66romSeq\x12\x1f\n\x07task_id\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x06taskId\x12+\n\x04\x64\x61ta\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x04\x64\x61ta\"v\n\x0cStreamServer\x12\x10\n\x03seq\x18\x01 \x01(\x04R\x03seq\x12\x1f\n\x07task_id\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x06taskId\x12\x33\n\x04\x64\x61ta\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\"~\n\x13\x43lientSignalRequest\x12\x17\n\x07task_id\x18\x01 \x01(\tR\x06taskId\x12N\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32..agentic_mesh_protocol.gateway.v1.SignalActionB\x06\xbaH\x03\xc8\x01\x01R\x06\x61\x63tion\"I\n\x14\x43lientSignalResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x17\n\x07task_id\x18\x02 \x01(\tR\x06taskId*\xb2\x01\n\x0cSignalAction\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06\x43\x41NCEL\x10\x01\x12\x12\n\x0eINVALIDATE_ALL\x10\x02\x12\x17\n\x13INVALIDATE_CHANNELS\x10\x03\x12\x15\n\x11INVALIDATE_MODELS\x10\x04\x12\x14\n\x10INVALIDATE_SETUP\x10\x05\x12\x14\n\x10INVALIDATE_TOOLS\x10\x06\x12\x15\n\x11INVALIDATE_SHARED\x10\x07\x42\xce\x01\n$com.agentic_mesh_protocol.gateway.v1B\x0cGatewayProtoP\x01\xa2\x02\x03\x41GX\xaa\x02\x1e\x41genticMeshProtocol.Gateway.V1\xca\x02\x1e\x41genticMeshProtocol\\Gateway\\V1\xe2\x02*AgenticMeshProtocol\\Gateway\\V1\\GPBMetadata\xea\x02 AgenticMeshProtocol::Gateway::V1b\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentic_mesh_protocol.gateway.v1.gateway_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ _globals['DESCRIPTOR']._loaded_options = None
36
+ _globals['DESCRIPTOR']._serialized_options = b'\n$com.agentic_mesh_protocol.gateway.v1B\014GatewayProtoP\001\242\002\003AGX\252\002\036AgenticMeshProtocol.Gateway.V1\312\002\036AgenticMeshProtocol\\Gateway\\V1\342\002*AgenticMeshProtocol\\Gateway\\V1\\GPBMetadata\352\002 AgenticMeshProtocol::Gateway::V1'
37
+ _globals['_ASSOCIATETASKREQUEST'].fields_by_name['parent_task_id']._loaded_options = None
38
+ _globals['_ASSOCIATETASKREQUEST'].fields_by_name['parent_task_id']._serialized_options = b'\272H\003\310\001\001'
39
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['task_id']._loaded_options = None
40
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['task_id']._serialized_options = b'\272H\003\310\001\001'
41
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['setup_id']._loaded_options = None
42
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['setup_id']._serialized_options = b'\272H\020r\013\020\001:\007setups:\310\001\001'
43
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['mission_id']._loaded_options = None
44
+ _globals['_STARTSTREAMREQUEST'].fields_by_name['mission_id']._serialized_options = b'\272H\022r\r\020\001:\tmissions:\310\001\001'
45
+ _globals['_STREAMCLIENT'].fields_by_name['task_id']._loaded_options = None
46
+ _globals['_STREAMCLIENT'].fields_by_name['task_id']._serialized_options = b'\272H\003\310\001\001'
47
+ _globals['_STREAMSERVER'].fields_by_name['task_id']._loaded_options = None
48
+ _globals['_STREAMSERVER'].fields_by_name['task_id']._serialized_options = b'\272H\003\310\001\001'
49
+ _globals['_STREAMSERVER'].fields_by_name['data']._loaded_options = None
50
+ _globals['_STREAMSERVER'].fields_by_name['data']._serialized_options = b'\272H\003\310\001\001'
51
+ _globals['_CLIENTSIGNALREQUEST'].fields_by_name['action']._loaded_options = None
52
+ _globals['_CLIENTSIGNALREQUEST'].fields_by_name['action']._serialized_options = b'\272H\003\310\001\001'
53
+ _globals['_SIGNALACTION']._serialized_start=980
54
+ _globals['_SIGNALACTION']._serialized_end=1158
55
+ _globals['_ASSOCIATETASKREQUEST']._serialized_start=143
56
+ _globals['_ASSOCIATETASKREQUEST']._serialized_end=211
57
+ _globals['_ASSOCIATETASKRESPONSE']._serialized_start=213
58
+ _globals['_ASSOCIATETASKRESPONSE']._serialized_end=299
59
+ _globals['_STARTSTREAMREQUEST']._serialized_start=302
60
+ _globals['_STARTSTREAMREQUEST']._serialized_end=457
61
+ _globals['_STARTSTREAMRESPONSE']._serialized_start=459
62
+ _globals['_STARTSTREAMRESPONSE']._serialized_end=533
63
+ _globals['_STREAMCLIENT']._serialized_start=535
64
+ _globals['_STREAMCLIENT']._serialized_end=654
65
+ _globals['_STREAMSERVER']._serialized_start=656
66
+ _globals['_STREAMSERVER']._serialized_end=774
67
+ _globals['_CLIENTSIGNALREQUEST']._serialized_start=776
68
+ _globals['_CLIENTSIGNALREQUEST']._serialized_end=902
69
+ _globals['_CLIENTSIGNALRESPONSE']._serialized_start=904
70
+ _globals['_CLIENTSIGNALRESPONSE']._serialized_end=977
71
+ # @@protoc_insertion_point(module_scope)
@@ -27,6 +27,20 @@ INVALIDATE_SETUP: SignalAction
27
27
  INVALIDATE_TOOLS: SignalAction
28
28
  INVALIDATE_SHARED: SignalAction
29
29
 
30
+ class AssociateTaskRequest(_message.Message):
31
+ __slots__ = ()
32
+ PARENT_TASK_ID_FIELD_NUMBER: _ClassVar[int]
33
+ parent_task_id: str
34
+ def __init__(self, parent_task_id: _Optional[str] = ...) -> None: ...
35
+
36
+ class AssociateTaskResponse(_message.Message):
37
+ __slots__ = ()
38
+ TASK_ID_FIELD_NUMBER: _ClassVar[int]
39
+ PARENT_TASK_ID_FIELD_NUMBER: _ClassVar[int]
40
+ task_id: str
41
+ parent_task_id: str
42
+ def __init__(self, task_id: _Optional[str] = ..., parent_task_id: _Optional[str] = ...) -> None: ...
43
+
30
44
  class StartStreamRequest(_message.Message):
31
45
  __slots__ = ()
32
46
  TASK_ID_FIELD_NUMBER: _ClassVar[int]
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
25
25
  from agentic_mesh_protocol.gateway.v1 import gateway_pb2 as agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2
26
26
 
27
27
 
28
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6agentic_mesh_protocol/gateway/v1/gateway_service.proto\x12 agentic_mesh_protocol.gateway.v1\x1a.agentic_mesh_protocol/gateway/v1/gateway.proto2\xf7\x02\n\x0eGatewayService\x12z\n\x0bStartStream\x12\x34.agentic_mesh_protocol.gateway.v1.StartStreamRequest\x1a\x35.agentic_mesh_protocol.gateway.v1.StartStreamResponse\x12l\n\x06Stream\x12..agentic_mesh_protocol.gateway.v1.StreamServer\x1a..agentic_mesh_protocol.gateway.v1.StreamClient(\x01\x30\x01\x12{\n\nSendSignal\x12\x35.agentic_mesh_protocol.gateway.v1.ClientSignalRequest\x1a\x36.agentic_mesh_protocol.gateway.v1.ClientSignalResponseB\xd5\x01\n$com.agentic_mesh_protocol.gateway.v1B\x13GatewayServiceProtoP\x01\xa2\x02\x03\x41GX\xaa\x02\x1e\x41genticMeshProtocol.Gateway.V1\xca\x02\x1e\x41genticMeshProtocol\\Gateway\\V1\xe2\x02*AgenticMeshProtocol\\Gateway\\V1\\GPBMetadata\xea\x02 AgenticMeshProtocol::Gateway::V1b\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6agentic_mesh_protocol/gateway/v1/gateway_service.proto\x12 agentic_mesh_protocol.gateway.v1\x1a.agentic_mesh_protocol/gateway/v1/gateway.proto2\xfa\x03\n\x0eGatewayService\x12\x80\x01\n\rAssociateTask\x12\x36.agentic_mesh_protocol.gateway.v1.AssociateTaskRequest\x1a\x37.agentic_mesh_protocol.gateway.v1.AssociateTaskResponse\x12z\n\x0bStartStream\x12\x34.agentic_mesh_protocol.gateway.v1.StartStreamRequest\x1a\x35.agentic_mesh_protocol.gateway.v1.StartStreamResponse\x12l\n\x06Stream\x12..agentic_mesh_protocol.gateway.v1.StreamServer\x1a..agentic_mesh_protocol.gateway.v1.StreamClient(\x01\x30\x01\x12{\n\nSendSignal\x12\x35.agentic_mesh_protocol.gateway.v1.ClientSignalRequest\x1a\x36.agentic_mesh_protocol.gateway.v1.ClientSignalResponseB\xd5\x01\n$com.agentic_mesh_protocol.gateway.v1B\x13GatewayServiceProtoP\x01\xa2\x02\x03\x41GX\xaa\x02\x1e\x41genticMeshProtocol.Gateway.V1\xca\x02\x1e\x41genticMeshProtocol\\Gateway\\V1\xe2\x02*AgenticMeshProtocol\\Gateway\\V1\\GPBMetadata\xea\x02 AgenticMeshProtocol::Gateway::V1b\x06proto3')
29
29
 
30
30
  _globals = globals()
31
31
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -34,5 +34,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
34
34
  _globals['DESCRIPTOR']._loaded_options = None
35
35
  _globals['DESCRIPTOR']._serialized_options = b'\n$com.agentic_mesh_protocol.gateway.v1B\023GatewayServiceProtoP\001\242\002\003AGX\252\002\036AgenticMeshProtocol.Gateway.V1\312\002\036AgenticMeshProtocol\\Gateway\\V1\342\002*AgenticMeshProtocol\\Gateway\\V1\\GPBMetadata\352\002 AgenticMeshProtocol::Gateway::V1'
36
36
  _globals['_GATEWAYSERVICE']._serialized_start=141
37
- _globals['_GATEWAYSERVICE']._serialized_end=516
37
+ _globals['_GATEWAYSERVICE']._serialized_end=647
38
38
  # @@protoc_insertion_point(module_scope)
@@ -10,9 +10,10 @@ class GatewayServiceStub(object):
10
10
  External surface for consumers of a producer module.
11
11
  The Gateway exposes only what external clients need:
12
12
 
13
- 1. StartStreamkick off a task; returns ACK immediately.
14
- 2. Stream BiDi: read output, send upstream input.
15
- 3. SendSignal out-of-band control (CANCEL, INVALIDATE_*)
13
+ 1. AssociateTaskmint + register a sub-task under a running parent.
14
+ 2. StartStream kick off a task; returns ACK immediately.
15
+ 3. Stream BiDi: read output, send upstream input.
16
+ 4. SendSignal — out-of-band control (CANCEL, INVALIDATE_*)
16
17
  """
17
18
 
18
19
  def __init__(self, channel):
@@ -21,6 +22,11 @@ class GatewayServiceStub(object):
21
22
  Args:
22
23
  channel: A grpc.Channel.
23
24
  """
25
+ self.AssociateTask = channel.unary_unary(
26
+ '/agentic_mesh_protocol.gateway.v1.GatewayService/AssociateTask',
27
+ request_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.AssociateTaskRequest.SerializeToString,
28
+ response_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.AssociateTaskResponse.FromString,
29
+ _registered_method=True)
24
30
  self.StartStream = channel.unary_unary(
25
31
  '/agentic_mesh_protocol.gateway.v1.GatewayService/StartStream',
26
32
  request_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamRequest.SerializeToString,
@@ -43,11 +49,21 @@ class GatewayServiceServicer(object):
43
49
  External surface for consumers of a producer module.
44
50
  The Gateway exposes only what external clients need:
45
51
 
46
- 1. StartStreamkick off a task; returns ACK immediately.
47
- 2. Stream BiDi: read output, send upstream input.
48
- 3. SendSignal out-of-band control (CANCEL, INVALIDATE_*)
52
+ 1. AssociateTaskmint + register a sub-task under a running parent.
53
+ 2. StartStream kick off a task; returns ACK immediately.
54
+ 3. Stream BiDi: read output, send upstream input.
55
+ 4. SendSignal — out-of-band control (CANCEL, INVALIDATE_*)
49
56
  """
50
57
 
58
+ def AssociateTask(self, request, context):
59
+ """AssociateTask: generate + register a sub-task_id linked to a running
60
+ parent task (and its mission), before it is started. Returns the new
61
+ task_id, which is then passed to StartStream to dispatch the producer.
62
+ """
63
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
64
+ context.set_details('Method not implemented!')
65
+ raise NotImplementedError('Method not implemented!')
66
+
51
67
  def StartStream(self, request, context):
52
68
  """StartStream: register a task and dispatch the producer via Redis.
53
69
  Returns ACK + task_id; output flows over Stream.
@@ -89,6 +105,11 @@ class GatewayServiceServicer(object):
89
105
 
90
106
  def add_GatewayServiceServicer_to_server(servicer, server):
91
107
  rpc_method_handlers = {
108
+ 'AssociateTask': grpc.unary_unary_rpc_method_handler(
109
+ servicer.AssociateTask,
110
+ request_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.AssociateTaskRequest.FromString,
111
+ response_serializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.AssociateTaskResponse.SerializeToString,
112
+ ),
92
113
  'StartStream': grpc.unary_unary_rpc_method_handler(
93
114
  servicer.StartStream,
94
115
  request_deserializer=agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.StartStreamRequest.FromString,
@@ -117,11 +138,39 @@ class GatewayService(object):
117
138
  External surface for consumers of a producer module.
118
139
  The Gateway exposes only what external clients need:
119
140
 
120
- 1. StartStreamkick off a task; returns ACK immediately.
121
- 2. Stream BiDi: read output, send upstream input.
122
- 3. SendSignal out-of-band control (CANCEL, INVALIDATE_*)
141
+ 1. AssociateTaskmint + register a sub-task under a running parent.
142
+ 2. StartStream kick off a task; returns ACK immediately.
143
+ 3. Stream BiDi: read output, send upstream input.
144
+ 4. SendSignal — out-of-band control (CANCEL, INVALIDATE_*)
123
145
  """
124
146
 
147
+ @staticmethod
148
+ def AssociateTask(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.gateway.v1.GatewayService/AssociateTask',
162
+ agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.AssociateTaskRequest.SerializeToString,
163
+ agentic__mesh__protocol_dot_gateway_dot_v1_dot_gateway__pb2.AssociateTaskResponse.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)
173
+
125
174
  @staticmethod
126
175
  def StartStream(request,
127
176
  target,
@@ -26,7 +26,7 @@ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
26
  from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
27
27
 
28
28
 
29
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1agentic_mesh_protocol/module/v1/information.proto\x12\x1f\x61gentic_mesh_protocol.module.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\"i\n\x15GetModuleInputRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"P\n\x1bGetModuleSelectInputRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\"j\n\x16GetModuleOutputRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"i\n\x15GetModuleSetupRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"j\n\x16GetModuleSecretRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"v\n\x16GetModuleInputResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x42\n\x0cinput_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x0binputSchema\"\x89\x01\n\x1cGetModuleSelectInputResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12O\n\x13select_input_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x11selectInputSchema\"y\n\x17GetModuleOutputResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x44\n\routput_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x0coutputSchema\"v\n\x16GetModuleSetupResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x42\n\x0csetup_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x0bsetupSchema\"y\n\x17GetModuleSecretResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x44\n\rsecret_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x0csecretSchema\"o\n\x1bGetConfigSetupModuleRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"\x89\x01\n\x1cGetConfigSetupModuleResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12O\n\x13\x63onfig_setup_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x11\x63onfigSetupSchema\"h\n\x14GetModuleCostRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"s\n\x15GetModuleCostResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12@\n\x0b\x63ost_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\ncostSchemaB\xcd\x01\n#com.agentic_mesh_protocol.module.v1B\x10InformationProtoP\x01\xa2\x02\x03\x41MX\xaa\x02\x1d\x41genticMeshProtocol.Module.V1\xca\x02\x1d\x41genticMeshProtocol\\Module\\V1\xe2\x02)AgenticMeshProtocol\\Module\\V1\\GPBMetadata\xea\x02\x1f\x41genticMeshProtocol::Module::V1b\x06proto3')
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1agentic_mesh_protocol/module/v1/information.proto\x12\x1f\x61gentic_mesh_protocol.module.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\"i\n\x15GetModuleInputRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"P\n\x1bGetModuleSelectInputRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\"j\n\x16GetModuleOutputRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"i\n\x15GetModuleSetupRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"j\n\x16GetModuleSecretRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"l\n\x18GetModuleUserInfoRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"v\n\x16GetModuleInputResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x42\n\x0cinput_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x0binputSchema\"\x89\x01\n\x1cGetModuleSelectInputResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12O\n\x13select_input_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x11selectInputSchema\"y\n\x17GetModuleOutputResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x44\n\routput_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x0coutputSchema\"v\n\x16GetModuleSetupResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x42\n\x0csetup_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x0bsetupSchema\"y\n\x17GetModuleSecretResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x44\n\rsecret_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x0csecretSchema\"\x80\x01\n\x19GetModuleUserInfoResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12I\n\x10user_info_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x0euserInfoSchema\"o\n\x1bGetConfigSetupModuleRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"\x89\x01\n\x1cGetConfigSetupModuleResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12O\n\x13\x63onfig_setup_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x11\x63onfigSetupSchema\"h\n\x14GetModuleCostRequest\x12\x31\n\tmodule_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x10\x01:\x08modules:\xc8\x01\x01R\x08moduleId\x12\x1d\n\nllm_format\x18\x02 \x01(\x08R\tllmFormat\"s\n\x15GetModuleCostResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12@\n\x0b\x63ost_schema\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\ncostSchemaB\xcd\x01\n#com.agentic_mesh_protocol.module.v1B\x10InformationProtoP\x01\xa2\x02\x03\x41MX\xaa\x02\x1d\x41genticMeshProtocol.Module.V1\xca\x02\x1d\x41genticMeshProtocol\\Module\\V1\xe2\x02)AgenticMeshProtocol\\Module\\V1\\GPBMetadata\xea\x02\x1f\x41genticMeshProtocol::Module::V1b\x06proto3')
30
30
 
31
31
  _globals = globals()
32
32
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -44,6 +44,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
44
44
  _globals['_GETMODULESETUPREQUEST'].fields_by_name['module_id']._serialized_options = b'\272H\021r\014\020\001:\010modules:\310\001\001'
45
45
  _globals['_GETMODULESECRETREQUEST'].fields_by_name['module_id']._loaded_options = None
46
46
  _globals['_GETMODULESECRETREQUEST'].fields_by_name['module_id']._serialized_options = b'\272H\021r\014\020\001:\010modules:\310\001\001'
47
+ _globals['_GETMODULEUSERINFOREQUEST'].fields_by_name['module_id']._loaded_options = None
48
+ _globals['_GETMODULEUSERINFOREQUEST'].fields_by_name['module_id']._serialized_options = b'\272H\021r\014\020\001:\010modules:\310\001\001'
47
49
  _globals['_GETMODULEINPUTRESPONSE'].fields_by_name['input_schema']._loaded_options = None
48
50
  _globals['_GETMODULEINPUTRESPONSE'].fields_by_name['input_schema']._serialized_options = b'\272H\003\310\001\001'
49
51
  _globals['_GETMODULESELECTINPUTRESPONSE'].fields_by_name['select_input_schema']._loaded_options = None
@@ -54,6 +56,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
54
56
  _globals['_GETMODULESETUPRESPONSE'].fields_by_name['setup_schema']._serialized_options = b'\272H\003\310\001\001'
55
57
  _globals['_GETMODULESECRETRESPONSE'].fields_by_name['secret_schema']._loaded_options = None
56
58
  _globals['_GETMODULESECRETRESPONSE'].fields_by_name['secret_schema']._serialized_options = b'\272H\003\310\001\001'
59
+ _globals['_GETMODULEUSERINFORESPONSE'].fields_by_name['user_info_schema']._loaded_options = None
60
+ _globals['_GETMODULEUSERINFORESPONSE'].fields_by_name['user_info_schema']._serialized_options = b'\272H\003\310\001\001'
57
61
  _globals['_GETCONFIGSETUPMODULEREQUEST'].fields_by_name['module_id']._loaded_options = None
58
62
  _globals['_GETCONFIGSETUPMODULEREQUEST'].fields_by_name['module_id']._serialized_options = b'\272H\021r\014\020\001:\010modules:\310\001\001'
59
63
  _globals['_GETCONFIGSETUPMODULERESPONSE'].fields_by_name['config_setup_schema']._loaded_options = None
@@ -72,22 +76,26 @@ if not _descriptor._USE_C_DESCRIPTORS:
72
76
  _globals['_GETMODULESETUPREQUEST']._serialized_end=547
73
77
  _globals['_GETMODULESECRETREQUEST']._serialized_start=549
74
78
  _globals['_GETMODULESECRETREQUEST']._serialized_end=655
75
- _globals['_GETMODULEINPUTRESPONSE']._serialized_start=657
76
- _globals['_GETMODULEINPUTRESPONSE']._serialized_end=775
77
- _globals['_GETMODULESELECTINPUTRESPONSE']._serialized_start=778
78
- _globals['_GETMODULESELECTINPUTRESPONSE']._serialized_end=915
79
- _globals['_GETMODULEOUTPUTRESPONSE']._serialized_start=917
80
- _globals['_GETMODULEOUTPUTRESPONSE']._serialized_end=1038
81
- _globals['_GETMODULESETUPRESPONSE']._serialized_start=1040
82
- _globals['_GETMODULESETUPRESPONSE']._serialized_end=1158
83
- _globals['_GETMODULESECRETRESPONSE']._serialized_start=1160
84
- _globals['_GETMODULESECRETRESPONSE']._serialized_end=1281
85
- _globals['_GETCONFIGSETUPMODULEREQUEST']._serialized_start=1283
86
- _globals['_GETCONFIGSETUPMODULEREQUEST']._serialized_end=1394
87
- _globals['_GETCONFIGSETUPMODULERESPONSE']._serialized_start=1397
88
- _globals['_GETCONFIGSETUPMODULERESPONSE']._serialized_end=1534
89
- _globals['_GETMODULECOSTREQUEST']._serialized_start=1536
90
- _globals['_GETMODULECOSTREQUEST']._serialized_end=1640
91
- _globals['_GETMODULECOSTRESPONSE']._serialized_start=1642
92
- _globals['_GETMODULECOSTRESPONSE']._serialized_end=1757
79
+ _globals['_GETMODULEUSERINFOREQUEST']._serialized_start=657
80
+ _globals['_GETMODULEUSERINFOREQUEST']._serialized_end=765
81
+ _globals['_GETMODULEINPUTRESPONSE']._serialized_start=767
82
+ _globals['_GETMODULEINPUTRESPONSE']._serialized_end=885
83
+ _globals['_GETMODULESELECTINPUTRESPONSE']._serialized_start=888
84
+ _globals['_GETMODULESELECTINPUTRESPONSE']._serialized_end=1025
85
+ _globals['_GETMODULEOUTPUTRESPONSE']._serialized_start=1027
86
+ _globals['_GETMODULEOUTPUTRESPONSE']._serialized_end=1148
87
+ _globals['_GETMODULESETUPRESPONSE']._serialized_start=1150
88
+ _globals['_GETMODULESETUPRESPONSE']._serialized_end=1268
89
+ _globals['_GETMODULESECRETRESPONSE']._serialized_start=1270
90
+ _globals['_GETMODULESECRETRESPONSE']._serialized_end=1391
91
+ _globals['_GETMODULEUSERINFORESPONSE']._serialized_start=1394
92
+ _globals['_GETMODULEUSERINFORESPONSE']._serialized_end=1522
93
+ _globals['_GETCONFIGSETUPMODULEREQUEST']._serialized_start=1524
94
+ _globals['_GETCONFIGSETUPMODULEREQUEST']._serialized_end=1635
95
+ _globals['_GETCONFIGSETUPMODULERESPONSE']._serialized_start=1638
96
+ _globals['_GETCONFIGSETUPMODULERESPONSE']._serialized_end=1775
97
+ _globals['_GETMODULECOSTREQUEST']._serialized_start=1777
98
+ _globals['_GETMODULECOSTREQUEST']._serialized_end=1881
99
+ _globals['_GETMODULECOSTRESPONSE']._serialized_start=1883
100
+ _globals['_GETMODULECOSTRESPONSE']._serialized_end=1998
93
101
  # @@protoc_insertion_point(module_scope)
@@ -45,6 +45,14 @@ class GetModuleSecretRequest(_message.Message):
45
45
  llm_format: bool
46
46
  def __init__(self, module_id: _Optional[str] = ..., llm_format: _Optional[bool] = ...) -> None: ...
47
47
 
48
+ class GetModuleUserInfoRequest(_message.Message):
49
+ __slots__ = ()
50
+ MODULE_ID_FIELD_NUMBER: _ClassVar[int]
51
+ LLM_FORMAT_FIELD_NUMBER: _ClassVar[int]
52
+ module_id: str
53
+ llm_format: bool
54
+ def __init__(self, module_id: _Optional[str] = ..., llm_format: _Optional[bool] = ...) -> None: ...
55
+
48
56
  class GetModuleInputResponse(_message.Message):
49
57
  __slots__ = ()
50
58
  SUCCESS_FIELD_NUMBER: _ClassVar[int]
@@ -85,6 +93,14 @@ class GetModuleSecretResponse(_message.Message):
85
93
  secret_schema: _struct_pb2.Struct
86
94
  def __init__(self, success: _Optional[bool] = ..., secret_schema: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...) -> None: ...
87
95
 
96
+ class GetModuleUserInfoResponse(_message.Message):
97
+ __slots__ = ()
98
+ SUCCESS_FIELD_NUMBER: _ClassVar[int]
99
+ USER_INFO_SCHEMA_FIELD_NUMBER: _ClassVar[int]
100
+ success: bool
101
+ user_info_schema: _struct_pb2.Struct
102
+ def __init__(self, success: _Optional[bool] = ..., user_info_schema: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...) -> None: ...
103
+
88
104
  class GetConfigSetupModuleRequest(_message.Message):
89
105
  __slots__ = ()
90
106
  MODULE_ID_FIELD_NUMBER: _ClassVar[int]
@@ -0,0 +1,39 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: agentic_mesh_protocol/module/v1/module_service.proto
5
+ # Protobuf Python Version: 6.33.0
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 33,
16
+ 0,
17
+ '',
18
+ 'agentic_mesh_protocol/module/v1/module_service.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from agentic_mesh_protocol.module.v1 import information_pb2 as agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2
26
+ from agentic_mesh_protocol.module.v1 import lifecycle_pb2 as agentic__mesh__protocol_dot_module_dot_v1_dot_lifecycle__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4agentic_mesh_protocol/module/v1/module_service.proto\x12\x1f\x61gentic_mesh_protocol.module.v1\x1a\x31\x61gentic_mesh_protocol/module/v1/information.proto\x1a/agentic_mesh_protocol/module/v1/lifecycle.proto2\xde\x0b\n\rModuleService\x12z\n\x0bStartModule\x12\x33.agentic_mesh_protocol.module.v1.StartModuleRequest\x1a\x34.agentic_mesh_protocol.module.v1.StartModuleResponse0\x01\x12u\n\nStopModule\x12\x32.agentic_mesh_protocol.module.v1.StopModuleRequest\x1a\x33.agentic_mesh_protocol.module.v1.StopModuleResponse\x12\x81\x01\n\x0eGetModuleInput\x12\x36.agentic_mesh_protocol.module.v1.GetModuleInputRequest\x1a\x37.agentic_mesh_protocol.module.v1.GetModuleInputResponse\x12\x93\x01\n\x14GetModuleSelectInput\x12<.agentic_mesh_protocol.module.v1.GetModuleSelectInputRequest\x1a=.agentic_mesh_protocol.module.v1.GetModuleSelectInputResponse\x12\x84\x01\n\x0fGetModuleOutput\x12\x37.agentic_mesh_protocol.module.v1.GetModuleOutputRequest\x1a\x38.agentic_mesh_protocol.module.v1.GetModuleOutputResponse\x12\x81\x01\n\x0eGetModuleSetup\x12\x36.agentic_mesh_protocol.module.v1.GetModuleSetupRequest\x1a\x37.agentic_mesh_protocol.module.v1.GetModuleSetupResponse\x12\x84\x01\n\x0fGetModuleSecret\x12\x37.agentic_mesh_protocol.module.v1.GetModuleSecretRequest\x1a\x38.agentic_mesh_protocol.module.v1.GetModuleSecretResponse\x12\x8a\x01\n\x11GetModuleUserInfo\x12\x39.agentic_mesh_protocol.module.v1.GetModuleUserInfoRequest\x1a:.agentic_mesh_protocol.module.v1.GetModuleUserInfoResponse\x12\x93\x01\n\x14GetConfigSetupModule\x12<.agentic_mesh_protocol.module.v1.GetConfigSetupModuleRequest\x1a=.agentic_mesh_protocol.module.v1.GetConfigSetupModuleResponse\x12\x8a\x01\n\x11\x43onfigSetupModule\x12\x39.agentic_mesh_protocol.module.v1.ConfigSetupModuleRequest\x1a:.agentic_mesh_protocol.module.v1.ConfigSetupModuleResponse\x12~\n\rGetModuleCost\x12\x35.agentic_mesh_protocol.module.v1.GetModuleCostRequest\x1a\x36.agentic_mesh_protocol.module.v1.GetModuleCostResponseB\xcf\x01\n#com.agentic_mesh_protocol.module.v1B\x12ModuleServiceProtoP\x01\xa2\x02\x03\x41MX\xaa\x02\x1d\x41genticMeshProtocol.Module.V1\xca\x02\x1d\x41genticMeshProtocol\\Module\\V1\xe2\x02)AgenticMeshProtocol\\Module\\V1\\GPBMetadata\xea\x02\x1f\x41genticMeshProtocol::Module::V1b\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentic_mesh_protocol.module.v1.module_service_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ _globals['DESCRIPTOR']._loaded_options = None
36
+ _globals['DESCRIPTOR']._serialized_options = b'\n#com.agentic_mesh_protocol.module.v1B\022ModuleServiceProtoP\001\242\002\003AMX\252\002\035AgenticMeshProtocol.Module.V1\312\002\035AgenticMeshProtocol\\Module\\V1\342\002)AgenticMeshProtocol\\Module\\V1\\GPBMetadata\352\002\037AgenticMeshProtocol::Module::V1'
37
+ _globals['_MODULESERVICE']._serialized_start=190
38
+ _globals['_MODULESERVICE']._serialized_end=1692
39
+ # @@protoc_insertion_point(module_scope)