evalops-sdk 0.1.35__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.
- agentregistry/v1/service_pb2.py +102 -0
- agentruntime/v1/runtime_pb2.py +1076 -0
- agents/v1/agents_pb2.py +365 -0
- approvals/v1/approvals_pb2.py +151 -0
- artifacts/v1/artifacts_pb2.py +165 -0
- attestation/v1/attestation_pb2.py +85 -0
- attribution/v1/attribution_pb2.py +166 -0
- audit/v1/audit_pb2.py +135 -0
- browsercontrol/v1/browser_control_pb2.py +145 -0
- buf/validate/validate_pb2.py +469 -0
- catalogs/v1/catalogs_pb2.py +71 -0
- chronicle/v1/chronicle_pb2.py +373 -0
- codex/v1/codex_pb2.py +160 -0
- common/v1/analytics_pb2.py +45 -0
- common/v1/authz_pb2.py +37 -0
- common/v1/delivery_pb2.py +37 -0
- common/v1/entity_pb2.py +37 -0
- common/v1/risk_pb2.py +37 -0
- common/v1/surface_pb2.py +37 -0
- compliance/v1/compliance_pb2.py +191 -0
- config/v1/config_pb2.py +79 -0
- connectors/v1/connectors_pb2.py +190 -0
- console/v1/console_pb2.py +629 -0
- contextlibrary/v1/context_library_pb2.py +235 -0
- core/v1/core_pb2.py +207 -0
- desktopcontrol/v1/desktop_control_pb2.py +175 -0
- entities/v1/entities_pb2.py +148 -0
- evalcontrol/v1/evalcontrol_pb2.py +213 -0
- evalops_sdk-0.1.35.dist-info/METADATA +16 -0
- evalops_sdk-0.1.35.dist-info/RECORD +78 -0
- evalops_sdk-0.1.35.dist-info/WHEEL +5 -0
- evalops_sdk-0.1.35.dist-info/top_level.txt +51 -0
- evalpipeline/v1/evalpipeline_pb2.py +137 -0
- events/v1/change_pb2.py +39 -0
- events/v1/cloudevent_pb2.py +46 -0
- events/v1/evaluation_pb2.py +42 -0
- fermata/v1/fermata_pb2.py +1967 -0
- fermata/v1/worker_pb2.py +124 -0
- gate/v1/audit_pb2.py +64 -0
- gate/v1/connector_pb2.py +84 -0
- gate/v1/controlplane_pb2.py +44 -0
- gate/v1/identity_group_pb2.py +87 -0
- gate/v1/recording_pb2.py +49 -0
- gate/v1/resource_policy_pb2.py +123 -0
- gate/v1/tenant_pb2.py +100 -0
- gate/v1/webhook_access_pb2.py +95 -0
- google/api/annotations_pb2.py +37 -0
- google/api/http_pb2.py +41 -0
- governance/v1/governance_pb2.py +262 -0
- identity/v1/devices_pb2.py +87 -0
- identity/v1/organizations_pb2.py +80 -0
- identity/v1/sessions_pb2.py +40 -0
- identity/v1/tokens_pb2.py +87 -0
- ingest/v1/admin_pb2.py +66 -0
- ingest/v1/event_pb2.py +51 -0
- keys/v1/keys_pb2.py +72 -0
- llmgateway/v1/gateway_pb2.py +190 -0
- maestro/v1/events_pb2.py +187 -0
- maestro/v1/scenario_pb2.py +90 -0
- maestro/v1/timeline_pb2.py +79 -0
- memory/v1/memory_pb2.py +169 -0
- meter/v1/meter_pb2.py +191 -0
- notifications/v1/notifications_pb2.py +159 -0
- objectives/v1/objectives_pb2.py +210 -0
- pipeline/v1/pipeline_pb2.py +531 -0
- posture/v1/posture_pb2.py +105 -0
- prompts/v1/prompts_pb2.py +148 -0
- records/v1/records_pb2.py +61 -0
- remoterunner/v1/remoterunner_pb2.py +263 -0
- secretbroker/v1/broker_pb2.py +117 -0
- skills/v1/skills_pb2.py +127 -0
- tap/v1/admin_pb2.py +96 -0
- tap/v1/event_pb2.py +57 -0
- toolexecution/v1/toolexecution_pb2.py +183 -0
- traces/v1/traces_pb2.py +243 -0
- triage/v1/triage_pb2.py +91 -0
- vfs/v1/filesystem_pb2.py +246 -0
- workflows/v1/workflows_pb2.py +266 -0
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: agentregistry/v1/service.proto
|
|
5
|
+
# Protobuf Python Version: 7.35.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
|
+
7,
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'agentregistry/v1/service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1e\x61gentregistry/v1/service.proto\x12\x10\x61gentregistry.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"6\n\x08\x43\x61pacity\x12\x18\n\x07\x63urrent\x18\x01 \x01(\x05R\x07\x63urrent\x12\x10\n\x03max\x18\x02 \x01(\x05R\x03max\"\xce\x03\n\x05\x41gent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x18\n\x07surface\x18\x03 \x01(\tR\x07surface\x12\"\n\x0c\x63\x61pabilities\x18\x04 \x03(\tR\x0c\x63\x61pabilities\x12\x16\n\x06status\x18\x05 \x01(\tR\x06status\x12\x36\n\x08\x63\x61pacity\x18\x06 \x01(\x0b\x32\x1a.agentregistry.v1.CapacityR\x08\x63\x61pacity\x12\x41\n\x08metadata\x18\x07 \x03(\x0b\x32%.agentregistry.v1.Agent.MetadataEntryR\x08metadata\x12=\n\x0cheartbeat_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bheartbeatAt\x12?\n\rregistered_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0cregisteredAt\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xb3\x02\n\x14RegisterAgentRequest\x12\x18\n\x07surface\x18\x01 \x01(\tR\x07surface\x12\"\n\x0c\x63\x61pabilities\x18\x02 \x03(\tR\x0c\x63\x61pabilities\x12\x16\n\x06status\x18\x03 \x01(\tR\x06status\x12\x36\n\x08\x63\x61pacity\x18\x04 \x01(\x0b\x32\x1a.agentregistry.v1.CapacityR\x08\x63\x61pacity\x12P\n\x08metadata\x18\x05 \x03(\x0b\x32\x34.agentregistry.v1.RegisterAgentRequest.MetadataEntryR\x08metadata\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"F\n\x15RegisterAgentResponse\x12-\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x17.agentregistry.v1.AgentR\x05\x61gent\"\x93\x01\n\x11ListAgentsRequest\x12\x18\n\x07surface\x18\x01 \x01(\tR\x07surface\x12\x1e\n\ncapability\x18\x02 \x01(\tR\ncapability\x12\x16\n\x06status\x18\x03 \x01(\tR\x06status\x12\x14\n\x05limit\x18\x04 \x01(\x05R\x05limit\x12\x16\n\x06offset\x18\x05 \x01(\x05R\x06offset\"E\n\x12ListAgentsResponse\x12/\n\x06\x61gents\x18\x01 \x03(\x0b\x32\x17.agentregistry.v1.AgentR\x06\x61gents\"!\n\x0fGetAgentRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"A\n\x10GetAgentResponse\x12-\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x17.agentregistry.v1.AgentR\x05\x61gent\"\xbf\x02\n\x12UpdateAgentRequest\x12\x18\n\x07surface\x18\x01 \x01(\tR\x07surface\x12\"\n\x0c\x63\x61pabilities\x18\x02 \x03(\tR\x0c\x63\x61pabilities\x12\x16\n\x06status\x18\x03 \x01(\tR\x06status\x12\x36\n\x08\x63\x61pacity\x18\x04 \x01(\x0b\x32\x1a.agentregistry.v1.CapacityR\x08\x63\x61pacity\x12N\n\x08metadata\x18\x05 \x03(\x0b\x32\x32.agentregistry.v1.UpdateAgentRequest.MetadataEntryR\x08metadata\x12\x0e\n\x02id\x18\x06 \x01(\tR\x02id\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"D\n\x13UpdateAgentResponse\x12-\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x17.agentregistry.v1.AgentR\x05\x61gent\"$\n\x12\x44\x65leteAgentRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"D\n\x13\x44\x65leteAgentResponse\x12-\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x17.agentregistry.v1.AgentR\x05\x61gent\"w\n\x15HeartbeatAgentRequest\x12\x16\n\x06status\x18\x01 \x01(\tR\x06status\x12\x36\n\x08\x63\x61pacity\x18\x02 \x01(\x0b\x32\x1a.agentregistry.v1.CapacityR\x08\x63\x61pacity\x12\x0e\n\x02id\x18\x03 \x01(\tR\x02id\"G\n\x16HeartbeatAgentResponse\x12-\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x17.agentregistry.v1.AgentR\x05\x61gent\"\xb3\x02\n\x15\x44iscoverAgentsRequest\x12\x1e\n\ncapability\x18\x01 \x01(\tR\ncapability\x12\"\n\x0c\x63\x61pabilities\x18\x02 \x03(\tR\x0c\x63\x61pabilities\x12Q\n\x08metadata\x18\x03 \x03(\x0b\x32\x35.agentregistry.v1.DiscoverAgentsRequest.MetadataEntryR\x08metadata\x12\x18\n\x07surface\x18\x04 \x01(\tR\x07surface\x12\x16\n\x06status\x18\x05 \x01(\tR\x06status\x12\x14\n\x05limit\x18\x06 \x01(\x05R\x05limit\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"I\n\x16\x44iscoverAgentsResponse\x12/\n\x06\x61gents\x18\x01 \x03(\x0b\x32\x17.agentregistry.v1.AgentR\x06\x61gents2\xce\x05\n\x14\x41gentRegistryService\x12\x65\n\rRegisterAgent\x12&.agentregistry.v1.RegisterAgentRequest\x1a\'.agentregistry.v1.RegisterAgentResponse\"\x03\x88\x02\x01\x12\\\n\nListAgents\x12#.agentregistry.v1.ListAgentsRequest\x1a$.agentregistry.v1.ListAgentsResponse\"\x03\x88\x02\x01\x12V\n\x08GetAgent\x12!.agentregistry.v1.GetAgentRequest\x1a\".agentregistry.v1.GetAgentResponse\"\x03\x88\x02\x01\x12_\n\x0bUpdateAgent\x12$.agentregistry.v1.UpdateAgentRequest\x1a%.agentregistry.v1.UpdateAgentResponse\"\x03\x88\x02\x01\x12_\n\x0b\x44\x65leteAgent\x12$.agentregistry.v1.DeleteAgentRequest\x1a%.agentregistry.v1.DeleteAgentResponse\"\x03\x88\x02\x01\x12h\n\x0eHeartbeatAgent\x12\'.agentregistry.v1.HeartbeatAgentRequest\x1a(.agentregistry.v1.HeartbeatAgentResponse\"\x03\x88\x02\x01\x12h\n\x0e\x44iscoverAgents\x12\'.agentregistry.v1.DiscoverAgentsRequest\x1a(.agentregistry.v1.DiscoverAgentsResponse\"\x03\x88\x02\x01\x1a\x03\x88\x02\x01\x42\x45ZCgithub.com/evalops/platform/gen/go/agentregistry/v1;agentregistryv1b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentregistry.v1.service_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'ZCgithub.com/evalops/platform/gen/go/agentregistry/v1;agentregistryv1'
|
|
36
|
+
_globals['_AGENT_METADATAENTRY']._loaded_options = None
|
|
37
|
+
_globals['_AGENT_METADATAENTRY']._serialized_options = b'8\001'
|
|
38
|
+
_globals['_REGISTERAGENTREQUEST_METADATAENTRY']._loaded_options = None
|
|
39
|
+
_globals['_REGISTERAGENTREQUEST_METADATAENTRY']._serialized_options = b'8\001'
|
|
40
|
+
_globals['_UPDATEAGENTREQUEST_METADATAENTRY']._loaded_options = None
|
|
41
|
+
_globals['_UPDATEAGENTREQUEST_METADATAENTRY']._serialized_options = b'8\001'
|
|
42
|
+
_globals['_DISCOVERAGENTSREQUEST_METADATAENTRY']._loaded_options = None
|
|
43
|
+
_globals['_DISCOVERAGENTSREQUEST_METADATAENTRY']._serialized_options = b'8\001'
|
|
44
|
+
_globals['_AGENTREGISTRYSERVICE']._loaded_options = None
|
|
45
|
+
_globals['_AGENTREGISTRYSERVICE']._serialized_options = b'\210\002\001'
|
|
46
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['RegisterAgent']._loaded_options = None
|
|
47
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['RegisterAgent']._serialized_options = b'\210\002\001'
|
|
48
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['ListAgents']._loaded_options = None
|
|
49
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['ListAgents']._serialized_options = b'\210\002\001'
|
|
50
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['GetAgent']._loaded_options = None
|
|
51
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['GetAgent']._serialized_options = b'\210\002\001'
|
|
52
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['UpdateAgent']._loaded_options = None
|
|
53
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['UpdateAgent']._serialized_options = b'\210\002\001'
|
|
54
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['DeleteAgent']._loaded_options = None
|
|
55
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['DeleteAgent']._serialized_options = b'\210\002\001'
|
|
56
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['HeartbeatAgent']._loaded_options = None
|
|
57
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['HeartbeatAgent']._serialized_options = b'\210\002\001'
|
|
58
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['DiscoverAgents']._loaded_options = None
|
|
59
|
+
_globals['_AGENTREGISTRYSERVICE'].methods_by_name['DiscoverAgents']._serialized_options = b'\210\002\001'
|
|
60
|
+
_globals['_CAPACITY']._serialized_start=85
|
|
61
|
+
_globals['_CAPACITY']._serialized_end=139
|
|
62
|
+
_globals['_AGENT']._serialized_start=142
|
|
63
|
+
_globals['_AGENT']._serialized_end=604
|
|
64
|
+
_globals['_AGENT_METADATAENTRY']._serialized_start=545
|
|
65
|
+
_globals['_AGENT_METADATAENTRY']._serialized_end=604
|
|
66
|
+
_globals['_REGISTERAGENTREQUEST']._serialized_start=607
|
|
67
|
+
_globals['_REGISTERAGENTREQUEST']._serialized_end=914
|
|
68
|
+
_globals['_REGISTERAGENTREQUEST_METADATAENTRY']._serialized_start=545
|
|
69
|
+
_globals['_REGISTERAGENTREQUEST_METADATAENTRY']._serialized_end=604
|
|
70
|
+
_globals['_REGISTERAGENTRESPONSE']._serialized_start=916
|
|
71
|
+
_globals['_REGISTERAGENTRESPONSE']._serialized_end=986
|
|
72
|
+
_globals['_LISTAGENTSREQUEST']._serialized_start=989
|
|
73
|
+
_globals['_LISTAGENTSREQUEST']._serialized_end=1136
|
|
74
|
+
_globals['_LISTAGENTSRESPONSE']._serialized_start=1138
|
|
75
|
+
_globals['_LISTAGENTSRESPONSE']._serialized_end=1207
|
|
76
|
+
_globals['_GETAGENTREQUEST']._serialized_start=1209
|
|
77
|
+
_globals['_GETAGENTREQUEST']._serialized_end=1242
|
|
78
|
+
_globals['_GETAGENTRESPONSE']._serialized_start=1244
|
|
79
|
+
_globals['_GETAGENTRESPONSE']._serialized_end=1309
|
|
80
|
+
_globals['_UPDATEAGENTREQUEST']._serialized_start=1312
|
|
81
|
+
_globals['_UPDATEAGENTREQUEST']._serialized_end=1631
|
|
82
|
+
_globals['_UPDATEAGENTREQUEST_METADATAENTRY']._serialized_start=545
|
|
83
|
+
_globals['_UPDATEAGENTREQUEST_METADATAENTRY']._serialized_end=604
|
|
84
|
+
_globals['_UPDATEAGENTRESPONSE']._serialized_start=1633
|
|
85
|
+
_globals['_UPDATEAGENTRESPONSE']._serialized_end=1701
|
|
86
|
+
_globals['_DELETEAGENTREQUEST']._serialized_start=1703
|
|
87
|
+
_globals['_DELETEAGENTREQUEST']._serialized_end=1739
|
|
88
|
+
_globals['_DELETEAGENTRESPONSE']._serialized_start=1741
|
|
89
|
+
_globals['_DELETEAGENTRESPONSE']._serialized_end=1809
|
|
90
|
+
_globals['_HEARTBEATAGENTREQUEST']._serialized_start=1811
|
|
91
|
+
_globals['_HEARTBEATAGENTREQUEST']._serialized_end=1930
|
|
92
|
+
_globals['_HEARTBEATAGENTRESPONSE']._serialized_start=1932
|
|
93
|
+
_globals['_HEARTBEATAGENTRESPONSE']._serialized_end=2003
|
|
94
|
+
_globals['_DISCOVERAGENTSREQUEST']._serialized_start=2006
|
|
95
|
+
_globals['_DISCOVERAGENTSREQUEST']._serialized_end=2313
|
|
96
|
+
_globals['_DISCOVERAGENTSREQUEST_METADATAENTRY']._serialized_start=545
|
|
97
|
+
_globals['_DISCOVERAGENTSREQUEST_METADATAENTRY']._serialized_end=604
|
|
98
|
+
_globals['_DISCOVERAGENTSRESPONSE']._serialized_start=2315
|
|
99
|
+
_globals['_DISCOVERAGENTSRESPONSE']._serialized_end=2388
|
|
100
|
+
_globals['_AGENTREGISTRYSERVICE']._serialized_start=2391
|
|
101
|
+
_globals['_AGENTREGISTRYSERVICE']._serialized_end=3109
|
|
102
|
+
# @@protoc_insertion_point(module_scope)
|