agentic-mesh-protocol 1.0.1.dev3__tar.gz → 1.0.1.dev4__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 (97) hide show
  1. {agentic_mesh_protocol-1.0.1.dev3/src/agentic_mesh_protocol.egg-info → agentic_mesh_protocol-1.0.1.dev4}/PKG-INFO +1 -1
  2. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/pyproject.toml +1 -1
  3. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/__version__.py +1 -1
  4. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.py +48 -40
  5. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.pyi +45 -13
  6. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2_grpc.py +2 -1
  7. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.py +2 -2
  8. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.pyi +2 -0
  9. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/data_pb2.py +42 -34
  10. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/data_pb2.pyi +45 -13
  11. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2_grpc.py +1 -1
  12. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4/src/agentic_mesh_protocol.egg-info}/PKG-INFO +1 -1
  13. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/LICENSE +0 -0
  14. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/README.md +0 -0
  15. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/setup.cfg +0 -0
  16. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/__init__.py +0 -0
  17. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/__init__.py +0 -0
  18. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/__init__.py +0 -0
  19. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_pb2.py +0 -0
  20. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_pb2.pyi +0 -0
  21. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_pb2_grpc.py +0 -0
  22. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.py +0 -0
  23. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.pyi +0 -0
  24. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2_grpc.py +0 -0
  25. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/__init__.py +0 -0
  26. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/__init__.py +0 -0
  27. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2_grpc.py +0 -0
  28. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.py +0 -0
  29. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.pyi +0 -0
  30. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/__init__.py +0 -0
  31. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/__init__.py +0 -0
  32. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.py +0 -0
  33. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.pyi +0 -0
  34. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_pb2_grpc.py +0 -0
  35. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.py +0 -0
  36. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.pyi +0 -0
  37. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2_grpc.py +0 -0
  38. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/__init__.py +0 -0
  39. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/__init__.py +0 -0
  40. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/information_pb2.py +0 -0
  41. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/information_pb2.pyi +0 -0
  42. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/information_pb2_grpc.py +0 -0
  43. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.py +0 -0
  44. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.pyi +0 -0
  45. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py +0 -0
  46. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +0 -0
  47. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/module_service_pb2.pyi +0 -0
  48. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py +0 -0
  49. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +0 -0
  50. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.pyi +0 -0
  51. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py +0 -0
  52. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/pagination/__init__.py +0 -0
  53. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/pagination/v1/__init__.py +0 -0
  54. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/py.typed +0 -0
  55. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/__init__.py +0 -0
  56. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/__init__.py +0 -0
  57. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2_grpc.py +0 -0
  58. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.py +0 -0
  59. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.pyi +0 -0
  60. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2_grpc.py +0 -0
  61. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +0 -0
  62. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.pyi +0 -0
  63. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2_grpc.py +0 -0
  64. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.py +0 -0
  65. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.pyi +0 -0
  66. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2_grpc.py +0 -0
  67. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/__init__.py +0 -0
  68. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/v1/__init__.py +0 -0
  69. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +0 -0
  70. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/v1/setup_pb2.pyi +0 -0
  71. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/v1/setup_pb2_grpc.py +0 -0
  72. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +0 -0
  73. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.pyi +0 -0
  74. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2_grpc.py +0 -0
  75. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/__init__.py +0 -0
  76. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/__init__.py +0 -0
  77. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/data_pb2_grpc.py +0 -0
  78. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.py +0 -0
  79. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.pyi +0 -0
  80. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/__init__.py +0 -0
  81. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/__init__.py +0 -0
  82. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.py +0 -0
  83. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.pyi +0 -0
  84. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py +0 -0
  85. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.py +0 -0
  86. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.pyi +0 -0
  87. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +0 -0
  88. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol.egg-info/SOURCES.txt +0 -0
  89. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol.egg-info/dependency_links.txt +0 -0
  90. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol.egg-info/requires.txt +0 -0
  91. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol.egg-info/top_level.txt +0 -0
  92. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/buf/__init__.py +0 -0
  93. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/buf/validate/__init__.py +0 -0
  94. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/buf/validate/validate_pb2.py +0 -0
  95. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/buf/validate/validate_pb2.pyi +0 -0
  96. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/src/buf/validate/validate_pb2_grpc.py +0 -0
  97. {agentic_mesh_protocol-1.0.1.dev3 → agentic_mesh_protocol-1.0.1.dev4}/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.1.dev3
3
+ Version: 1.0.1.dev4
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
@@ -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.1.dev3"
41
+ version = "1.0.1.dev4"
42
42
 
43
43
  [project.urls]
44
44
  "Bug Tracker" = "https://github.com/DigitalKin-ai/service-apis-py/issues"
@@ -5,4 +5,4 @@ from importlib.metadata import PackageNotFoundError, version
5
5
  try:
6
6
  __version__ = version("agentic-mesh-protocol")
7
7
  except PackageNotFoundError:
8
- __version__ = "1.0.1.dev3"
8
+ __version__ = "1.0.1.dev4"
@@ -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\"\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')
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\"\xc4\x05\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\x12\\\n\nvisibility\x18\r \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.VisibilityB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\nvisibility\"\xa3\x07\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\x12R\n\x07\x63ontext\x18\x04 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\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\x12\x62\n\x0cvisibilities\x18\x0f \x03(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.VisibilityB\r\xbaH\n\x92\x01\x07\"\x05\x82\x01\x02 \x00R\x0cvisibilities\"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\x04\n\x0eUploadFileData\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\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\x12O\n\nvisibility\x18\t \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.VisibilityR\nvisibility\"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\"\xbc\x01\n\x0eGetFileRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\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\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\"\xb2\x04\n\x11UpdateFileRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\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\x12O\n\nvisibility\x18\t \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.VisibilityR\nvisibility\"]\n\x12UpdateFileResponse\x12G\n\x06result\x18\x01 \x01(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileResultR\x06result\"\xc1\x02\n\x0fGetFilesRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\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\"\xef\x01\n\x12\x44\x65leteFilesRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\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*p\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x15\n\x11VISIBILITY_PUBLIC\x10\x01\x12\x16\n\x12VISIBILITY_PRIVATE\x10\x02\x12\x17\n\x13VISIBILITY_INTERNAL\x10\x03*}\n\x0b\x43ontextFile\x12\x17\n\x13\x43ONTEXT_UNSPECIFIED\x10\x00\x12\x14\n\x10\x43ONTEXT_MISSIONS\x10\x01\x12\x11\n\rCONTEXT_SETUP\x10\x02\x12\x11\n\rCONTEXT_USERS\x10\x03\x12\x19\n\x15\x43ONTEXT_ORGANIZATIONS\x10\x04\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)
@@ -55,20 +55,24 @@ if not _descriptor._USE_C_DESCRIPTORS:
55
55
  _globals['_FILE'].fields_by_name['file_url']._serialized_options = b'\272H\007r\002\020\001\310\001\001'
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
+ _globals['_FILE'].fields_by_name['visibility']._loaded_options = None
59
+ _globals['_FILE'].fields_by_name['visibility']._serialized_options = b'\272H\010\202\001\002 \000\310\001\001'
58
60
  _globals['_FILEFILTER'].fields_by_name['file_ids']._loaded_options = None
59
61
  _globals['_FILEFILTER'].fields_by_name['file_ids']._serialized_options = b'\272H\023\222\001\020\"\016r\0142\n^files:.*$'
60
62
  _globals['_FILEFILTER'].fields_by_name['file_types']._loaded_options = None
61
63
  _globals['_FILEFILTER'].fields_by_name['file_types']._serialized_options = b'\272H\n\222\001\007\"\005\202\001\002 \000'
62
64
  _globals['_FILEFILTER'].fields_by_name['context']._loaded_options = None
