agentic-mesh-protocol 1.0.0.dev2__tar.gz → 1.0.1__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.
- {agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol.egg-info → agentic_mesh_protocol-1.0.1}/PKG-INFO +6 -6
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/pyproject.toml +14 -14
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/__version__.py +1 -1
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.py +48 -40
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.pyi +45 -13
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2_grpc.py +2 -1
- agentic_mesh_protocol-1.0.1/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.py +71 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.pyi +14 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.py +2 -2
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2_grpc.py +58 -9
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/information_pb2.py +27 -19
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/information_pb2.pyi +16 -0
- agentic_mesh_protocol-1.0.1/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +39 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py +44 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.py +5 -3
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.pyi +15 -2
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.py +21 -9
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.pyi +59 -4
- agentic_mesh_protocol-1.0.1/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +106 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.pyi +47 -27
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.py +2 -2
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2_grpc.py +30 -28
- agentic_mesh_protocol-1.0.1/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +126 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/setup/v1/setup_pb2.pyi +68 -99
- agentic_mesh_protocol-1.0.1/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +38 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2_grpc.py +66 -198
- agentic_mesh_protocol-1.0.1/src/agentic_mesh_protocol/storage/v1/data_pb2.py +152 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/storage/v1/data_pb2.pyi +65 -21
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2_grpc.py +1 -1
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.py +34 -2
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.pyi +65 -1
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.py +2 -2
- agentic_mesh_protocol-1.0.1/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +215 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1/src/agentic_mesh_protocol.egg-info}/PKG-INFO +6 -6
- agentic_mesh_protocol-1.0.1/src/agentic_mesh_protocol.egg-info/requires.txt +6 -0
- agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.py +0 -65
- agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +0 -39
- agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +0 -106
- agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +0 -142
- agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +0 -38
- agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/storage/v1/data_pb2.py +0 -136
- agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +0 -81
- agentic_mesh_protocol-1.0.0.dev2/src/agentic_mesh_protocol.egg-info/requires.txt +0 -6
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/LICENSE +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/README.md +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/setup.cfg +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/cost/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/cost/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/cost/v1/cost_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/cost/v1/cost_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/cost/v1/cost_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/filesystem/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/filesystem/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/gateway/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/gateway/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/gateway/v1/gateway_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/information_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/module_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/py.typed +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/setup/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/setup/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/setup/v1/setup_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/storage/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/storage/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/storage/v1/data_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/user_profile/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/user_profile/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol.egg-info/SOURCES.txt +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol.egg-info/dependency_links.txt +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/agentic_mesh_protocol.egg-info/top_level.txt +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/buf/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/buf/validate/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/buf/validate/validate_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/buf/validate/validate_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/src/buf/validate/validate_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.0.dev2 → agentic_mesh_protocol-1.0.1}/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.
|
|
3
|
+
Version: 1.0.1
|
|
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
|
|
27
|
-
Requires-Dist: googleapis-common-protos==1.75.
|
|
28
|
-
Requires-Dist: grpcio-tools==1.
|
|
29
|
-
Requires-Dist: grpcio==1.
|
|
30
|
-
Requires-Dist: protobuf==
|
|
26
|
+
Requires-Dist: bump-my-version>=1.5.1
|
|
27
|
+
Requires-Dist: googleapis-common-protos==1.75.2
|
|
28
|
+
Requires-Dist: grpcio-tools==1.83.1
|
|
29
|
+
Requires-Dist: grpcio==1.83.1
|
|
30
|
+
Requires-Dist: protobuf==7.36.0
|
|
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
|
|
23
|
-
"googleapis-common-protos==1.75.
|
|
24
|
-
"grpcio-tools==1.
|
|
25
|
-
"grpcio==1.
|
|
26
|
-
"protobuf==
|
|
22
|
+
"bump-my-version>=1.5.1",
|
|
23
|
+
"googleapis-common-protos==1.75.2",
|
|
24
|
+
"grpcio-tools==1.83.1",
|
|
25
|
+
"grpcio==1.83.1",
|
|
26
|
+
"protobuf==7.36.0",
|
|
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.
|
|
41
|
+
version = "1.0.1"
|
|
42
42
|
|
|
43
43
|
[project.urls]
|
|
44
44
|
"Bug Tracker" = "https://github.com/DigitalKin-ai/service-apis-py/issues"
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
|
|
52
52
|
[dependency-groups]
|
|
53
53
|
dev = [
|
|
54
|
-
"build>=1.
|
|
55
|
-
"bump-my-version>=1.
|
|
56
|
-
"mypy>=2.
|
|
57
|
-
"pre-commit>=4.6.
|
|
58
|
-
"pytest>=9.
|
|
59
|
-
"ruff>=0.
|
|
54
|
+
"build>=1.6.0",
|
|
55
|
+
"bump-my-version>=1.5.1",
|
|
56
|
+
"mypy>=2.3.1",
|
|
57
|
+
"pre-commit>=4.6.2",
|
|
58
|
+
"pytest>=9.1.1",
|
|
59
|
+
"ruff>=0.16.5",
|
|
60
60
|
"twine>=6.2.0",
|
|
61
61
|
]
|
|
62
62
|
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
buf = [ "**/*.pyi" ]
|
|
72
72
|
|
|
73
73
|
[tool.ruff]
|
|
74
|
-
src = [ "src", "
|
|
74
|
+
src = [ "src", "test" ]
|
|
75
75
|
target-version = "py310"
|
|
76
76
|
|
|
77
77
|
[tool.pytest.ini_options]
|
|
78
78
|
python_files = "test_*.py"
|
|
79
|
-
testpaths = [ "
|
|
79
|
+
testpaths = [ "test" ]
|
|
@@ -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\"\
|
|
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'\272H\
|
|
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
|
|
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\
|
|
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\
|
|
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'\272H\
|
|
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\
|
|
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=
|
|
127
|
-
_globals['_FILETYPE']._serialized_end=
|
|
128
|
-
_globals['_FILESTATUS']._serialized_start=
|
|
129
|
-
_globals['_FILESTATUS']._serialized_end=
|
|
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=
|
|
132
|
-
_globals['_FILEFILTER']._serialized_start=
|
|
133
|
-
_globals['_FILEFILTER']._serialized_end=
|
|
134
|
-
_globals['_FILERESULT']._serialized_start=
|
|
135
|
-
_globals['_FILERESULT']._serialized_end=
|
|
136
|
-
_globals['_UPLOADFILEDATA']._serialized_start=
|
|
137
|
-
_globals['_UPLOADFILEDATA']._serialized_end=
|
|
138
|
-
_globals['_UPLOADFILESREQUEST']._serialized_start=
|
|
139
|
-
_globals['_UPLOADFILESREQUEST']._serialized_end=
|
|
140
|
-
_globals['_UPLOADFILESRESPONSE']._serialized_start=
|
|
141
|
-
_globals['_UPLOADFILESRESPONSE']._serialized_end=
|
|
142
|
-
_globals['_GETFILEREQUEST']._serialized_start=
|
|
143
|
-
_globals['_GETFILEREQUEST']._serialized_end=
|
|
144
|
-
_globals['_GETFILERESPONSE']._serialized_start=
|
|
145
|
-
_globals['_GETFILERESPONSE']._serialized_end=
|
|
146
|
-
_globals['_UPDATEFILEREQUEST']._serialized_start=
|
|
147
|
-
_globals['_UPDATEFILEREQUEST']._serialized_end=
|
|
148
|
-
_globals['_UPDATEFILERESPONSE']._serialized_start=
|
|
149
|
-
_globals['_UPDATEFILERESPONSE']._serialized_end=
|
|
150
|
-
_globals['_GETFILESREQUEST']._serialized_start=
|
|
151
|
-
_globals['_GETFILESREQUEST']._serialized_end=
|
|
152
|
-
_globals['_GETFILESRESPONSE']._serialized_start=
|
|
153
|
-
_globals['_GETFILESRESPONSE']._serialized_end=
|
|
154
|
-
_globals['_DELETEFILESREQUEST']._serialized_start=
|
|
155
|
-
_globals['_DELETEFILESREQUEST']._serialized_end=
|
|
156
|
-
_globals['_DELETEFILESRESPONSE']._serialized_start=
|
|
157
|
-
_globals['_DELETEFILESRESPONSE']._serialized_end=
|
|
158
|
-
_globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_start=
|
|
159
|
-
_globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_end=
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
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:
|
|
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
|
-
"""
|
|
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!')
|
|
@@ -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\
|
|
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=
|
|
37
|
+
_globals['_GATEWAYSERVICE']._serialized_end=647
|
|
38
38
|
# @@protoc_insertion_point(module_scope)
|