agentic-mesh-protocol 0.2.1.dev2__py3-none-any.whl → 0.2.1.dev3__py3-none-any.whl
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/__version__.py +1 -1
- agentic_mesh_protocol/module/v1/module_service_pb2.py +2 -2
- agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py +44 -0
- {agentic_mesh_protocol-0.2.1.dev2.dist-info → agentic_mesh_protocol-0.2.1.dev3.dist-info}/METADATA +1 -1
- {agentic_mesh_protocol-0.2.1.dev2.dist-info → agentic_mesh_protocol-0.2.1.dev3.dist-info}/RECORD +8 -8
- {agentic_mesh_protocol-0.2.1.dev2.dist-info → agentic_mesh_protocol-0.2.1.dev3.dist-info}/WHEEL +0 -0
- {agentic_mesh_protocol-0.2.1.dev2.dist-info → agentic_mesh_protocol-0.2.1.dev3.dist-info}/licenses/LICENSE +0 -0
- {agentic_mesh_protocol-0.2.1.dev2.dist-info → agentic_mesh_protocol-0.2.1.dev3.dist-info}/top_level.txt +0 -0
|
@@ -27,7 +27,7 @@ from agentic_mesh_protocol.module.v1 import lifecycle_pb2 as agentic__mesh__prot
|
|
|
27
27
|
from agentic_mesh_protocol.module.v1 import monitoring_pb2 as agentic__mesh__protocol_dot_module_dot_v1_dot_monitoring__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4agentic_mesh_protocol/module/v1/module_service.proto\x12\x1f\x61gentic_mesh_protocol.module.v1\x1a\x31\x61gentic_mesh_protocol/module/v1/information.proto\x1a/agentic_mesh_protocol/module/v1/lifecycle.proto\x1a\x30\x61gentic_mesh_protocol/module/v1/monitoring.proto2\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4agentic_mesh_protocol/module/v1/module_service.proto\x12\x1f\x61gentic_mesh_protocol.module.v1\x1a\x31\x61gentic_mesh_protocol/module/v1/information.proto\x1a/agentic_mesh_protocol/module/v1/lifecycle.proto\x1a\x30\x61gentic_mesh_protocol/module/v1/monitoring.proto2\xd8\x0b\n\rModuleService\x12z\n\x0bStartModule\x12\x33.agentic_mesh_protocol.module.v1.StartModuleRequest\x1a\x34.agentic_mesh_protocol.module.v1.StartModuleResponse0\x01\x12u\n\nStopModule\x12\x32.agentic_mesh_protocol.module.v1.StopModuleRequest\x1a\x33.agentic_mesh_protocol.module.v1.StopModuleResponse\x12\x84\x01\n\x0fGetModuleStatus\x12\x37.agentic_mesh_protocol.module.v1.GetModuleStatusRequest\x1a\x38.agentic_mesh_protocol.module.v1.GetModuleStatusResponse\x12~\n\rGetModuleJobs\x12\x35.agentic_mesh_protocol.module.v1.GetModuleJobsRequest\x1a\x36.agentic_mesh_protocol.module.v1.GetModuleJobsResponse\x12\x81\x01\n\x0eGetModuleInput\x12\x36.agentic_mesh_protocol.module.v1.GetModuleInputRequest\x1a\x37.agentic_mesh_protocol.module.v1.GetModuleInputResponse\x12\x93\x01\n\x14GetModuleSelectInput\x12<.agentic_mesh_protocol.module.v1.GetModuleSelectInputRequest\x1a=.agentic_mesh_protocol.module.v1.GetModuleSelectInputResponse\x12\x84\x01\n\x0fGetModuleOutput\x12\x37.agentic_mesh_protocol.module.v1.GetModuleOutputRequest\x1a\x38.agentic_mesh_protocol.module.v1.GetModuleOutputResponse\x12\x81\x01\n\x0eGetModuleSetup\x12\x36.agentic_mesh_protocol.module.v1.GetModuleSetupRequest\x1a\x37.agentic_mesh_protocol.module.v1.GetModuleSetupResponse\x12\x84\x01\n\x0fGetModuleSecret\x12\x37.agentic_mesh_protocol.module.v1.GetModuleSecretRequest\x1a\x38.agentic_mesh_protocol.module.v1.GetModuleSecretResponse\x12\x93\x01\n\x14GetConfigSetupModule\x12<.agentic_mesh_protocol.module.v1.GetConfigSetupModuleRequest\x1a=.agentic_mesh_protocol.module.v1.GetConfigSetupModuleResponse\x12\x8a\x01\n\x11\x43onfigSetupModule\x12\x39.agentic_mesh_protocol.module.v1.ConfigSetupModuleRequest\x1a:.agentic_mesh_protocol.module.v1.ConfigSetupModuleResponseB\xcf\x01\n#com.agentic_mesh_protocol.module.v1B\x12ModuleServiceProtoP\x01\xa2\x02\x03\x41MX\xaa\x02\x1d\x41genticMeshProtocol.Module.V1\xca\x02\x1d\x41genticMeshProtocol\\Module\\V1\xe2\x02)AgenticMeshProtocol\\Module\\V1\\GPBMetadata\xea\x02\x1f\x41genticMeshProtocol::Module::V1b\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -36,5 +36,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
36
36
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
37
|
_globals['DESCRIPTOR']._serialized_options = b'\n#com.agentic_mesh_protocol.module.v1B\022ModuleServiceProtoP\001\242\002\003AMX\252\002\035AgenticMeshProtocol.Module.V1\312\002\035AgenticMeshProtocol\\Module\\V1\342\002)AgenticMeshProtocol\\Module\\V1\\GPBMetadata\352\002\037AgenticMeshProtocol::Module::V1'
|
|
38
38
|
_globals['_MODULESERVICE']._serialized_start=240
|
|
39
|
-
_globals['_MODULESERVICE']._serialized_end=
|
|
39
|
+
_globals['_MODULESERVICE']._serialized_end=1736
|
|
40
40
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -49,6 +49,11 @@ class ModuleServiceStub(object):
|
|
|
49
49
|
request_serializer=agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleInputRequest.SerializeToString,
|
|
50
50
|
response_deserializer=agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleInputResponse.FromString,
|
|
51
51
|
_registered_method=True)
|
|
52
|
+
self.GetModuleSelectInput = channel.unary_unary(
|
|
53
|
+
'/agentic_mesh_protocol.module.v1.ModuleService/GetModuleSelectInput',
|
|
54
|
+
request_serializer=agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleSelectInputRequest.SerializeToString,
|
|
55
|
+
response_deserializer=agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleSelectInputResponse.FromString,
|
|
56
|
+
_registered_method=True)
|
|
52
57
|
self.GetModuleOutput = channel.unary_unary(
|
|
53
58
|
'/agentic_mesh_protocol.module.v1.ModuleService/GetModuleOutput',
|
|
54
59
|
request_serializer=agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleOutputRequest.SerializeToString,
|
|
@@ -122,6 +127,13 @@ class ModuleServiceServicer(object):
|
|
|
122
127
|
context.set_details('Method not implemented!')
|
|
123
128
|
raise NotImplementedError('Method not implemented!')
|
|
124
129
|
|
|
130
|
+
def GetModuleSelectInput(self, request, context):
|
|
131
|
+
"""GetModuleSelectInput
|
|
132
|
+
"""
|
|
133
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
134
|
+
context.set_details('Method not implemented!')
|
|
135
|
+
raise NotImplementedError('Method not implemented!')
|
|
136
|
+
|
|
125
137
|
def GetModuleOutput(self, request, context):
|
|
126
138
|
"""GetModuleOutput
|
|
127
139
|
"""
|
|
@@ -185,6 +197,11 @@ def add_ModuleServiceServicer_to_server(servicer, server):
|
|
|
185
197
|
request_deserializer=agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleInputRequest.FromString,
|
|
186
198
|
response_serializer=agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleInputResponse.SerializeToString,
|
|
187
199
|
),
|
|
200
|
+
'GetModuleSelectInput': grpc.unary_unary_rpc_method_handler(
|
|
201
|
+
servicer.GetModuleSelectInput,
|
|
202
|
+
request_deserializer=agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleSelectInputRequest.FromString,
|
|
203
|
+
response_serializer=agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleSelectInputResponse.SerializeToString,
|
|
204
|
+
),
|
|
188
205
|
'GetModuleOutput': grpc.unary_unary_rpc_method_handler(
|
|
189
206
|
servicer.GetModuleOutput,
|
|
190
207
|
request_deserializer=agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleOutputRequest.FromString,
|
|
@@ -364,6 +381,33 @@ class ModuleService(object):
|
|
|
364
381
|
metadata,
|
|
365
382
|
_registered_method=True)
|
|
366
383
|
|
|
384
|
+
@staticmethod
|
|
385
|
+
def GetModuleSelectInput(request,
|
|
386
|
+
target,
|
|
387
|
+
options=(),
|
|
388
|
+
channel_credentials=None,
|
|
389
|
+
call_credentials=None,
|
|
390
|
+
insecure=False,
|
|
391
|
+
compression=None,
|
|
392
|
+
wait_for_ready=None,
|
|
393
|
+
timeout=None,
|
|
394
|
+
metadata=None):
|
|
395
|
+
return grpc.experimental.unary_unary(
|
|
396
|
+
request,
|
|
397
|
+
target,
|
|
398
|
+
'/agentic_mesh_protocol.module.v1.ModuleService/GetModuleSelectInput',
|
|
399
|
+
agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleSelectInputRequest.SerializeToString,
|
|
400
|
+
agentic__mesh__protocol_dot_module_dot_v1_dot_information__pb2.GetModuleSelectInputResponse.FromString,
|
|
401
|
+
options,
|
|
402
|
+
channel_credentials,
|
|
403
|
+
insecure,
|
|
404
|
+
call_credentials,
|
|
405
|
+
compression,
|
|
406
|
+
wait_for_ready,
|
|
407
|
+
timeout,
|
|
408
|
+
metadata,
|
|
409
|
+
_registered_method=True)
|
|
410
|
+
|
|
367
411
|
@staticmethod
|
|
368
412
|
def GetModuleOutput(request,
|
|
369
413
|
target,
|
{agentic_mesh_protocol-0.2.1.dev2.dist-info → agentic_mesh_protocol-0.2.1.dev3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentic-mesh-protocol
|
|
3
|
-
Version: 0.2.1.
|
|
3
|
+
Version: 0.2.1.dev3
|
|
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
|
{agentic_mesh_protocol-0.2.1.dev2.dist-info → agentic_mesh_protocol-0.2.1.dev3.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
agentic_mesh_protocol/__init__.py,sha256=kAb731TxLudbtt2vZsebF7PP7Z8AaEDOp93TBgy6VUg,140
|
|
2
|
-
agentic_mesh_protocol/__version__.py,sha256=
|
|
2
|
+
agentic_mesh_protocol/__version__.py,sha256=52bwhR-gkjFOO6WkX6dh7hpX411Nb6T0seBfwGdboGM,240
|
|
3
3
|
agentic_mesh_protocol/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
agentic_mesh_protocol/cost/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
agentic_mesh_protocol/cost/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -25,9 +25,9 @@ agentic_mesh_protocol/module/v1/information_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7
|
|
|
25
25
|
agentic_mesh_protocol/module/v1/lifecycle_pb2.py,sha256=LT6wgcIW0fN-CZCfQ80zR-jIo7KzKrWB5xFOckWrEeM,6519
|
|
26
26
|
agentic_mesh_protocol/module/v1/lifecycle_pb2.pyi,sha256=TxJXdrSTW1YFzEvehLzi7z1HISodX0h96qE521dJ1rU,2611
|
|
27
27
|
agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
28
|
-
agentic_mesh_protocol/module/v1/module_service_pb2.py,sha256=
|
|
28
|
+
agentic_mesh_protocol/module/v1/module_service_pb2.py,sha256=0nqql-wdhqiQ1DZWGtA4md2v56i0zx-X7UV_8vyQA-0,4296
|
|
29
29
|
agentic_mesh_protocol/module/v1/module_service_pb2.pyi,sha256=Tvwq5limL5Bye5PKiQWUAxC1NKrCxmW_fQc_Qqyh_uU,369
|
|
30
|
-
agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py,sha256=
|
|
30
|
+
agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py,sha256=25BOQLr5vZeQ0G7B_iCqvgJ2lvDzIDFRmZ7gn8q7pbo,26143
|
|
31
31
|
agentic_mesh_protocol/module/v1/monitoring_pb2.py,sha256=RXu6JWWWF-FuHuC0vyk-vqgY_omlLvN8MGe6qsvdZdI,4965
|
|
32
32
|
agentic_mesh_protocol/module/v1/monitoring_pb2.pyi,sha256=PUS-CmxQgDy458SRjJbx140T2DmeybyR_sBIo4u5FsE,2643
|
|
33
33
|
agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
@@ -86,13 +86,13 @@ agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py,sha256=1oboBPFxaT
|
|
|
86
86
|
agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.py,sha256=qurdZOyq40MhilDNSFRlAqJPxE7n4TiBoxXoo6PgzXA,2503
|
|
87
87
|
agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.pyi,sha256=bYDO6_YCbjKbajOXMcjaWIljSqrtazhaHnAG_ovmsGE,223
|
|
88
88
|
agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py,sha256=ZM4LGHSHGnpNbbW6Q8pp6gdlbFIxPjD5CqASmD7ow7M,3388
|
|
89
|
-
agentic_mesh_protocol-0.2.1.
|
|
89
|
+
agentic_mesh_protocol-0.2.1.dev3.dist-info/licenses/LICENSE,sha256=kKsbCnqWVbrrSHAf6NV4-fI3Sdgt9xycjiijGloDW8g,20757
|
|
90
90
|
buf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
91
91
|
buf/validate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
92
92
|
buf/validate/validate_pb2.py,sha256=HFAayUV64KiIENS-1rkSYHaECy9FH6JwdWrRpFN2fvc,158582
|
|
93
93
|
buf/validate/validate_pb2.pyi,sha256=Nki0jMViS5u5iVrHcGyl5ZfUK5YLxZE5McpCp7pXXEU,30537
|
|
94
94
|
buf/validate/validate_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
95
|
-
agentic_mesh_protocol-0.2.1.
|
|
96
|
-
agentic_mesh_protocol-0.2.1.
|
|
97
|
-
agentic_mesh_protocol-0.2.1.
|
|
98
|
-
agentic_mesh_protocol-0.2.1.
|
|
95
|
+
agentic_mesh_protocol-0.2.1.dev3.dist-info/METADATA,sha256=SRTlcFJUrB2YjSFoWHw72Ihn139zyy8ph9XXnhnPBF0,4775
|
|
96
|
+
agentic_mesh_protocol-0.2.1.dev3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
97
|
+
agentic_mesh_protocol-0.2.1.dev3.dist-info/top_level.txt,sha256=LfSggOPp9FyZa2A__3lnBvgaoamSOtYDwv0jfI5ZGrE,26
|
|
98
|
+
agentic_mesh_protocol-0.2.1.dev3.dist-info/RECORD,,
|
{agentic_mesh_protocol-0.2.1.dev2.dist-info → agentic_mesh_protocol-0.2.1.dev3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|