63
- _globals['_FILEFILTER'].fields_by_name['context']._serialized_options = b'\272H4r/2-^(missions:|setups:|users:|organizations:).*$\310\001\001'
65
+ _globals['_FILEFILTER'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
64
66
  _globals['_FILEFILTER'].fields_by_name['min_size_bytes']._loaded_options = None
65
67
  _globals['_FILEFILTER'].fields_by_name['min_size_bytes']._serialized_options = b'\272H\004\"\002(\000'
66
68
  _globals['_FILEFILTER'].fields_by_name['max_size_bytes']._loaded_options = None
67
69
  _globals['_FILEFILTER'].fields_by_name['max_size_bytes']._serialized_options = b'\272H\004\"\002(\000'
68
70
  _globals['_FILEFILTER'].fields_by_name['prefix']._loaded_options = None
69
71
  _globals['_FILEFILTER'].fields_by_name['prefix']._serialized_options = b'\272H\032r\0302\026^[^.]*([.][^.]+)*[.]?$'
72
+ _globals['_FILEFILTER'].fields_by_name['visibilities']._loaded_options = None
73
+ _globals['_FILEFILTER'].fields_by_name['visibilities']._serialized_options = b'\272H\n\222\001\007\"\005\202\001\002 \000'
70
74
  _globals['_UPLOADFILEDATA'].fields_by_name['context']._loaded_options = None
71
- _globals['_UPLOADFILEDATA'].fields_by_name['context']._serialized_options = b'\272H*r%2#(^(missions:|setups:).*$|^default$)\310\001\001'
75
+ _globals['_UPLOADFILEDATA'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
72
76
  _globals['_UPLOADFILEDATA'].fields_by_name['name']._loaded_options = None
73
77
  _globals['_UPLOADFILEDATA'].fields_by_name['name']._serialized_options = b'\272H\037r\032\020\0012\026^[^.]*([.][^.]+)*[.]?$\310\001\001'
74
78
  _globals['_UPLOADFILEDATA'].fields_by_name['file_type']._loaded_options = None
@@ -86,13 +90,13 @@ if not _descriptor._USE_C_DESCRIPTORS:
86
90
  _globals['_UPLOADFILESRESPONSE'].fields_by_name['total_failed']._loaded_options = None
87
91
  _globals['_UPLOADFILESRESPONSE'].fields_by_name['total_failed']._serialized_options = b'\272H\004\032\002(\000'
88
92
  _globals['_GETFILEREQUEST'].fields_by_name['context']._loaded_options = None
89
- _globals['_GETFILEREQUEST'].fields_by_name['context']._serialized_options = b'\272H\033r\0312\027^(missions:|setups:).*$'
93
+ _globals['_GETFILEREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
90
94
  _globals['_GETFILEREQUEST'].fields_by_name['file_id']._loaded_options = None
91
95
  _globals['_GETFILEREQUEST'].fields_by_name['file_id']._serialized_options = b'\272H\021r\0142\n^files:.*$\310\001\001'
92
96
  _globals['_GETFILERESPONSE'].fields_by_name['file']._loaded_options = None
93
97
  _globals['_GETFILERESPONSE'].fields_by_name['file']._serialized_options = b'\272H\003\310\001\001'
94
98
  _globals['_UPDATEFILEREQUEST'].fields_by_name['context']._loaded_options = None
95
- _globals['_UPDATEFILEREQUEST'].fields_by_name['context']._serialized_options = b'\272H\036r\0312\027^(missions:|setups:).*$\310\001\001'
99
+ _globals['_UPDATEFILEREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
96
100
  _globals['_UPDATEFILEREQUEST'].fields_by_name['file_id']._loaded_options = None
97
101
  _globals['_UPDATEFILEREQUEST'].fields_by_name['file_id']._serialized_options = b'\272H\021r\0142\n^files:.*$\310\001\001'
98
102
  _globals['_UPDATEFILEREQUEST'].fields_by_name['new_name']._loaded_options = None
@@ -104,7 +108,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
104
108
  _globals['_UPDATEFILEREQUEST'].fields_by_name['status']._loaded_options = None
105
109
  _globals['_UPDATEFILEREQUEST'].fields_by_name['status']._serialized_options = b'\272H\010\202\001\002 \000\310\001\001'
106
110
  _globals['_GETFILESREQUEST'].fields_by_name['context']._loaded_options = None
107
- _globals['_GETFILESREQUEST'].fields_by_name['context']._serialized_options = b'\272H4r/2-^(missions:|setups:|users:|organizations:).*$\310\001\001'
111
+ _globals['_GETFILESREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
108
112
  _globals['_GETFILESREQUEST'].fields_by_name['filters']._loaded_options = None
109
113
  _globals['_GETFILESREQUEST'].fields_by_name['filters']._serialized_options = b'\272H\003\310\001\001'
110
114
  _globals['_GETFILESREQUEST'].fields_by_name['list_size']._loaded_options = None
@@ -114,7 +118,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
114
118
  _globals['_GETFILESRESPONSE'].fields_by_name['total_count']._loaded_options = None
115
119
  _globals['_GETFILESRESPONSE'].fields_by_name['total_count']._serialized_options = b'\272H\004\032\002(\000'
116
120
  _globals['_DELETEFILESREQUEST'].fields_by_name['context']._loaded_options = None
117
- _globals['_DELETEFILESREQUEST'].fields_by_name['context']._serialized_options = b'\272H\036r\0312\027^(missions:|setups:).*$\310\001\001'
121
+ _globals['_DELETEFILESREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
118
122
  _globals['_DELETEFILESREQUEST'].fields_by_name['filters']._loaded_options = None
119
123
  _globals['_DELETEFILESREQUEST'].fields_by_name['filters']._serialized_options = b'\272H\003\310\001\001'
120
124
  _globals['_DELETEFILESRESPONSE_RESULTSENTRY']._loaded_options = None
@@ -123,38 +127,42 @@ if not _descriptor._USE_C_DESCRIPTORS:
123
127
  _globals['_DELETEFILESRESPONSE'].fields_by_name['total_deleted']._serialized_options = b'\272H\004\032\002(\000'
124
128
  _globals['_DELETEFILESRESPONSE'].fields_by_name['total_failed']._loaded_options = None
125
129
  _globals['_DELETEFILESRESPONSE'].fields_by_name['total_failed']._serialized_options = b'\272H\004\032\002(\000'
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
+ _globals['_FILETYPE']._serialized_start=4773
131
+ _globals['_FILETYPE']._serialized_end=4961
132
+ _globals['_FILESTATUS']._serialized_start=4964
133
+ _globals['_FILESTATUS']._serialized_end=5135
134
+ _globals['_VISIBILITY']._serialized_start=5137
135
+ _globals['_VISIBILITY']._serialized_end=5249
136
+ _globals['_CONTEXTFILE']._serialized_start=5251
137
+ _globals['_CONTEXTFILE']._serialized_end=5376
130
138
  _globals['_FILE']._serialized_start=186
131
- _globals['_FILE']._serialized_end=800
132
- _globals['_FILEFILTER']._serialized_start=803
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
139
+ _globals['_FILE']._serialized_end=894
140
+ _globals['_FILEFILTER']._serialized_start=897
141
+ _globals['_FILEFILTER']._serialized_end=1828
142
+ _globals['_FILERESULT']._serialized_start=1830
143
+ _globals['_FILERESULT']._serialized_end=1941
144
+ _globals['_UPLOADFILEDATA']._serialized_start=1944
145
+ _globals['_UPLOADFILEDATA']._serialized_end=2538
146
+ _globals['_UPLOADFILESREQUEST']._serialized_start=2540
147
+ _globals['_UPLOADFILESREQUEST']._serialized_end=2648
148
+ _globals['_UPLOADFILESRESPONSE']._serialized_start=2651
149
+ _globals['_UPLOADFILESRESPONSE']._serialized_end=2839
150
+ _globals['_GETFILEREQUEST']._serialized_start=2842
151
+ _globals['_GETFILEREQUEST']._serialized_end=3030
152
+ _globals['_GETFILERESPONSE']._serialized_start=3032
153
+ _globals['_GETFILERESPONSE']._serialized_end=3146
154
+ _globals['_UPDATEFILEREQUEST']._serialized_start=3149
155
+ _globals['_UPDATEFILEREQUEST']._serialized_end=3711
156
+ _globals['_UPDATEFILERESPONSE']._serialized_start=3713
157
+ _globals['_UPDATEFILERESPONSE']._serialized_end=3806
158
+ _globals['_GETFILESREQUEST']._serialized_start=3809
159
+ _globals['_GETFILESREQUEST']._serialized_end=4130
160
+ _globals['_GETFILESRESPONSE']._serialized_start=4132
161
+ _globals['_GETFILESRESPONSE']._serialized_end=4257
162
+ _globals['_DELETEFILESREQUEST']._serialized_start=4260
163
+ _globals['_DELETEFILESREQUEST']._serialized_end=4499
164
+ _globals['_DELETEFILESRESPONSE']._serialized_start=4502
165
+ _globals['_DELETEFILESRESPONSE']._serialized_end=4770
166
+ _globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_start=4712
167
+ _globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_end=4770
160
168
  # @@protoc_insertion_point(module_scope)
@@ -31,6 +31,21 @@ class FileStatus(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
31
31
  FILE_STATUS_PROCESSING: _ClassVar[FileStatus]
32
32
  FILE_STATUS_ARCHIVED: _ClassVar[FileStatus]
33
33
  FILE_STATUS_DELETED: _ClassVar[FileStatus]
34
+
35
+ class Visibility(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
36
+ __slots__ = ()
37
+ VISIBILITY_UNSPECIFIED: _ClassVar[Visibility]
38
+ VISIBILITY_PUBLIC: _ClassVar[Visibility]
39
+ VISIBILITY_PRIVATE: _ClassVar[Visibility]
40
+ VISIBILITY_INTERNAL: _ClassVar[Visibility]
41
+
42
+ class ContextFile(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
43
+ __slots__ = ()
44
+ CONTEXT_UNSPECIFIED: _ClassVar[ContextFile]
45
+ CONTEXT_MISSIONS: _ClassVar[ContextFile]
46
+ CONTEXT_SETUP: _ClassVar[ContextFile]
47
+ CONTEXT_USERS: _ClassVar[ContextFile]
48
+ CONTEXT_ORGANIZATIONS: _ClassVar[ContextFile]
34
49
  FILE_TYPE_UNSPECIFIED: FileType
35
50
  FILE_TYPE_DOCUMENT: FileType
36
51
  FILE_TYPE_IMAGE: FileType
@@ -45,6 +60,15 @@ FILE_STATUS_ACTIVE: FileStatus
45
60
  FILE_STATUS_PROCESSING: FileStatus
46
61
  FILE_STATUS_ARCHIVED: FileStatus
47
62
  FILE_STATUS_DELETED: FileStatus
63
+ VISIBILITY_UNSPECIFIED: Visibility
64
+ VISIBILITY_PUBLIC: Visibility
65
+ VISIBILITY_PRIVATE: Visibility
66
+ VISIBILITY_INTERNAL: Visibility
67
+ CONTEXT_UNSPECIFIED: ContextFile
68
+ CONTEXT_MISSIONS: ContextFile
69
+ CONTEXT_SETUP: ContextFile
70
+ CONTEXT_USERS: ContextFile
71
+ CONTEXT_ORGANIZATIONS: ContextFile
48
72
 
49
73
  class File(_message.Message):
50
74
  __slots__ = ()
@@ -60,6 +84,7 @@ class File(_message.Message):
60
84
  FILE_URL_FIELD_NUMBER: _ClassVar[int]
61
85
  STATUS_FIELD_NUMBER: _ClassVar[int]
62
86
  CONTENT_FIELD_NUMBER: _ClassVar[int]
87
+ VISIBILITY_FIELD_NUMBER: _ClassVar[int]
63
88
  file_id: str
64
89
  context: str
65
90
  name: str
@@ -72,7 +97,8 @@ class File(_message.Message):
72
97
  file_url: str
73
98
  status: FileStatus
74
99
  content: bytes
75
- def __init__(self, file_id: _Optional[str] = ..., context: _Optional[str] = ..., name: _Optional[str] = ..., file_type: _Optional[_Union[FileType, str]] = ..., content_type: _Optional[str] = ..., size_bytes: _Optional[int] = ..., checksum: _Optional[str] = ..., metadata: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., storage_uri: _Optional[str] = ..., file_url: _Optional[str] = ..., status: _Optional[_Union[FileStatus, str]] = ..., content: _Optional[bytes] = ...) -> None: ...
100
+ visibility: Visibility
101
+ def __init__(self, file_id: _Optional[str] = ..., context: _Optional[str] = ..., name: _Optional[str] = ..., file_type: _Optional[_Union[FileType, str]] = ..., content_type: _Optional[str] = ..., size_bytes: _Optional[int] = ..., checksum: _Optional[str] = ..., metadata: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., storage_uri: _Optional[str] = ..., file_url: _Optional[str] = ..., status: _Optional[_Union[FileStatus, str]] = ..., content: _Optional[bytes] = ..., visibility: _Optional[_Union[Visibility, str]] = ...) -> None: ...
76
102
 
77
103
  class FileFilter(_message.Message):
78
104
  __slots__ = ()
@@ -90,10 +116,11 @@ class FileFilter(_message.Message):
90
116
  MAX_SIZE_BYTES_FIELD_NUMBER: _ClassVar[int]
91
117
  PREFIX_FIELD_NUMBER: _ClassVar[int]
92
118
  CONTENT_TYPE_FIELD_NUMBER: _ClassVar[int]
119
+ VISIBILITIES_FIELD_NUMBER: _ClassVar[int]
93
120
  names: _containers.RepeatedScalarFieldContainer[str]
94
121
  file_ids: _containers.RepeatedScalarFieldContainer[str]
95
122
  file_types: _containers.RepeatedScalarFieldContainer[FileType]
96
- context: str
123
+ context: ContextFile
97
124
  created_after: _timestamp_pb2.Timestamp
98
125
  created_before: _timestamp_pb2.Timestamp
99
126
  updated_after: _timestamp_pb2.Timestamp
@@ -104,7 +131,8 @@ class FileFilter(_message.Message):
104
131
  max_size_bytes: int
105
132
  prefix: str
106
133
  content_type: str
107
- def __init__(self, names: _Optional[_Iterable[str]] = ..., file_ids: _Optional[_Iterable[str]] = ..., file_types: _Optional[_Iterable[_Union[FileType, str]]] = ..., context: _Optional[str] = ..., created_after: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., created_before: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., updated_after: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., updated_before: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., status: _Optional[_Union[FileStatus, str]] = ..., content_type_prefix: _Optional[str] = ..., min_size_bytes: _Optional[int] = ..., max_size_bytes: _Optional[int] = ..., prefix: _Optional[str] = ..., content_type: _Optional[str] = ...) -> None: ...
134
+ visibilities: _containers.RepeatedScalarFieldContainer[Visibility]
135
+ def __init__(self, names: _Optional[_Iterable[str]] = ..., file_ids: _Optional[_Iterable[str]] = ..., file_types: _Optional[_Iterable[_Union[FileType, str]]] = ..., context: _Optional[_Union[ContextFile, str]] = ..., created_after: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., created_before: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., updated_after: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., updated_before: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., status: _Optional[_Union[FileStatus, str]] = ..., content_type_prefix: _Optional[str] = ..., min_size_bytes: _Optional[int] = ..., max_size_bytes: _Optional[int] = ..., prefix: _Optional[str] = ..., content_type: _Optional[str] = ..., visibilities: _Optional[_Iterable[_Union[Visibility, str]]] = ...) -> None: ...
108
136
 
109
137
  class FileResult(_message.Message):
110
138
  __slots__ = ()
@@ -124,7 +152,8 @@ class UploadFileData(_message.Message):
124
152
  METADATA_FIELD_NUMBER: _ClassVar[int]
125
153
  STATUS_FIELD_NUMBER: _ClassVar[int]
126
154
  REPLACE_IF_EXISTS_FIELD_NUMBER: _ClassVar[int]
127
- context: str
155
+ VISIBILITY_FIELD_NUMBER: _ClassVar[int]
156
+ context: ContextFile
128
157
  name: str
129
158
  file_type: FileType
130
159
  content_type: str
@@ -132,7 +161,8 @@ class UploadFileData(_message.Message):
132
161
  metadata: _struct_pb2.Struct
133
162
  status: FileStatus
134
163
  replace_if_exists: bool
135
- def __init__(self, context: _Optional[str] = ..., name: _Optional[str] = ..., file_type: _Optional[_Union[FileType, str]] = ..., content_type: _Optional[str] = ..., content: _Optional[bytes] = ..., metadata: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., status: _Optional[_Union[FileStatus, str]] = ..., replace_if_exists: _Optional[bool] = ...) -> None: ...
164
+ visibility: Visibility
165
+ def __init__(self, context: _Optional[_Union[ContextFile, str]] = ..., name: _Optional[str] = ..., file_type: _Optional[_Union[FileType, str]] = ..., content_type: _Optional[str] = ..., content: _Optional[bytes] = ..., metadata: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., status: _Optional[_Union[FileStatus, str]] = ..., replace_if_exists: _Optional[bool] = ..., visibility: _Optional[_Union[Visibility, str]] = ...) -> None: ...
136
166
 
137
167
  class UploadFilesRequest(_message.Message):
138
168
  __slots__ = ()
@@ -155,10 +185,10 @@ class GetFileRequest(_message.Message):
155
185
  CONTEXT_FIELD_NUMBER: _ClassVar[int]
156
186
  FILE_ID_FIELD_NUMBER: _ClassVar[int]
157
187
  INCLUDE_CONTENT_FIELD_NUMBER: _ClassVar[int]
158
- context: str
188
+ context: ContextFile
159
189
  file_id: str
160
190
  include_content: bool
161
- def __init__(self, context: _Optional[str] = ..., file_id: _Optional[str] = ..., include_content: _Optional[bool] = ...) -> None: ...
191
+ def __init__(self, context: _Optional[_Union[ContextFile, str]] = ..., file_id: _Optional[str] = ..., include_content: _Optional[bool] = ...) -> None: ...
162
192
 
163
193
  class GetFileResponse(_message.Message):
164
194
  __slots__ = ()
@@ -178,7 +208,8 @@ class UpdateFileRequest(_message.Message):
178
208
  CONTENT_FIELD_NUMBER: _ClassVar[int]
179
209
  STATUS_FIELD_NUMBER: _ClassVar[int]
180
210
  METADATA_FIELD_NUMBER: _ClassVar[int]
181
- context: str
211
+ VISIBILITY_FIELD_NUMBER: _ClassVar[int]
212
+ context: ContextFile
182
213
  file_id: str
183
214
  new_name: str
184
215
  file_type: FileType
@@ -186,7 +217,8 @@ class UpdateFileRequest(_message.Message):
186
217
  content: bytes
187
218
  status: FileStatus
188
219
  metadata: _struct_pb2.Struct
189
- def __init__(self, context: _Optional[str] = ..., file_id: _Optional[str] = ..., new_name: _Optional[str] = ..., file_type: _Optional[_Union[FileType, str]] = ..., content_type: _Optional[str] = ..., content: _Optional[bytes] = ..., status: _Optional[_Union[FileStatus, str]] = ..., metadata: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...) -> None: ...
220
+ visibility: Visibility
221
+ def __init__(self, context: _Optional[_Union[ContextFile, str]] = ..., file_id: _Optional[str] = ..., new_name: _Optional[str] = ..., file_type: _Optional[_Union[FileType, str]] = ..., content_type: _Optional[str] = ..., content: _Optional[bytes] = ..., status: _Optional[_Union[FileStatus, str]] = ..., metadata: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., visibility: _Optional[_Union[Visibility, str]] = ...) -> None: ...
190
222
 
191
223
  class UpdateFileResponse(_message.Message):
192
224
  __slots__ = ()
@@ -202,13 +234,13 @@ class GetFilesRequest(_message.Message):
202
234
  OFFSET_FIELD_NUMBER: _ClassVar[int]
203
235
  ORDER_FIELD_NUMBER: _ClassVar[int]
204
236
  INCLUDE_CONTENT_FIELD_NUMBER: _ClassVar[int]
205
- context: str
237
+ context: ContextFile
206
238
  filters: FileFilter
207
239
  list_size: int
208
240
  offset: int
209
241
  order: str
210
242
  include_content: bool
211
- def __init__(self, context: _Optional[str] = ..., filters: _Optional[_Union[FileFilter, _Mapping]] = ..., list_size: _Optional[int] = ..., offset: _Optional[int] = ..., order: _Optional[str] = ..., include_content: _Optional[bool] = ...) -> None: ...
243
+ def __init__(self, context: _Optional[_Union[ContextFile, str]] = ..., filters: _Optional[_Union[FileFilter, _Mapping]] = ..., list_size: _Optional[int] = ..., offset: _Optional[int] = ..., order: _Optional[str] = ..., include_content: _Optional[bool] = ...) -> None: ...
212
244
 
213
245
  class GetFilesResponse(_message.Message):
214
246
  __slots__ = ()
@@ -224,11 +256,11 @@ class DeleteFilesRequest(_message.Message):
224
256
  FILTERS_FIELD_NUMBER: _ClassVar[int]
225
257
  FORCE_FIELD_NUMBER: _ClassVar[int]
226
258
  PERMANENT_FIELD_NUMBER: _ClassVar[int]
227
- context: str
259
+ context: ContextFile
228
260
  filters: FileFilter
229
261
  force: bool
230
262
  permanent: bool
231
- def __init__(self, context: _Optional[str] = ..., filters: _Optional[_Union[FileFilter, _Mapping]] = ..., force: _Optional[bool] = ..., permanent: _Optional[bool] = ...) -> None: ...
263
+ def __init__(self, context: _Optional[_Union[ContextFile, str]] = ..., filters: _Optional[_Union[FileFilter, _Mapping]] = ..., force: _Optional[bool] = ..., permanent: _Optional[bool] = ...) -> None: ...
232
264
 
233
265
  class DeleteFilesResponse(_message.Message):
234
266
  __slots__ = ()
@@ -67,7 +67,8 @@ class FilesystemServiceServicer(object):
67
67
  raise NotImplementedError('Method not implemented!')
68
68
 
69
69
  def GetFiles(self, request, context):
70
- """DEPRECATED: GetFiles unused in SDK, no callers.
70
+ """GetFiles retrieves multiple files matching the given filter,
71
+ with pagination and optional visibility filtering.
71
72
  """
72
73
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
73
74
  context.set_details('Method not implemented!')
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
24
24
 
25
25
 
26
26
 
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6agentic_mesh_protocol/registry/v1/registry_enums.proto\x12!agentic_mesh_protocol.registry.v1*|\n\x0cModuleStatus\x12\x1d\n\x19MODULE_STATUS_UNSPECIFIED\x10\x00\x12\x17\n\x13MODULE_STATUS_READY\x10\x01\x12\x18\n\x14MODULE_STATUS_ACTIVE\x10\x02\x12\x1a\n\x16MODULE_STATUS_ARCHIVED\x10\x03*\xc6\x02\n\x0bSetupStatus\x12\x1c\n\x18SETUP_STATUS_UNSPECIFIED\x10\x00\x12\x16\n\x12SETUP_STATUS_DRAFT\x10\x01\x12%\n!SETUP_STATUS_WAITING_FOR_APPROVAL\x10\x02\x12\x16\n\x12SETUP_STATUS_READY\x10\x03\x12\x17\n\x13SETUP_STATUS_PAUSED\x10\x04\x12\x17\n\x13SETUP_STATUS_FAILED\x10\x05\x12\x19\n\x15SETUP_STATUS_ARCHIVED\x10\x06\x12$\n SETUP_STATUS_NEEDS_CONFIGURATION\x10\x07\x12%\n!SETUP_STATUS_CONFIGURATION_FAILED\x10\x08\x12(\n$SETUP_STATUS_CONFIGURATION_SUCCEEDED\x10\t*p\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x15\n\x11VISIBILITY_PUBLIC\x10\x01\x12\x16\n\x12VISIBILITY_PRIVATE\x10\x02\x12\x17\n\x13VISIBILITY_INTERNAL\x10\x03*c\n\x06SortBy\x12\x17\n\x13SORT_BY_UNSPECIFIED\x10\x00\x12\x10\n\x0cSORT_BY_NAME\x10\x01\x12\x16\n\x12SORT_BY_CREATED_AT\x10\x02\x12\x16\n\x12SORT_BY_UPDATED_AT\x10\x03*a\n\nModuleType\x12\x1b\n\x17MODULE_TYPE_UNSPECIFIED\x10\x00\x12\x19\n\x15MODULE_TYPE_ARCHETYPE\x10\x01\x12\x1b\n\x17MODULE_TYPE_TOOL_MODULE\x10\x02\x42\xd9\x01\n%com.agentic_mesh_protocol.registry.v1B\x12RegistryEnumsProtoP\x01\xa2\x02\x03\x41RX\xaa\x02\x1f\x41genticMeshProtocol.Registry.V1\xca\x02\x1f\x41genticMeshProtocol\\Registry\\V1\xe2\x02+AgenticMeshProtocol\\Registry\\V1\\GPBMetadata\xea\x02!AgenticMeshProtocol::Registry::V1b\x06proto3')
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6agentic_mesh_protocol/registry/v1/registry_enums.proto\x12!agentic_mesh_protocol.registry.v1*|\n\x0cModuleStatus\x12\x1d\n\x19MODULE_STATUS_UNSPECIFIED\x10\x00\x12\x17\n\x13MODULE_STATUS_READY\x10\x01\x12\x18\n\x14MODULE_STATUS_ACTIVE\x10\x02\x12\x1a\n\x16MODULE_STATUS_ARCHIVED\x10\x03*\xc6\x02\n\x0bSetupStatus\x12\x1c\n\x18SETUP_STATUS_UNSPECIFIED\x10\x00\x12\x16\n\x12SETUP_STATUS_DRAFT\x10\x01\x12%\n!SETUP_STATUS_WAITING_FOR_APPROVAL\x10\x02\x12\x16\n\x12SETUP_STATUS_READY\x10\x03\x12\x17\n\x13SETUP_STATUS_PAUSED\x10\x04\x12\x17\n\x13SETUP_STATUS_FAILED\x10\x05\x12\x19\n\x15SETUP_STATUS_ARCHIVED\x10\x06\x12$\n SETUP_STATUS_NEEDS_CONFIGURATION\x10\x07\x12%\n!SETUP_STATUS_CONFIGURATION_FAILED\x10\x08\x12(\n$SETUP_STATUS_CONFIGURATION_SUCCEEDED\x10\t*p\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x15\n\x11VISIBILITY_PUBLIC\x10\x01\x12\x16\n\x12VISIBILITY_PRIVATE\x10\x02\x12\x17\n\x13VISIBILITY_INTERNAL\x10\x03*c\n\x06SortBy\x12\x17\n\x13SORT_BY_UNSPECIFIED\x10\x00\x12\x10\n\x0cSORT_BY_NAME\x10\x01\x12\x16\n\x12SORT_BY_CREATED_AT\x10\x02\x12\x16\n\x12SORT_BY_UPDATED_AT\x10\x03*z\n\nModuleType\x12\x1b\n\x17MODULE_TYPE_UNSPECIFIED\x10\x00\x12\x19\n\x15MODULE_TYPE_ARCHETYPE\x10\x01\x12\x1b\n\x17MODULE_TYPE_TOOL_MODULE\x10\x02\x12\x17\n\x13MODULE_TYPE_SERVICE\x10\x03\x42\xd9\x01\n%com.agentic_mesh_protocol.registry.v1B\x12RegistryEnumsProtoP\x01\xa2\x02\x03\x41RX\xaa\x02\x1f\x41genticMeshProtocol.Registry.V1\xca\x02\x1f\x41genticMeshProtocol\\Registry\\V1\xe2\x02+AgenticMeshProtocol\\Registry\\V1\\GPBMetadata\xea\x02!AgenticMeshProtocol::Registry::V1b\x06proto3')
28
28
 
29
29
  _globals = globals()
30
30
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -41,5 +41,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
41
41
  _globals['_SORTBY']._serialized_start=662
42
42
  _globals['_SORTBY']._serialized_end=761
43
43
  _globals['_MODULETYPE']._serialized_start=763
44
- _globals['_MODULETYPE']._serialized_end=860
44
+ _globals['_MODULETYPE']._serialized_end=885
45
45
  # @@protoc_insertion_point(module_scope)
@@ -43,6 +43,7 @@ class ModuleType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
43
43
  MODULE_TYPE_UNSPECIFIED: _ClassVar[ModuleType]
44
44
  MODULE_TYPE_ARCHETYPE: _ClassVar[ModuleType]
45
45
  MODULE_TYPE_TOOL_MODULE: _ClassVar[ModuleType]
46
+ MODULE_TYPE_SERVICE: _ClassVar[ModuleType]
46
47
  MODULE_STATUS_UNSPECIFIED: ModuleStatus
47
48
  MODULE_STATUS_READY: ModuleStatus
48
49
  MODULE_STATUS_ACTIVE: ModuleStatus
@@ -68,3 +69,4 @@ SORT_BY_UPDATED_AT: SortBy
68
69
  MODULE_TYPE_UNSPECIFIED: ModuleType
69
70
  MODULE_TYPE_ARCHETYPE: ModuleType
70
71
  MODULE_TYPE_TOOL_MODULE: ModuleType
72
+ MODULE_TYPE_SERVICE: ModuleType
@@ -27,7 +27,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
27
27
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
28
28
 
29
29
 
30
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+agentic_mesh_protocol/storage/v1/data.proto\x12 agentic_mesh_protocol.storage.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xb3\x03\n\rStorageRecord\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12\x41\n\x07\x63ontext\x18\x02 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\x12G\n\rcreation_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xbaH\x03\xc8\x01\x01R\x0c\x63reationDate\x12\x43\n\x0bupdate_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xbaH\x03\xc8\x01\x01R\nupdateDate\x12O\n\tdata_type\x18\x07 \x01(\x0e\x32*.agentic_mesh_protocol.storage.v1.DataTypeB\x06\xbaH\x03\xc8\x01\x01R\x08\x64\x61taType\"\xaa\x02\n\x12StoreRecordRequest\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12\x41\n\x07\x63ontext\x18\x02 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\x12O\n\tdata_type\x18\x05 \x01(\x0e\x32*.agentic_mesh_protocol.storage.v1.DataTypeB\x06\xbaH\x03\xc8\x01\x01R\x08\x64\x61taType\"\x91\x01\n\x13StoreRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\xa3\x01\n\x11ReadRecordRequest\x12\x41\n\x07\x63ontext\x18\x01 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\"\x90\x01\n\x12ReadRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\xda\x01\n\x13UpdateRecordRequest\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12\x41\n\x07\x63ontext\x18\x02 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\"\x92\x01\n\x14UpdateRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\xa5\x01\n\x13RemoveRecordRequest\x12\x41\n\x07\x63ontext\x18\x01 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\"8\n\x14RemoveRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\"\x93\x01\n\x12ListRecordsRequest\x12U\n\x07\x63ontext\x18\x01 \x01(\tB;\xbaH8r321^(missions|setup_versions|users|organizations):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\"h\n\x13ListRecordsResponse\x12Q\n\x07records\x18\x01 \x03(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\x07records\"\x84\x01\n\x17RemoveCollectionRequest\x12\x41\n\x07\x63ontext\x18\x01 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\"<\n\x18RemoveCollectionResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success*F\n\x08\x44\x61taType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06OUTPUT\x10\x01\x12\x08\n\x04VIEW\x10\x02\x12\x08\n\x04LOGS\x10\x03\x12\t\n\x05OTHER\x10\x04\x42\xcb\x01\n$com.agentic_mesh_protocol.storage.v1B\tDataProtoP\x01\xa2\x02\x03\x41SX\xaa\x02\x1e\x41genticMeshProtocol.Storage.V1\xca\x02\x1e\x41genticMeshProtocol\\Storage\\V1\xe2\x02*AgenticMeshProtocol\\Storage\\V1\\GPBMetadata\xea\x02 AgenticMeshProtocol::Storage::V1b\x06proto3')
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+agentic_mesh_protocol/storage/v1/data.proto\x12 agentic_mesh_protocol.storage.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x89\x04\n\rStorageRecord\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12\x41\n\x07\x63ontext\x18\x02 \x01(\tB\'\xbaH$r\x1f\x32\x1d^(missions|setup_versions):.+\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\x12G\n\rcreation_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xbaH\x03\xc8\x01\x01R\x0c\x63reationDate\x12\x43\n\x0bupdate_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xbaH\x03\xc8\x01\x01R\nupdateDate\x12O\n\tdata_type\x18\x07 \x01(\x0e\x32*.agentic_mesh_protocol.storage.v1.DataTypeB\x06\xbaH\x03\xc8\x01\x01R\x08\x64\x61taType\x12T\n\nvisibility\x18\x08 \x01(\x0e\x32,.agentic_mesh_protocol.storage.v1.VisibilityB\x06\xbaH\x03\xc8\x01\x01R\nvisibility\"\x89\x03\n\x12StoreRecordRequest\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12R\n\x07\x63ontext\x18\x02 \x01(\x0e\x32\x30.agentic_mesh_protocol.storage.v1.ContextStorageB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\x12O\n\tdata_type\x18\x05 \x01(\x0e\x32*.agentic_mesh_protocol.storage.v1.DataTypeB\x06\xbaH\x03\xc8\x01\x01R\x08\x64\x61taType\x12L\n\nvisibility\x18\x06 \x01(\x0e\x32,.agentic_mesh_protocol.storage.v1.VisibilityR\nvisibility\"\x91\x01\n\x13StoreRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\xb4\x01\n\x11ReadRecordRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.storage.v1.ContextStorageB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\"\x90\x01\n\x12ReadRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\xb9\x02\n\x13UpdateRecordRequest\x12\x33\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x04\x64\x61ta\x12R\n\x07\x63ontext\x18\x02 \x01(\x0e\x32\x30.agentic_mesh_protocol.storage.v1.ContextStorageB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\x12L\n\nvisibility\x18\x05 \x01(\x0e\x32,.agentic_mesh_protocol.storage.v1.VisibilityR\nvisibility\"\x92\x01\n\x14UpdateRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\x12X\n\x0bstored_data\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\nstoredData\"\xb6\x01\n\x13RemoveRecordRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.storage.v1.ContextStorageB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12#\n\trecord_id\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08recordId\"8\n\x14RemoveRecordResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success\"\xf1\x01\n\x12ListRecordsRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.storage.v1.ContextStorageB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\x12_\n\x0cvisibilities\x18\x03 \x03(\x0e\x32,.agentic_mesh_protocol.storage.v1.VisibilityB\r\xbaH\n\x92\x01\x07\"\x05\x82\x01\x02 \x00R\x0cvisibilities\"h\n\x13ListRecordsResponse\x12Q\n\x07records\x18\x01 \x03(\x0b\x32/.agentic_mesh_protocol.storage.v1.StorageRecordB\x06\xbaH\x03\xc8\x01\x01R\x07records\"\x95\x01\n\x17RemoveCollectionRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.storage.v1.ContextStorageB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12&\n\ncollection\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\ncollection\"<\n\x18RemoveCollectionResponse\x12 \n\x07success\x18\x01 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x07success*F\n\x08\x44\x61taType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06OUTPUT\x10\x01\x12\x08\n\x04VIEW\x10\x02\x12\x08\n\x04LOGS\x10\x03\x12\t\n\x05OTHER\x10\x04*p\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x15\n\x11VISIBILITY_PUBLIC\x10\x01\x12\x16\n\x12VISIBILITY_PRIVATE\x10\x02\x12\x17\n\x13VISIBILITY_INTERNAL\x10\x03*\x89\x01\n\x0e\x43ontextStorage\x12\x17\n\x13\x43ONTEXT_UNSPECIFIED\x10\x00\x12\x14\n\x10\x43ONTEXT_MISSIONS\x10\x01\x12\x1a\n\x16\x43ONTEXT_SETUP_VERSIONS\x10\x02\x12\x11\n\rCONTEXT_USERS\x10\x03\x12\x19\n\x15\x43ONTEXT_ORGANIZATIONS\x10\x04\x42\xcb\x01\n$com.agentic_mesh_protocol.storage.v1B\tDataProtoP\x01\xa2\x02\x03\x41SX\xaa\x02\x1e\x41genticMeshProtocol.Storage.V1\xca\x02\x1e\x41genticMeshProtocol\\Storage\\V1\xe2\x02*AgenticMeshProtocol\\Storage\\V1\\GPBMetadata\xea\x02 AgenticMeshProtocol::Storage::V1b\x06proto3')
31
31
 
32
32
  _globals = globals()
33
33
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -49,10 +49,12 @@ if not _descriptor._USE_C_DESCRIPTORS:
49
49
  _globals['_STORAGERECORD'].fields_by_name['update_date']._serialized_options = b'\272H\003\310\001\001'
50
50
  _globals['_STORAGERECORD'].fields_by_name['data_type']._loaded_options = None
51
51
  _globals['_STORAGERECORD'].fields_by_name['data_type']._serialized_options = b'\272H\003\310\001\001'
52
+ _globals['_STORAGERECORD'].fields_by_name['visibility']._loaded_options = None
53
+ _globals['_STORAGERECORD'].fields_by_name['visibility']._serialized_options = b'\272H\003\310\001\001'
52
54
  _globals['_STORERECORDREQUEST'].fields_by_name['data']._loaded_options = None
53
55
  _globals['_STORERECORDREQUEST'].fields_by_name['data']._serialized_options = b'\272H\003\310\001\001'
54
56
  _globals['_STORERECORDREQUEST'].fields_by_name['context']._loaded_options = None
55
- _globals['_STORERECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
57
+ _globals['_STORERECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
56
58
  _globals['_STORERECORDREQUEST'].fields_by_name['collection']._loaded_options = None
57
59
  _globals['_STORERECORDREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
58
60
  _globals['_STORERECORDREQUEST'].fields_by_name['record_id']._loaded_options = None
@@ -64,7 +66,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
64
66
  _globals['_STORERECORDRESPONSE'].fields_by_name['stored_data']._loaded_options = None
65
67
  _globals['_STORERECORDRESPONSE'].fields_by_name['stored_data']._serialized_options = b'\272H\003\310\001\001'
66
68
  _globals['_READRECORDREQUEST'].fields_by_name['context']._loaded_options = None
67
- _globals['_READRECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
69
+ _globals['_READRECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
68
70
  _globals['_READRECORDREQUEST'].fields_by_name['collection']._loaded_options = None
69
71
  _globals['_READRECORDREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
70
72
  _globals['_READRECORDREQUEST'].fields_by_name['record_id']._loaded_options = None
@@ -76,7 +78,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
76
78
  _globals['_UPDATERECORDREQUEST'].fields_by_name['data']._loaded_options = None
77
79
  _globals['_UPDATERECORDREQUEST'].fields_by_name['data']._serialized_options = b'\272H\003\310\001\001'
78
80
  _globals['_UPDATERECORDREQUEST'].fields_by_name['context']._loaded_options = None
79
- _globals['_UPDATERECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
81
+ _globals['_UPDATERECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
80
82
  _globals['_UPDATERECORDREQUEST'].fields_by_name['collection']._loaded_options = None
81
83
  _globals['_UPDATERECORDREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
82
84
  _globals['_UPDATERECORDREQUEST'].fields_by_name['record_id']._loaded_options = None
@@ -86,7 +88,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
86
88
  _globals['_UPDATERECORDRESPONSE'].fields_by_name['stored_data']._loaded_options = None
87
89
  _globals['_UPDATERECORDRESPONSE'].fields_by_name['stored_data']._serialized_options = b'\272H\003\310\001\001'
88
90
  _globals['_REMOVERECORDREQUEST'].fields_by_name['context']._loaded_options = None
89
- _globals['_REMOVERECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
91
+ _globals['_REMOVERECORDREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
90
92
  _globals['_REMOVERECORDREQUEST'].fields_by_name['collection']._loaded_options = None
91
93
  _globals['_REMOVERECORDREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
92
94
  _globals['_REMOVERECORDREQUEST'].fields_by_name['record_id']._loaded_options = None
@@ -94,43 +96,49 @@ if not _descriptor._USE_C_DESCRIPTORS:
94
96
  _globals['_REMOVERECORDRESPONSE'].fields_by_name['success']._loaded_options = None
95
97
  _globals['_REMOVERECORDRESPONSE'].fields_by_name['success']._serialized_options = b'\272H\003\310\001\001'
96
98
  _globals['_LISTRECORDSREQUEST'].fields_by_name['context']._loaded_options = None
97
- _globals['_LISTRECORDSREQUEST'].fields_by_name['context']._serialized_options = b'\272H8r321^(missions|setup_versions|users|organizations):.+\310\001\001'
99
+ _globals['_LISTRECORDSREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
98
100
  _globals['_LISTRECORDSREQUEST'].fields_by_name['collection']._loaded_options = None
99
101
  _globals['_LISTRECORDSREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
102
+ _globals['_LISTRECORDSREQUEST'].fields_by_name['visibilities']._loaded_options = None
103
+ _globals['_LISTRECORDSREQUEST'].fields_by_name['visibilities']._serialized_options = b'\272H\n\222\001\007\"\005\202\001\002 \000'
100
104
  _globals['_LISTRECORDSRESPONSE'].fields_by_name['records']._loaded_options = None
101
105
  _globals['_LISTRECORDSRESPONSE'].fields_by_name['records']._serialized_options = b'\272H\003\310\001\001'
102
106
  _globals['_REMOVECOLLECTIONREQUEST'].fields_by_name['context']._loaded_options = None
103
- _globals['_REMOVECOLLECTIONREQUEST'].fields_by_name['context']._serialized_options = b'\272H$r\0372\035^(missions|setup_versions):.+\310\001\001'
107
+ _globals['_REMOVECOLLECTIONREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
104
108
  _globals['_REMOVECOLLECTIONREQUEST'].fields_by_name['collection']._loaded_options = None
105
109
  _globals['_REMOVECOLLECTIONREQUEST'].fields_by_name['collection']._serialized_options = b'\272H\003\310\001\001'
106
110
  _globals['_REMOVECOLLECTIONRESPONSE'].fields_by_name['success']._loaded_options = None
107
111
  _globals['_REMOVECOLLECTIONRESPONSE'].fields_by_name['success']._serialized_options = b'\272H\003\310\001\001'
108
- _globals['_DATATYPE']._serialized_start=2422
109
- _globals['_DATATYPE']._serialized_end=2492
112
+ _globals['_DATATYPE']._serialized_start=2843
113
+ _globals['_DATATYPE']._serialized_end=2913
114
+ _globals['_VISIBILITY']._serialized_start=2915
115
+ _globals['_VISIBILITY']._serialized_end=3027
116
+ _globals['_CONTEXTSTORAGE']._serialized_start=3030
117
+ _globals['_CONTEXTSTORAGE']._serialized_end=3167
110
118
  _globals['_STORAGERECORD']._serialized_start=174
111
- _globals['_STORAGERECORD']._serialized_end=609
112
- _globals['_STORERECORDREQUEST']._serialized_start=612
113
- _globals['_STORERECORDREQUEST']._serialized_end=910
114
- _globals['_STORERECORDRESPONSE']._serialized_start=913
115
- _globals['_STORERECORDRESPONSE']._serialized_end=1058
116
- _globals['_READRECORDREQUEST']._serialized_start=1061
117
- _globals['_READRECORDREQUEST']._serialized_end=1224
118
- _globals['_READRECORDRESPONSE']._serialized_start=1227
119
- _globals['_READRECORDRESPONSE']._serialized_end=1371
120
- _globals['_UPDATERECORDREQUEST']._serialized_start=1374
121
- _globals['_UPDATERECORDREQUEST']._serialized_end=1592
122
- _globals['_UPDATERECORDRESPONSE']._serialized_start=1595
123
- _globals['_UPDATERECORDRESPONSE']._serialized_end=1741
124
- _globals['_REMOVERECORDREQUEST']._serialized_start=1744
125
- _globals['_REMOVERECORDREQUEST']._serialized_end=1909
126
- _globals['_REMOVERECORDRESPONSE']._serialized_start=1911
127
- _globals['_REMOVERECORDRESPONSE']._serialized_end=1967
128
- _globals['_LISTRECORDSREQUEST']._serialized_start=1970
129
- _globals['_LISTRECORDSREQUEST']._serialized_end=2117
130
- _globals['_LISTRECORDSRESPONSE']._serialized_start=2119
131
- _globals['_LISTRECORDSRESPONSE']._serialized_end=2223
132
- _globals['_REMOVECOLLECTIONREQUEST']._serialized_start=2226
133
- _globals['_REMOVECOLLECTIONREQUEST']._serialized_end=2358
134
- _globals['_REMOVECOLLECTIONRESPONSE']._serialized_start=2360
135
- _globals['_REMOVECOLLECTIONRESPONSE']._serialized_end=2420
119
+ _globals['_STORAGERECORD']._serialized_end=695
120
+ _globals['_STORERECORDREQUEST']._serialized_start=698
121
+ _globals['_STORERECORDREQUEST']._serialized_end=1091
122
+ _globals['_STORERECORDRESPONSE']._serialized_start=1094
123
+ _globals['_STORERECORDRESPONSE']._serialized_end=1239
124
+ _globals['_READRECORDREQUEST']._serialized_start=1242
125
+ _globals['_READRECORDREQUEST']._serialized_end=1422
126
+ _globals['_READRECORDRESPONSE']._serialized_start=1425
127
+ _globals['_READRECORDRESPONSE']._serialized_end=1569
128
+ _globals['_UPDATERECORDREQUEST']._serialized_start=1572
129
+ _globals['_UPDATERECORDREQUEST']._serialized_end=1885
130
+ _globals['_UPDATERECORDRESPONSE']._serialized_start=1888
131
+ _globals['_UPDATERECORDRESPONSE']._serialized_end=2034
132
+ _globals['_REMOVERECORDREQUEST']._serialized_start=2037
133
+ _globals['_REMOVERECORDREQUEST']._serialized_end=2219
134
+ _globals['_REMOVERECORDRESPONSE']._serialized_start=2221
135
+ _globals['_REMOVERECORDRESPONSE']._serialized_end=2277
136
+ _globals['_LISTRECORDSREQUEST']._serialized_start=2280
137
+ _globals['_LISTRECORDSREQUEST']._serialized_end=2521
138
+ _globals['_LISTRECORDSRESPONSE']._serialized_start=2523
139
+ _globals['_LISTRECORDSRESPONSE']._serialized_end=2627
140
+ _globals['_REMOVECOLLECTIONREQUEST']._serialized_start=2630
141
+ _globals['_REMOVECOLLECTIONREQUEST']._serialized_end=2779
142
+ _globals['_REMOVECOLLECTIONRESPONSE']._serialized_start=2781
143
+ _globals['_REMOVECOLLECTIONRESPONSE']._serialized_end=2841
136
144
  # @@protoc_insertion_point(module_scope)
@@ -19,11 +19,35 @@ class DataType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
19
19
  VIEW: _ClassVar[DataType]
20
20
  LOGS: _ClassVar[DataType]
21
21
  OTHER: _ClassVar[DataType]
22
+
23
+ class Visibility(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
24
+ __slots__ = ()
25
+ VISIBILITY_UNSPECIFIED: _ClassVar[Visibility]
26
+ VISIBILITY_PUBLIC: _ClassVar[Visibility]
27
+ VISIBILITY_PRIVATE: _ClassVar[Visibility]
28
+ VISIBILITY_INTERNAL: _ClassVar[Visibility]
29
+
30
+ class ContextStorage(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
31
+ __slots__ = ()
32
+ CONTEXT_UNSPECIFIED: _ClassVar[ContextStorage]
33
+ CONTEXT_MISSIONS: _ClassVar[ContextStorage]
34
+ CONTEXT_SETUP_VERSIONS: _ClassVar[ContextStorage]
35
+ CONTEXT_USERS: _ClassVar[ContextStorage]
36
+ CONTEXT_ORGANIZATIONS: _ClassVar[ContextStorage]
22
37
  UNSPECIFIED: DataType
23
38
  OUTPUT: DataType
24
39
  VIEW: DataType
25
40
  LOGS: DataType
26
41
  OTHER: DataType
42
+ VISIBILITY_UNSPECIFIED: Visibility
43
+ VISIBILITY_PUBLIC: Visibility
44
+ VISIBILITY_PRIVATE: Visibility
45
+ VISIBILITY_INTERNAL: Visibility
46
+ CONTEXT_UNSPECIFIED: ContextStorage
47
+ CONTEXT_MISSIONS: ContextStorage
48
+ CONTEXT_SETUP_VERSIONS: ContextStorage
49
+ CONTEXT_USERS: ContextStorage
50
+ CONTEXT_ORGANIZATIONS: ContextStorage
27
51
 
28
52
  class StorageRecord(_message.Message):
29
53
  __slots__ = ()
@@ -34,6 +58,7 @@ class StorageRecord(_message.Message):
34
58
  CREATION_DATE_FIELD_NUMBER: _ClassVar[int]
35
59
  UPDATE_DATE_FIELD_NUMBER: _ClassVar[int]
36
60
  DATA_TYPE_FIELD_NUMBER: _ClassVar[int]
61
+ VISIBILITY_FIELD_NUMBER: _ClassVar[int]
37
62
  data: _struct_pb2.Struct
38
63
  context: str
39
64
  collection: str
@@ -41,7 +66,8 @@ class StorageRecord(_message.Message):
41
66
  creation_date: _timestamp_pb2.Timestamp
42
67
  update_date: _timestamp_pb2.Timestamp
43
68
  data_type: DataType
44
- def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., context: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ..., creation_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., update_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., data_type: _Optional[_Union[DataType, str]] = ...) -> None: ...
69
+ visibility: Visibility
70
+ def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., context: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ..., creation_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., update_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., data_type: _Optional[_Union[DataType, str]] = ..., visibility: _Optional[_Union[Visibility, str]] = ...) -> None: ...
45
71
 
46
72
  class StoreRecordRequest(_message.Message):
47
73
  __slots__ = ()
@@ -50,12 +76,14 @@ class StoreRecordRequest(_message.Message):
50
76
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
51
77
  RECORD_ID_FIELD_NUMBER: _ClassVar[int]
52
78
  DATA_TYPE_FIELD_NUMBER: _ClassVar[int]
79
+ VISIBILITY_FIELD_NUMBER: _ClassVar[int]
53
80
  data: _struct_pb2.Struct
54
- context: str
81
+ context: ContextStorage
55
82
  collection: str
56
83
  record_id: str
57
84
  data_type: DataType
58
- def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., context: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ..., data_type: _Optional[_Union[DataType, str]] = ...) -> None: ...
85
+ visibility: Visibility
86
+ def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., context: _Optional[_Union[ContextStorage, str]] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ..., data_type: _Optional[_Union[DataType, str]] = ..., visibility: _Optional[_Union[Visibility, str]] = ...) -> None: ...
59
87
 
60
88
  class StoreRecordResponse(_message.Message):
61
89
  __slots__ = ()
@@ -70,10 +98,10 @@ class ReadRecordRequest(_message.Message):
70
98
  CONTEXT_FIELD_NUMBER: _ClassVar[int]
71
99
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
72
100
  RECORD_ID_FIELD_NUMBER: _ClassVar[int]
73
- context: str
101
+ context: ContextStorage
74
102
  collection: str
75
103
  record_id: str
76
- def __init__(self, context: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ...) -> None: ...
104
+ def __init__(self, context: _Optional[_Union[ContextStorage, str]] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ...) -> None: ...
77
105
 
78
106
  class ReadRecordResponse(_message.Message):
79
107
  __slots__ = ()
@@ -89,11 +117,13 @@ class UpdateRecordRequest(_message.Message):
89
117
  CONTEXT_FIELD_NUMBER: _ClassVar[int]
90
118
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
91
119
  RECORD_ID_FIELD_NUMBER: _ClassVar[int]
120
+ VISIBILITY_FIELD_NUMBER: _ClassVar[int]
92
121
  data: _struct_pb2.Struct
93
- context: str
122
+ context: ContextStorage
94
123
  collection: str
95
124
  record_id: str
96
- def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., context: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ...) -> None: ...
125
+ visibility: Visibility
126
+ def __init__(self, data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., context: _Optional[_Union[ContextStorage, str]] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ..., visibility: _Optional[_Union[Visibility, str]] = ...) -> None: ...
97
127
 
98
128
  class UpdateRecordResponse(_message.Message):
99
129
  __slots__ = ()
@@ -108,10 +138,10 @@ class RemoveRecordRequest(_message.Message):
108
138
  CONTEXT_FIELD_NUMBER: _ClassVar[int]
109
139
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
110
140
  RECORD_ID_FIELD_NUMBER: _ClassVar[int]
111
- context: str
141
+ context: ContextStorage
112
142
  collection: str
113
143
  record_id: str
114
- def __init__(self, context: _Optional[str] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ...) -> None: ...
144
+ def __init__(self, context: _Optional[_Union[ContextStorage, str]] = ..., collection: _Optional[str] = ..., record_id: _Optional[str] = ...) -> None: ...
115
145
 
116
146
  class RemoveRecordResponse(_message.Message):
117
147
  __slots__ = ()
@@ -123,9 +153,11 @@ class ListRecordsRequest(_message.Message):
123
153
  __slots__ = ()
124
154
  CONTEXT_FIELD_NUMBER: _ClassVar[int]
125
155
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
126
- context: str
156
+ VISIBILITIES_FIELD_NUMBER: _ClassVar[int]
157
+ context: ContextStorage
127
158
  collection: str
128
- def __init__(self, context: _Optional[str] = ..., collection: _Optional[str] = ...) -> None: ...
159
+ visibilities: _containers.RepeatedScalarFieldContainer[Visibility]
160
+ def __init__(self, context: _Optional[_Union[ContextStorage, str]] = ..., collection: _Optional[str] = ..., visibilities: _Optional[_Iterable[_Union[Visibility, str]]] = ...) -> None: ...
129
161
 
130
162
  class ListRecordsResponse(_message.Message):
131
163
  __slots__ = ()
@@ -137,9 +169,9 @@ class RemoveCollectionRequest(_message.Message):
137
169
  __slots__ = ()
138
170
  CONTEXT_FIELD_NUMBER: _ClassVar[int]
139
171
  COLLECTION_FIELD_NUMBER: _ClassVar[int]
140
- context: str
172
+ context: ContextStorage
141
173
  collection: str
142
- def __init__(self, context: _Optional[str] = ..., collection: _Optional[str] = ...) -> None: ...
174
+ def __init__(self, context: _Optional[_Union[ContextStorage, str]] = ..., collection: _Optional[str] = ...) -> None: ...
143
175
 
144
176
  class RemoveCollectionResponse(_message.Message):
145
177
  __slots__ = ()
@@ -80,7 +80,7 @@ class StorageServiceServicer(object):
80
80
  raise NotImplementedError('Method not implemented!')
81
81
 
82
82
  def ListRecords(self, request, context):
83
- """DEPRECATED: ListRecords unused in SDK, no callers.
83
+ """ListRecords: List records in a collection, optionally filtered by visibility
84
84
  """
85
85
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
86
86
  context.set_details('Method not implemented!')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentic-mesh-protocol
3
- Version: 1.0.1.dev3
3
+ Version: 1.0.1.dev4
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