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
agents/v1/agents_pb2.py
ADDED
|
@@ -0,0 +1,365 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: agents/v1/agents.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
|
+
'agents/v1/agents.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 common.v1 import authz_pb2 as common_dot_v1_dot_authz__pb2
|
|
27
|
+
from common.v1 import delivery_pb2 as common_dot_v1_dot_delivery__pb2
|
|
28
|
+
from common.v1 import entity_pb2 as common_dot_v1_dot_entity__pb2
|
|
29
|
+
from common.v1 import risk_pb2 as common_dot_v1_dot_risk__pb2
|
|
30
|
+
from common.v1 import surface_pb2 as common_dot_v1_dot_surface__pb2
|
|
31
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
32
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16\x61gents/v1/agents.proto\x12\tagents.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x15\x63ommon/v1/authz.proto\x1a\x18\x63ommon/v1/delivery.proto\x1a\x16\x63ommon/v1/entity.proto\x1a\x14\x63ommon/v1/risk.proto\x1a\x17\x63ommon/v1/surface.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc1\x05\n\x05\x41gent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12!\n\x0cworkspace_id\x18\x02 \x01(\tR\x0bworkspaceId\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12\x1d\n\nagent_type\x18\x05 \x01(\tR\tagentType\x12\"\n\x0c\x63\x61pabilities\x18\x06 \x03(\tR\x0c\x63\x61pabilities\x12\x1a\n\x08surfaces\x18\x07 \x03(\tR\x08surfaces\x12.\n\x06status\x18\x08 \x01(\x0e\x32\x16.agents.v1.AgentStatusR\x06status\x12\x32\n\x15\x61\x63tive_config_version\x18\t \x01(\x05R\x13\x61\x63tiveConfigVersion\x12\x19\n\x08owner_id\x18\n \x01(\tR\x07ownerId\x12\x46\n\x11last_heartbeat_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0flastHeartbeatAt\x12\x39\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12H\n\rsurface_types\x18\x0e \x03(\x0e\x32\x12.common.v1.SurfaceB\x0f\xbaH\x0c\x92\x01\t\"\x07\x82\x01\x04\x10\x01 \x00R\x0csurfaceTypes\x12\x33\n\x03\x61\x32\x61\x18\x0f \x01(\x0b\x32!.agents.v1.AgentA2APeerProjectionR\x03\x61\x32\x61\x12\x34\n\x08\x63\x61pacity\x18\x10 \x01(\x0b\x32\x18.agents.v1.AgentCapacityR\x08\x63\x61pacity\"\x95\x01\n\rAgentCapacity\x12\x18\n\x07\x63urrent\x18\x01 \x01(\x05R\x07\x63urrent\x12\x10\n\x03max\x18\x02 \x01(\x05R\x03max\x12\x1c\n\tremaining\x18\x03 \x01(\x05R\tremaining\x12:\n\x19reserved_delegation_count\x18\x04 \x01(\x05R\x17reservedDelegationCount\"\xea\x05\n\x16\x41gentA2APeerProjection\x12.\n\x13public_endpoint_url\x18\x01 \x01(\tR\x11publicEndpointUrl\x12\x32\n\x15internal_endpoint_url\x18\x02 \x01(\tR\x13internalEndpointUrl\x12$\n\x0e\x61gent_card_url\x18\x03 \x01(\tR\x0c\x61gentCardUrl\x12)\n\x10protocol_binding\x18\x04 \x01(\tR\x0fprotocolBinding\x12)\n\x10protocol_version\x18\x05 \x01(\tR\x0fprotocolVersion\x12\x31\n\x14supported_extensions\x18\x06 \x03(\tR\x13supportedExtensions\x12\x30\n\x06skills\x18\x07 \x03(\x0b\x32\x18.agents.v1.AgentA2ASkillR\x06skills\x12)\n\x10security_schemes\x18\x08 \x03(\tR\x0fsecuritySchemes\x12O\n\x16\x61gent_card_observed_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x13\x61gentCardObservedAt\x12&\n\x0f\x61gent_card_etag\x18\n \x01(\tR\ragentCardEtag\x12&\n\x0f\x61gent_card_hash\x18\x0b \x01(\tR\ragentCardHash\x12-\n\x12push_notifications\x18\x0c \x01(\x08R\x11pushNotifications\x12Q\n\nattributes\x18\r \x03(\x0b\x32\x31.agents.v1.AgentA2APeerProjection.AttributesEntryR\nattributes\x1a=\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x93\x05\n\rAgentA2ASkill\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x12\n\x04tags\x18\x04 \x03(\tR\x04tags\x12\x1f\n\x0binput_modes\x18\x05 \x03(\tR\ninputModes\x12!\n\x0coutput_modes\x18\x06 \x03(\tR\x0boutputModes\x12\x36\n\x17required_context_grants\x18\x07 \x03(\tR\x15requiredContextGrants\x12.\n\x13\x61pproval_policy_ref\x18\x08 \x01(\tR\x11\x61pprovalPolicyRef\x12!\n\x0cmax_autonomy\x18\t \x01(\tR\x0bmaxAutonomy\x12\x36\n\x17required_artifact_kinds\x18\n \x03(\tR\x15requiredArtifactKinds\x12\x36\n\x17optional_artifact_kinds\x18\x0b \x03(\tR\x15optionalArtifactKinds\x12\x30\n\x14\x61llowed_task_classes\x18\x0c \x03(\tR\x12\x61llowedTaskClasses\x12.\n\x13\x64\x65nied_task_classes\x18\r \x03(\tR\x11\x64\x65niedTaskClasses\x12H\n\nattributes\x18\x0e \x03(\x0b\x32(.agents.v1.AgentA2ASkill.AttributesEntryR\nattributes\x1a=\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x85\x08\n\x0b\x41gentConfig\x12\x18\n\x07version\x18\x01 \x01(\x05R\x07version\x12\x19\n\x08\x61gent_id\x18\x02 \x01(\tR\x07\x61gentId\x12\x1b\n\tskill_ids\x18\x03 \x03(\tR\x08skillIds\x12S\n\x0fprompt_bindings\x18\x04 \x03(\x0b\x32*.agents.v1.AgentConfig.PromptBindingsEntryR\x0epromptBindings\x12Y\n\x11model_preferences\x18\x05 \x03(\x0b\x32,.agents.v1.AgentConfig.ModelPreferencesEntryR\x10modelPreferences\x12\'\n\x0fintegration_ids\x18\x06 \x03(\tR\x0eintegrationIds\x12,\n\x12\x65ntity_type_scopes\x18\x07 \x03(\tR\x10\x65ntityTypeScopes\x12:\n\x19max_concurrent_objectives\x18\x08 \x01(\x05R\x17maxConcurrentObjectives\x12&\n\x0f\x63ost_budget_usd\x18\t \x01(\x01R\rcostBudgetUsd\x12\x31\n\x14notification_channel\x18\n \x01(\tR\x13notificationChannel\x12\x37\n\nparameters\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructR\nparameters\x12\x16\n\x06\x61uthor\x18\x0c \x01(\tR\x06\x61uthor\x12\x39\n\ncreated_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12L\n\x17\x65ntity_type_scope_enums\x18\x0e \x03(\x0e\x32\x15.common.v1.EntityTypeR\x14\x65ntityTypeScopeEnums\x12V\n\x19notification_channel_enum\x18\x0f \x01(\x0e\x32\x1a.common.v1.DeliveryChannelR\x17notificationChannelEnum\x12L\n\x10teammate_profile\x18\x10 \x01(\x0b\x32!.agents.v1.DigitalTeammateProfileR\x0fteammateProfile\x1a\x41\n\x13PromptBindingsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1a\x43\n\x15ModelPreferencesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x94\x0b\n\x16\x44igitalTeammateProfile\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x18\n\x07version\x18\x02 \x01(\x05R\x07version\x12!\n\x0cworkspace_id\x18\x03 \x01(\tR\x0bworkspaceId\x12\x19\n\x08\x61gent_id\x18\x04 \x01(\tR\x07\x61gentId\x12!\n\x0c\x64isplay_name\x18\x05 \x01(\tR\x0b\x64isplayName\x12\x12\n\x04role\x18\x06 \x01(\tR\x04role\x12\x18\n\x07purpose\x18\x07 \x01(\tR\x07purpose\x12\"\n\rowner_user_id\x18\x08 \x01(\tR\x0bownerUserId\x12\"\n\rowner_team_id\x18\t \x01(\tR\x0bownerTeamId\x12H\n\rsurface_types\x18\n \x03(\x0e\x32\x12.common.v1.SurfaceB\x0f\xbaH\x0c\x92\x01\t\"\x07\x82\x01\x04\x10\x01 \x00R\x0csurfaceTypes\x12\x44\n\tlifecycle\x18\x0b \x01(\x0e\x32\x1c.agents.v1.TeammateLifecycleB\x08\xbaH\x05\x82\x01\x02\x10\x01R\tlifecycle\x12M\n\x10responsibilities\x18\x0c \x03(\x0b\x32!.agents.v1.TeammateResponsibilityR\x10responsibilities\x12H\n\x11\x63ommitment_policy\x18\r \x01(\x0b\x32\x1b.agents.v1.CommitmentPolicyR\x10\x63ommitmentPolicy\x12H\n\x11initiative_policy\x18\x0e \x01(\x0b\x32\x1b.agents.v1.InitiativePolicyR\x10initiativePolicy\x12\x42\n\x0f\x61utonomy_policy\x18\x0f \x01(\x0b\x32\x19.agents.v1.AutonomyPolicyR\x0e\x61utonomyPolicy\x12<\n\rmemory_policy\x18\x10 \x01(\x0b\x32\x17.agents.v1.MemoryPolicyR\x0cmemoryPolicy\x12\x42\n\x0fpresence_policy\x18\x11 \x01(\x0b\x32\x19.agents.v1.PresencePolicyR\x0epresencePolicy\x12<\n\routput_policy\x18\x12 \x01(\x0b\x32\x17.agents.v1.OutputPolicyR\x0coutputPolicy\x12\x36\n\x0b\x65val_policy\x18\x13 \x01(\x0b\x32\x15.agents.v1.EvalPolicyR\nevalPolicy\x12H\n\x11\x65scalation_policy\x18\x14 \x01(\x0b\x32\x1b.agents.v1.EscalationPolicyR\x10\x65scalationPolicy\x12\x45\n\x06labels\x18\x15 \x03(\x0b\x32-.agents.v1.DigitalTeammateProfile.LabelsEntryR\x06labels\x12\x37\n\nparameters\x18\x16 \x01(\x0b\x32\x17.google.protobuf.StructR\nparameters\x12\x39\n\ncreated_at\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12O\n\x11\x63hannel_manifests\x18\x19 \x03(\x0b\x32\".agents.v1.TeammateChannelManifestR\x10\x63hannelManifests\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xd8\x05\n\x17TeammateChannelManifest\x12>\n\x04kind\x18\x01 \x01(\x0e\x32\x1e.agents.v1.TeammateChannelKindB\n\xbaH\x07\x82\x01\x04\x10\x01 \x00R\x04kind\x12\x14\n\x05label\x18\x02 \x01(\tR\x05label\x12Q\n\x10\x64\x65livery_channel\x18\x03 \x01(\x0e\x32\x1a.common.v1.DeliveryChannelB\n\xbaH\x07\x82\x01\x04\x10\x01 \x00R\x0f\x64\x65liveryChannel\x12G\n\x10platform_surface\x18\x04 \x01(\x0e\x32\x12.common.v1.SurfaceB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0fplatformSurface\x12\x1d\n\nchannel_id\x18\x05 \x01(\tR\tchannelId\x12Y\n\x0c\x63\x61pabilities\x18\x06 \x03(\x0e\x32$.agents.v1.TeammateChannelCapabilityB\x0f\xbaH\x0c\x92\x01\t\"\x07\x82\x01\x04\x10\x01 \x00R\x0c\x63\x61pabilities\x12[\n\x0einbound_events\x18\x07 \x03(\x0e\x32#.agents.v1.TeammateChannelEventKindB\x0f\xbaH\x0c\x92\x01\t\"\x07\x82\x01\x04\x10\x01 \x00R\rinboundEvents\x12\x61\n\x0eruntime_events\x18\x08 \x03(\x0e\x32).agents.v1.TeammateRuntimeRenderEventKindB\x0f\xbaH\x0c\x92\x01\t\"\x07\x82\x01\x04\x10\x01 \x00R\rruntimeEvents\x12R\n\nattributes\x18\t \x03(\x0b\x32\x32.agents.v1.TeammateChannelManifest.AttributesEntryR\nattributes\x1a=\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xde\x02\n\x16TeammateResponsibility\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\'\n\x0f\x63\x61pability_refs\x18\x04 \x03(\tR\x0e\x63\x61pabilityRefs\x12T\n\x12owned_entity_types\x18\x05 \x03(\x0e\x32\x15.common.v1.EntityTypeB\x0f\xbaH\x0c\x92\x01\t\"\x07\x82\x01\x04\x10\x01 \x00R\x10ownedEntityTypes\x12*\n\x11\x64\x65\x66\x61ult_skill_ids\x18\x06 \x03(\tR\x0f\x64\x65\x66\x61ultSkillIds\x12!\n\x0cprompt_names\x18\x07 \x03(\tR\x0bpromptNames\x12.\n\x13success_metric_refs\x18\x08 \x03(\tR\x11successMetricRefs\"\xdd\x02\n\x10\x43ommitmentPolicy\x12O\n\rallowed_kinds\x18\x01 \x03(\x0e\x32\x19.agents.v1.CommitmentKindB\x0f\xbaH\x0c\x92\x01\t\"\x07\x82\x01\x04\x10\x01 \x00R\x0c\x61llowedKinds\x12;\n\ttemplates\x18\x02 \x03(\x0b\x32\x1d.agents.v1.CommitmentTemplateR\ttemplates\x12\x37\n\x13\x64\x65\x66\x61ult_due_seconds\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11\x64\x65\x66\x61ultDueSeconds\x12\x39\n\x14max_open_commitments\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x12maxOpenCommitments\x12G\n require_objective_for_commitment\x18\x05 \x01(\x08R\x1drequireObjectiveForCommitment\"\xaf\x02\n\x12\x43ommitmentTemplate\x12\x39\n\x04kind\x18\x01 \x01(\x0e\x32\x19.agents.v1.CommitmentKindB\n\xbaH\x07\x82\x01\x04\x10\x01 \x00R\x04kind\x12\x38\n\x18objective_title_template\x18\x02 \x01(\tR\x16objectiveTitleTemplate\x12\x44\n\x1eobjective_description_template\x18\x03 \x01(\tR\x1cobjectiveDescriptionTemplate\x12\x30\n\x14wake_reason_template\x18\x04 \x01(\tR\x12wakeReasonTemplate\x12,\n\x12required_join_keys\x18\x05 \x03(\tR\x10requiredJoinKeys\"\xbf\x01\n\x10InitiativePolicy\x12\x38\n\x08triggers\x18\x01 \x03(\x0b\x32\x1c.agents.v1.InitiativeTriggerR\x08triggers\x12\x43\n\x1amax_initiated_runs_per_day\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x16maxInitiatedRunsPerDay\x12,\n\x12require_human_seed\x18\x03 \x01(\x08R\x10requireHumanSeed\"\x81\x02\n\x11InitiativeTrigger\x12@\n\x04kind\x18\x01 \x01(\x0e\x32 .agents.v1.InitiativeTriggerKindB\n\xbaH\x07\x82\x01\x04\x10\x01 \x00R\x04kind\x12\x1f\n\x0btrigger_ref\x18\x02 \x01(\tR\ntriggerRef\x12\x1f\n\x0b\x66ilter_expr\x18\x03 \x01(\tR\nfilterExpr\x12\x34\n\x16workflow_definition_id\x18\x04 \x01(\tR\x14workflowDefinitionId\x12\x32\n\x15objective_template_id\x18\x05 \x01(\tR\x13objectiveTemplateId\"\xef\x01\n\x0e\x41utonomyPolicy\x12-\n\x05rules\x18\x01 \x03(\x0b\x32\x17.agents.v1.AutonomyRuleR\x05rules\x12S\n\x11\x64\x65\x66\x61ult_authority\x18\x02 \x01(\x0e\x32\x1c.agents.v1.AutonomyAuthorityB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x10\x64\x65\x66\x61ultAuthority\x12Y\n\x19max_risk_without_approval\x18\x03 \x01(\x0e\x32\x14.common.v1.RiskLevelB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x16maxRiskWithoutApproval\"\xdd\x02\n\x0c\x41utonomyRule\x12\x1f\n\x0b\x61\x63tion_type\x18\x01 \x01(\tR\nactionType\x12\'\n\x0ftool_capability\x18\x02 \x01(\tR\x0etoolCapability\x12\x39\n\x08max_risk\x18\x03 \x01(\x0e\x32\x14.common.v1.RiskLevelB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x07maxRisk\x12\x46\n\tauthority\x18\x04 \x01(\x0e\x32\x1c.agents.v1.AutonomyAuthorityB\n\xbaH\x07\x82\x01\x04\x10\x01 \x00R\tauthority\x12.\n\x13\x61pproval_policy_ref\x18\x05 \x01(\tR\x11\x61pprovalPolicyRef\x12\x32\n\x15governance_policy_ref\x18\x06 \x01(\tR\x13governancePolicyRef\x12\x1c\n\trationale\x18\x07 \x01(\tR\trationale\"\xb4\x03\n\x0cMemoryPolicy\x12,\n\x12\x61llowed_scope_refs\x18\x01 \x03(\tR\x10\x61llowedScopeRefs\x12*\n\x11\x61llow_user_memory\x18\x02 \x01(\x08R\x0f\x61llowUserMemory\x12*\n\x11\x61llow_team_memory\x18\x03 \x01(\x08R\x0f\x61llowTeamMemory\x12,\n\x12\x61llow_agent_memory\x18\x04 \x01(\x08R\x10\x61llowAgentMemory\x12@\n\x1drequire_review_for_new_memory\x18\x05 \x01(\x08R\x19requireReviewForNewMemory\x12=\n\x16\x64\x65\x66\x61ult_retention_days\x18\x06 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x14\x64\x65\x66\x61ultRetentionDays\x12\x32\n\x15required_source_types\x18\x07 \x03(\tR\x13requiredSourceTypes\x12;\n\x1a\x61llow_cross_channel_recall\x18\x08 \x01(\x08R\x17\x61llowCrossChannelRecall\"\xc9\x03\n\x0ePresencePolicy\x12M\n\x0fprimary_channel\x18\x01 \x01(\x0e\x32\x1a.common.v1.DeliveryChannelB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0eprimaryChannel\x12,\n\x12primary_channel_id\x18\x02 \x01(\tR\x10primaryChannelId\x12\x32\n\x15\x64\x65\x66\x61ult_thread_policy\x18\x03 \x01(\tR\x13\x64\x65\x66\x61ultThreadPolicy\x12P\n progress_update_interval_seconds\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x1dprogressUpdateIntervalSeconds\x12P\n\x0evisible_events\x18\x05 \x03(\x0e\x32\x18.agents.v1.PresenceEventB\x0f\xbaH\x0c\x92\x01\t\"\x07\x82\x01\x04\x10\x01 \x00R\rvisibleEvents\x12\x30\n\x14post_action_receipts\x18\x06 \x01(\x08R\x12postActionReceipts\x12\x30\n\x14post_blocker_updates\x18\x07 \x01(\x08R\x12postBlockerUpdates\"\xdf\x01\n\x0cOutputPolicy\x12\x36\n\x17required_artifact_kinds\x18\x01 \x03(\tR\x15requiredArtifactKinds\x12\x36\n\x17optional_artifact_kinds\x18\x02 \x03(\tR\x15optionalArtifactKinds\x12\x30\n\x14render_channel_cards\x18\x03 \x01(\x08R\x12renderChannelCards\x12-\n\x12\x64\x65\x66\x61ult_visibility\x18\x04 \x01(\tR\x11\x64\x65\x66\x61ultVisibility\"\xc8\x01\n\nEvalPolicy\x12\x32\n\x08\x62indings\x18\x01 \x03(\x0b\x32\x16.agents.v1.EvalBindingR\x08\x62indings\x12,\n\x12loop_definition_id\x18\x02 \x01(\tR\x10loopDefinitionId\x12X\n#production_sample_rate_basis_points\x18\x03 \x01(\x05\x42\n\xbaH\x07\x1a\x05\x18\x90N(\x00R\x1fproductionSampleRateBasisPoints\"\x99\x01\n\x0b\x45valBinding\x12\x1d\n\nsuite_name\x18\x01 \x01(\tR\tsuiteName\x12\x1f\n\x0bmetric_name\x18\x02 \x01(\tR\nmetricName\x12#\n\rminimum_score\x18\x03 \x01(\x01R\x0cminimumScore\x12%\n\x0e\x66\x61ilure_action\x18\x04 \x01(\tR\rfailureAction\"\xfa\x01\n\x10\x45scalationPolicy\x12*\n\x11\x61pprover_user_ids\x18\x01 \x03(\tR\x0f\x61pproverUserIds\x12*\n\x11\x61pprover_team_ids\x18\x02 \x03(\tR\x0f\x61pproverTeamIds\x12=\n\x16\x65scalate_after_seconds\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x14\x65scalateAfterSeconds\x12O\n\x10\x66\x61llback_channel\x18\x04 \x01(\x0e\x32\x1a.common.v1.DeliveryChannelB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0f\x66\x61llbackChannel\"\xe2\t\n\x10\x44\x65legationRecord\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12!\n\x0cworkspace_id\x18\x02 \x01(\tR\x0bworkspaceId\x12\"\n\rfrom_agent_id\x18\x03 \x01(\tR\x0b\x66romAgentId\x12\x1e\n\x0bto_agent_id\x18\x04 \x01(\tR\ttoAgentId\x12/\n\x13required_capability\x18\x05 \x01(\tR\x12requiredCapability\x12!\n\x0cobjective_id\x18\x06 \x01(\tR\x0bobjectiveId\x12&\n\x0fworkflow_run_id\x18\x07 \x01(\tR\rworkflowRunId\x12(\n\x10workflow_step_id\x18\x08 \x01(\tR\x0eworkflowStepId\x12\x33\n\x06status\x18\t \x01(\x0e\x32\x1b.agents.v1.DelegationStatusR\x06status\x12\'\n\x0f\x63ontext_payload\x18\n \x01(\x0cR\x0e\x63ontextPayload\x12%\n\x0eresult_payload\x18\x0b \x01(\x0cR\rresultPayload\x12\x16\n\x06reason\x18\x0c \x01(\tR\x06reason\x12#\n\rerror_message\x18\r \x01(\tR\x0c\x65rrorMessage\x12\x39\n\ncreated_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12;\n\x0bresolved_at\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nresolvedAt\x12\x1e\n\x0b\x61\x32\x61_task_id\x18\x10 \x01(\tR\ta2aTaskId\x12$\n\x0e\x61\x32\x61_message_id\x18\x11 \x01(\tR\x0c\x61\x32\x61MessageId\x12(\n\x10\x61\x32\x61_endpoint_url\x18\x12 \x01(\tR\x0e\x61\x32\x61\x45ndpointUrl\x12.\n\x13\x61\x32\x61_dispatch_status\x18\x13 \x01(\tR\x11\x61\x32\x61\x44ispatchStatus\x12,\n\x12\x61\x32\x61_dispatch_error\x18\x14 \x01(\tR\x10\x61\x32\x61\x44ispatchError\x12 \n\x0c\x61\x32\x61_skill_id\x18\x15 \x01(\tR\na2aSkillId\x12\x46\n\x11\x61\x32\x61_dispatched_at\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0f\x61\x32\x61\x44ispatchedAt\x12K\n\x14\x61\x32\x61_lease_renewed_at\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x11\x61\x32\x61LeaseRenewedAt\x12R\n\x19\x61\x32\x61_resume_wait_contracts\x18\x18 \x03(\x0b\x32\x17.google.protobuf.StructR\x16\x61\x32\x61ResumeWaitContracts\x12\x33\n\x16\x61\x32\x61_root_delegation_id\x18\x19 \x01(\tR\x13\x61\x32\x61RootDelegationId\x12\x37\n\x18\x61\x32\x61_parent_delegation_id\x18\x1a \x01(\tR\x15\x61\x32\x61ParentDelegationId\x12\x30\n\x14\x61\x32\x61_delegation_chain\x18\x1b \x03(\tR\x12\x61\x32\x61\x44\x65legationChain\"\xfd\x02\n\x0fRegisterRequest\x12!\n\x0cworkspace_id\x18\x01 \x01(\tR\x0bworkspaceId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x1d\n\nagent_type\x18\x04 \x01(\tR\tagentType\x12,\n\x0c\x63\x61pabilities\x18\x05 \x03(\tB\x08\xbaH\x05\x92\x01\x02\x08\x01R\x0c\x63\x61pabilities\x12\x1a\n\x08surfaces\x18\x06 \x03(\tR\x08surfaces\x12\x19\n\x08owner_id\x18\x07 \x01(\tR\x07ownerId\x12\x0e\n\x02id\x18\x08 \x01(\tR\x02id\x12H\n\rsurface_types\x18\t \x03(\x0e\x32\x12.common.v1.SurfaceB\x0f\xbaH\x0c\x92\x01\t\"\x07\x82\x01\x04\x10\x01 \x00R\x0csurfaceTypes\x12\x33\n\x03\x61\x32\x61\x18\n \x01(\x0b\x32!.agents.v1.AgentA2APeerProjectionR\x03\x61\x32\x61\":\n\x10RegisterResponse\x12&\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x10.agents.v1.AgentR\x05\x61gent\"%\n\nGetRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x02id\"5\n\x0bGetResponse\x12&\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x10.agents.v1.AgentR\x05\x61gent\"\xe8\x03\n\x0bListRequest\x12!\n\x0cworkspace_id\x18\x01 \x01(\tR\x0bworkspaceId\x12\x1d\n\nagent_type\x18\x02 \x01(\tR\tagentType\x12\x1e\n\ncapability\x18\x03 \x01(\tR\ncapability\x12\x18\n\x07surface\x18\x04 \x01(\tR\x07surface\x12.\n\x06status\x18\x05 \x01(\x0e\x32\x16.agents.v1.AgentStatusR\x06status\x12 \n\x05limit\x18\x06 \x01(\x05\x42\n\xbaH\x07\x1a\x05\x18\xc8\x01(\x00R\x05limit\x12\x1f\n\x06offset\x18\x07 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x06offset\x12?\n\x0csurface_type\x18\x08 \x01(\x0e\x32\x12.common.v1.SurfaceB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0bsurfaceType\x12 \n\x0c\x61\x32\x61_skill_id\x18\t \x01(\tR\na2aSkillId\x12\x1d\n\ntask_class\x18\n \x01(\tR\ttaskClass\x12\x30\n\x14require_a2a_dispatch\x18\x0b \x01(\x08R\x12requireA2aDispatch\x12\x36\n\x17\x65ligible_for_delegation\x18\x0c \x01(\x08R\x15\x65ligibleForDelegation\"\xa0\x01\n\x0cListResponse\x12(\n\x06\x61gents\x18\x01 \x03(\x0b\x32\x10.agents.v1.AgentR\x06\x61gents\x12\x14\n\x05total\x18\x02 \x01(\x05R\x05total\x12P\n\x12\x64iscovery_evidence\x18\x03 \x01(\x0b\x32!.agents.v1.AgentDiscoveryEvidenceR\x11\x64iscoveryEvidence\"\xa1\x04\n\x16\x41gentDiscoveryEvidence\x12\x16\n\x06schema\x18\x01 \x01(\tR\x06schema\x12\x1a\n\x08\x64\x65\x63ision\x18\x02 \x01(\tR\x08\x64\x65\x63ision\x12\x16\n\x06reason\x18\x03 \x01(\tR\x06reason\x12!\n\x0cworkspace_id\x18\x04 \x01(\tR\x0bworkspaceId\x12\x1e\n\ncapability\x18\x05 \x01(\tR\ncapability\x12\"\n\x0c\x63\x61pabilities\x18\x06 \x03(\tR\x0c\x63\x61pabilities\x12\x1d\n\nagent_type\x18\x07 \x01(\tR\tagentType\x12 \n\x0c\x61\x32\x61_skill_id\x18\x08 \x01(\tR\na2aSkillId\x12\x1d\n\ntask_class\x18\t \x01(\tR\ttaskClass\x12\x30\n\x14require_a2a_dispatch\x18\n \x01(\x08R\x12requireA2aDispatch\x12\x18\n\x07surface\x18\x0b \x01(\tR\x07surface\x12\x16\n\x06status\x18\x0c \x01(\tR\x06status\x12\'\n\x0f\x63\x61ndidate_count\x18\r \x01(\x05R\x0e\x63\x61ndidateCount\x12#\n\rmatched_count\x18\x0e \x01(\x05R\x0cmatchedCount\x12\x42\n\nexclusions\x18\x0f \x03(\x0b\x32\".agents.v1.AgentDiscoveryExclusionR\nexclusions\"\x9f\x02\n\x17\x41gentDiscoveryExclusion\x12\x16\n\x06reason\x18\x01 \x01(\tR\x06reason\x12\x14\n\x05\x63ount\x18\x02 \x01(\x05R\x05\x63ount\x12(\n\x10sample_agent_ids\x18\x03 \x03(\tR\x0esampleAgentIds\x12%\n\x0epolicy_reasons\x18\x04 \x03(\tR\rpolicyReasons\x12#\n\rpolicy_scopes\x18\x05 \x03(\tR\x0cpolicyScopes\x12\x30\n\x14\x61llowed_task_classes\x18\x06 \x03(\tR\x12\x61llowedTaskClasses\x12.\n\x13\x64\x65nied_task_classes\x18\x07 \x03(\tR\x11\x64\x65niedTaskClasses\"\x9d\x02\n\rUpdateRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\"\n\x0c\x63\x61pabilities\x18\x04 \x03(\tR\x0c\x63\x61pabilities\x12\x1a\n\x08surfaces\x18\x05 \x03(\tR\x08surfaces\x12H\n\rsurface_types\x18\x06 \x03(\x0e\x32\x12.common.v1.SurfaceB\x0f\xbaH\x0c\x92\x01\t\"\x07\x82\x01\x04\x10\x01 \x00R\x0csurfaceTypes\x12\x33\n\x03\x61\x32\x61\x18\x07 \x01(\x0b\x32!.agents.v1.AgentA2APeerProjectionR\x03\x61\x32\x61\"8\n\x0eUpdateResponse\x12&\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x10.agents.v1.AgentR\x05\x61gent\"D\n\x11\x44\x65registerRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x02id\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reason\"\x14\n\x12\x44\x65registerResponse\"\xcb\x07\n\x11PushConfigRequest\x12\"\n\x08\x61gent_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07\x61gentId\x12\x1b\n\tskill_ids\x18\x02 \x03(\tR\x08skillIds\x12Y\n\x0fprompt_bindings\x18\x03 \x03(\x0b\x32\x30.agents.v1.PushConfigRequest.PromptBindingsEntryR\x0epromptBindings\x12_\n\x11model_preferences\x18\x04 \x03(\x0b\x32\x32.agents.v1.PushConfigRequest.ModelPreferencesEntryR\x10modelPreferences\x12\'\n\x0fintegration_ids\x18\x05 \x03(\tR\x0eintegrationIds\x12,\n\x12\x65ntity_type_scopes\x18\x06 \x03(\tR\x10\x65ntityTypeScopes\x12:\n\x19max_concurrent_objectives\x18\x07 \x01(\x05R\x17maxConcurrentObjectives\x12&\n\x0f\x63ost_budget_usd\x18\x08 \x01(\x01R\rcostBudgetUsd\x12\x31\n\x14notification_channel\x18\t \x01(\tR\x13notificationChannel\x12\x37\n\nparameters\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\nparameters\x12\x16\n\x06\x61uthor\x18\x0b \x01(\tR\x06\x61uthor\x12L\n\x17\x65ntity_type_scope_enums\x18\x0c \x03(\x0e\x32\x15.common.v1.EntityTypeR\x14\x65ntityTypeScopeEnums\x12V\n\x19notification_channel_enum\x18\r \x01(\x0e\x32\x1a.common.v1.DeliveryChannelR\x17notificationChannelEnum\x12L\n\x10teammate_profile\x18\x0e \x01(\x0b\x32!.agents.v1.DigitalTeammateProfileR\x0fteammateProfile\x1a\x41\n\x13PromptBindingsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1a\x43\n\x15ModelPreferencesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"l\n\x12PushConfigResponse\x12.\n\x06\x63onfig\x18\x01 \x01(\x0b\x32\x16.agents.v1.AgentConfigR\x06\x63onfig\x12&\n\x05\x61gent\x18\x02 \x01(\x0b\x32\x10.agents.v1.AgentR\x05\x61gent\"Y\n\x10GetConfigRequest\x12\"\n\x08\x61gent_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07\x61gentId\x12!\n\x07version\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02 \x00R\x07version\"C\n\x11GetConfigResponse\x12.\n\x06\x63onfig\x18\x01 \x01(\x0b\x32\x16.agents.v1.AgentConfigR\x06\x63onfig\"{\n\x12ListConfigsRequest\x12\"\n\x08\x61gent_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07\x61gentId\x12 \n\x05limit\x18\x02 \x01(\x05\x42\n\xbaH\x07\x1a\x05\x18\xc8\x01(\x00R\x05limit\x12\x1f\n\x06offset\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x06offset\"x\n\x13ListConfigsResponse\x12\x30\n\x07\x63onfigs\x18\x01 \x03(\x0b\x32\x16.agents.v1.AgentConfigR\x07\x63onfigs\x12\x14\n\x05total\x18\x02 \x01(\x05R\x05total\x12\x19\n\x08has_more\x18\x03 \x01(\x08R\x07hasMore\"\x99\x01\n\x15RollbackConfigRequest\x12\"\n\x08\x61gent_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07\x61gentId\x12.\n\x0etarget_version\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02 \x00R\rtargetVersion\x12\x14\n\x05\x61\x63tor\x18\x03 \x01(\tR\x05\x61\x63tor\x12\x16\n\x06reason\x18\x04 \x01(\tR\x06reason\"p\n\x16RollbackConfigResponse\x12.\n\x06\x63onfig\x18\x01 \x01(\x0b\x32\x16.agents.v1.AgentConfigR\x06\x63onfig\x12&\n\x05\x61gent\x18\x02 \x01(\x0b\x32\x10.agents.v1.AgentR\x05\x61gent\"\xe7\x02\n\x0f\x44\x65legateRequest\x12+\n\rfrom_agent_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0b\x66romAgentId\x12\x1e\n\x0bto_agent_id\x18\x02 \x01(\tR\ttoAgentId\x12/\n\x13required_capability\x18\x03 \x01(\tR\x12requiredCapability\x12!\n\x0cobjective_id\x18\x04 \x01(\tR\x0bobjectiveId\x12&\n\x0fworkflow_run_id\x18\x05 \x01(\tR\rworkflowRunId\x12(\n\x10workflow_step_id\x18\x06 \x01(\tR\x0eworkflowStepId\x12\'\n\x0f\x63ontext_payload\x18\x07 \x01(\x0cR\x0e\x63ontextPayload\x12\x16\n\x06reason\x18\x08 \x01(\tR\x06reason\x12 \n\x0c\x61\x32\x61_skill_id\x18\t \x01(\tR\na2aSkillId\"O\n\x10\x44\x65legateResponse\x12;\n\ndelegation\x18\x01 \x01(\x0b\x32\x1b.agents.v1.DelegationRecordR\ndelegation\"\xd5\x01\n\x18ResolveDelegationRequest\x12,\n\rdelegation_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0c\x64\x65legationId\x12?\n\x06status\x18\x02 \x01(\x0e\x32\x1b.agents.v1.DelegationStatusB\n\xbaH\x07\x82\x01\x04\x10\x01 \x00R\x06status\x12%\n\x0eresult_payload\x18\x03 \x01(\x0cR\rresultPayload\x12#\n\rerror_message\x18\x04 \x01(\tR\x0c\x65rrorMessage\"X\n\x19ResolveDelegationResponse\x12;\n\ndelegation\x18\x01 \x01(\x0b\x32\x1b.agents.v1.DelegationRecordR\ndelegation\"K\n\x1bRenewDelegationLeaseRequest\x12,\n\rdelegation_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0c\x64\x65legationId\"[\n\x1cRenewDelegationLeaseResponse\x12;\n\ndelegation\x18\x01 \x01(\x0b\x32\x1b.agents.v1.DelegationRecordR\ndelegation\"\xd5\x03\n\x1f\x43ontrolA2ADelegationTaskRequest\x12,\n\rdelegation_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0c\x64\x65legationId\x12G\n\x04mode\x18\x02 \x01(\x0e\x32\'.agents.v1.A2ADelegationTaskControlModeB\n\xbaH\x07\x82\x01\x04\x10\x01 \x00R\x04mode\x12\x18\n\x07message\x18\x03 \x01(\tR\x07message\x12\'\n\x0fidempotency_key\x18\x04 \x01(\tR\x0eidempotencyKey\x12\"\n\rtarget_run_id\x18\x05 \x01(\tR\x0btargetRunId\x12 \n\x0c\x63hild_run_id\x18\x06 \x01(\tR\nchildRunId\x12(\n\x10subagent_lane_id\x18\x07 \x01(\tR\x0esubagentLaneId\x12 \n\x0cwork_item_id\x18\x08 \x01(\tR\nworkItemId\x12\x31\n\x07payload\x18\t \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12\x33\n\x08metadata\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\xaf\x04\n\x1e\x41\x32\x41\x44\x65legationTaskControlResult\x12\x17\n\x07task_id\x18\x01 \x01(\tR\x06taskId\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state\x12\x1d\n\ncontrol_id\x18\x03 \x01(\tR\tcontrolId\x12!\n\x0c\x63ontrol_mode\x18\x04 \x01(\tR\x0b\x63ontrolMode\x12\x1c\n\tcancelled\x18\x05 \x01(\x08R\tcancelled\x12*\n\x11queued_for_worker\x18\x06 \x01(\x08R\x0fqueuedForWorker\x12$\n\x0eparent_task_id\x18\x07 \x01(\tR\x0cparentTaskId\x12\"\n\rtarget_run_id\x18\x08 \x01(\tR\x0btargetRunId\x12$\n\x0e\x61pplied_run_id\x18\t \x01(\tR\x0c\x61ppliedRunId\x12\'\n\x0ftarget_external\x18\n \x01(\x08R\x0etargetExternal\x12(\n\x10subagent_lane_id\x18\x0b \x01(\tR\x0esubagentLaneId\x12 \n\x0cwork_item_id\x18\x0c \x01(\tR\nworkItemId\x12;\n\x0bobserved_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nobservedAt\x12\x30\n\x14raw_payload_withheld\x18\x0e \x01(\x08R\x12rawPayloadWithheld\"\xab\x01\n ControlA2ADelegationTaskResponse\x12;\n\ndelegation\x18\x01 \x01(\x0b\x32\x1b.agents.v1.DelegationRecordR\ndelegation\x12J\n\x0bremote_task\x18\x02 \x01(\x0b\x32).agents.v1.A2ADelegationTaskControlResultR\nremoteTask\"/\n\x14GetDelegationRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x02id\"T\n\x15GetDelegationResponse\x12;\n\ndelegation\x18\x01 \x01(\x0b\x32\x1b.agents.v1.DelegationRecordR\ndelegation\"\xab\x04\n\x16ListDelegationsRequest\x12!\n\x0cworkspace_id\x18\x01 \x01(\tR\x0bworkspaceId\x12\"\n\rfrom_agent_id\x18\x02 \x01(\tR\x0b\x66romAgentId\x12\x1e\n\x0bto_agent_id\x18\x03 \x01(\tR\ttoAgentId\x12\x33\n\x06status\x18\x04 \x01(\x0e\x32\x1b.agents.v1.DelegationStatusR\x06status\x12&\n\x0fworkflow_run_id\x18\x05 \x01(\tR\rworkflowRunId\x12\x14\n\x05limit\x18\x06 \x01(\x05R\x05limit\x12\x16\n\x06offset\x18\x07 \x01(\x05R\x06offset\x12\x1e\n\x0b\x61\x32\x61_task_id\x18\x08 \x01(\tR\ta2aTaskId\x12$\n\x0e\x61\x32\x61_message_id\x18\t \x01(\tR\x0c\x61\x32\x61MessageId\x12 \n\x0c\x61\x32\x61_skill_id\x18\n \x01(\tR\na2aSkillId\x12.\n\x13\x61\x32\x61_dispatch_status\x18\x0b \x01(\tR\x11\x61\x32\x61\x44ispatchStatus\x12\x33\n\x16\x61\x32\x61_root_delegation_id\x18\x0c \x01(\tR\x13\x61\x32\x61RootDelegationId\x12\x37\n\x18\x61\x32\x61_parent_delegation_id\x18\r \x01(\tR\x15\x61\x32\x61ParentDelegationId\x12\x19\n\x08\x61\x32\x61_only\x18\x0e \x01(\x08R\x07\x61\x32\x61Only\"n\n\x17ListDelegationsResponse\x12=\n\x0b\x64\x65legations\x18\x01 \x03(\x0b\x32\x1b.agents.v1.DelegationRecordR\x0b\x64\x65legations\x12\x14\n\x05total\x18\x02 \x01(\x05R\x05total\"\xde\x01\n\x1cGetA2ADelegationGraphRequest\x12!\n\x0cworkspace_id\x18\x01 \x01(\tR\x0bworkspaceId\x12,\n\x12root_delegation_id\x18\x02 \x01(\tR\x10rootDelegationId\x12#\n\rdelegation_id\x18\x03 \x01(\tR\x0c\x64\x65legationId\x12&\n\tmax_depth\x18\x04 \x01(\x05\x42\t\xbaH\x06\x1a\x04\x18\x64(\x00R\x08maxDepth\x12 \n\x05limit\x18\x05 \x01(\x05\x42\n\xbaH\x07\x1a\x05\x18\xe8\x07(\x00R\x05limit\"\xa8\x01\n\x16\x41\x32\x41\x44\x65legationGraphNode\x12;\n\ndelegation\x18\x01 \x01(\x0b\x32\x1b.agents.v1.DelegationRecordR\ndelegation\x12\x14\n\x05\x64\x65pth\x18\x02 \x01(\x05R\x05\x64\x65pth\x12\x1f\n\x0b\x63hild_count\x18\x03 \x01(\x05R\nchildCount\x12\x1a\n\x08terminal\x18\x04 \x01(\x08R\x08terminal\"z\n\x16\x41\x32\x41\x44\x65legationGraphEdge\x12\x30\n\x14parent_delegation_id\x18\x01 \x01(\tR\x12parentDelegationId\x12.\n\x13\x63hild_delegation_id\x18\x02 \x01(\tR\x11\x63hildDelegationId\"\xb6\x02\n\x1dGetA2ADelegationGraphResponse\x12,\n\x12root_delegation_id\x18\x01 \x01(\tR\x10rootDelegationId\x12\x37\n\x05nodes\x18\x02 \x03(\x0b\x32!.agents.v1.A2ADelegationGraphNodeR\x05nodes\x12\x37\n\x05\x65\x64ges\x18\x03 \x03(\x0b\x32!.agents.v1.A2ADelegationGraphEdgeR\x05\x65\x64ges\x12\x14\n\x05total\x18\x04 \x01(\x05R\x05total\x12\x1c\n\ttruncated\x18\x05 \x01(\x08R\ttruncated\x12\x41\n\x1dmissing_parent_delegation_ids\x18\x06 \x03(\tR\x1amissingParentDelegationIds\"\xaa\x02\n\x10HeartbeatRequest\x12\"\n\x08\x61gent_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07\x61gentId\x12.\n\x06status\x18\x02 \x01(\x0e\x32\x16.agents.v1.AgentStatusR\x06status\x12\x32\n\x15\x63urrent_objective_ids\x18\x03 \x03(\tR\x13\x63urrentObjectiveIds\x12\x18\n\x07surface\x18\x04 \x01(\tR\x07surface\x12?\n\x0csurface_type\x18\x05 \x01(\x0e\x32\x12.common.v1.SurfaceB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0bsurfaceType\x12\x33\n\x03\x61\x32\x61\x18\x06 \x01(\x0b\x32!.agents.v1.AgentA2APeerProjectionR\x03\x61\x32\x61\"[\n\x11HeartbeatResponse\x12\x46\n\x11next_heartbeat_by\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0fnextHeartbeatBy*\xc3\x01\n\x0b\x41gentStatus\x12\x1c\n\x18\x41GENT_STATUS_UNSPECIFIED\x10\x00\x12\x17\n\x13\x41GENT_STATUS_ACTIVE\x10\x01\x12\x15\n\x11\x41GENT_STATUS_IDLE\x10\x02\x12\x15\n\x11\x41GENT_STATUS_BUSY\x10\x03\x12\x18\n\x14\x41GENT_STATUS_OFFLINE\x10\x04\x12\x19\n\x15\x41GENT_STATUS_DEGRADED\x10\x05\x12\x1a\n\x16\x41GENT_STATUS_SUSPENDED\x10\x06*\xf4\x01\n\x10\x44\x65legationStatus\x12!\n\x1d\x44\x45LEGATION_STATUS_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x44\x45LEGATION_STATUS_PENDING\x10\x01\x12\x1e\n\x1a\x44\x45LEGATION_STATUS_ACCEPTED\x10\x02\x12\x1e\n\x1a\x44\x45LEGATION_STATUS_REJECTED\x10\x03\x12\x1f\n\x1b\x44\x45LEGATION_STATUS_COMPLETED\x10\x04\x12\x1c\n\x18\x44\x45LEGATION_STATUS_FAILED\x10\x05\x12\x1f\n\x1b\x44\x45LEGATION_STATUS_TIMED_OUT\x10\x06*\xb6\x02\n\x1c\x41\x32\x41\x44\x65legationTaskControlMode\x12\x30\n,A2A_DELEGATION_TASK_CONTROL_MODE_UNSPECIFIED\x10\x00\x12*\n&A2A_DELEGATION_TASK_CONTROL_MODE_STEER\x10\x01\x12-\n)A2A_DELEGATION_TASK_CONTROL_MODE_FOLLOWUP\x10\x02\x12,\n(A2A_DELEGATION_TASK_CONTROL_MODE_COLLECT\x10\x03\x12.\n*A2A_DELEGATION_TASK_CONTROL_MODE_INTERRUPT\x10\x04\x12+\n\'A2A_DELEGATION_TASK_CONTROL_MODE_CANCEL\x10\x05*\xb6\x01\n\x11TeammateLifecycle\x12\"\n\x1eTEAMMATE_LIFECYCLE_UNSPECIFIED\x10\x00\x12\x1c\n\x18TEAMMATE_LIFECYCLE_DRAFT\x10\x01\x12\x1d\n\x19TEAMMATE_LIFECYCLE_ACTIVE\x10\x02\x12\x1d\n\x19TEAMMATE_LIFECYCLE_PAUSED\x10\x03\x12!\n\x1dTEAMMATE_LIFECYCLE_DEPRECATED\x10\x04*\xfe\x01\n\x0e\x43ommitmentKind\x12\x1f\n\x1b\x43OMMITMENT_KIND_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x43OMMITMENT_KIND_FOLLOW_UP\x10\x01\x12\x19\n\x15\x43OMMITMENT_KIND_WATCH\x10\x02\x12\x19\n\x15\x43OMMITMENT_KIND_RETRY\x10\x03\x12\x1d\n\x19\x43OMMITMENT_KIND_SUMMARIZE\x10\x04\x12\x1b\n\x17\x43OMMITMENT_KIND_MONITOR\x10\x05\x12\x1d\n\x19\x43OMMITMENT_KIND_REMEDIATE\x10\x06\x12\x1b\n\x17\x43OMMITMENT_KIND_HANDOFF\x10\x07*\xe9\x02\n\x15InitiativeTriggerKind\x12\'\n#INITIATIVE_TRIGGER_KIND_UNSPECIFIED\x10\x00\x12$\n INITIATIVE_TRIGGER_KIND_SCHEDULE\x10\x01\x12\'\n#INITIATIVE_TRIGGER_KIND_SLACK_EVENT\x10\x02\x12*\n&INITIATIVE_TRIGGER_KIND_PLATFORM_EVENT\x10\x03\x12*\n&INITIATIVE_TRIGGER_KIND_OBJECTIVE_WAKE\x10\x04\x12)\n%INITIATIVE_TRIGGER_KIND_WAIT_RESOLVED\x10\x05\x12+\n\'INITIATIVE_TRIGGER_KIND_EVAL_REGRESSION\x10\x06\x12(\n$INITIATIVE_TRIGGER_KIND_STALLED_WORK\x10\x07*\xbb\x01\n\x11\x41utonomyAuthority\x12\"\n\x1e\x41UTONOMY_AUTHORITY_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x41UTONOMY_AUTHORITY_OWN\x10\x01\x12 \n\x1c\x41UTONOMY_AUTHORITY_RECOMMEND\x10\x02\x12\'\n#AUTONOMY_AUTHORITY_REQUIRE_APPROVAL\x10\x03\x12\x1b\n\x17\x41UTONOMY_AUTHORITY_DENY\x10\x04*\xf8\x01\n\rPresenceEvent\x12\x1e\n\x1aPRESENCE_EVENT_UNSPECIFIED\x10\x00\x12\x1b\n\x17PRESENCE_EVENT_ACCEPTED\x10\x01\x12\x1a\n\x16PRESENCE_EVENT_WAITING\x10\x02\x12\x1b\n\x17PRESENCE_EVENT_PROGRESS\x10\x03\x12\x1a\n\x16PRESENCE_EVENT_BLOCKED\x10\x04\x12\x1c\n\x18PRESENCE_EVENT_COMPLETED\x10\x05\x12\x19\n\x15PRESENCE_EVENT_FAILED\x10\x06\x12\x1c\n\x18PRESENCE_EVENT_ESCALATED\x10\x07*\xa5\x02\n\x13TeammateChannelKind\x12%\n!TEAMMATE_CHANNEL_KIND_UNSPECIFIED\x10\x00\x12\x1f\n\x1bTEAMMATE_CHANNEL_KIND_SLACK\x10\x01\x12\x1f\n\x1bTEAMMATE_CHANNEL_KIND_EMAIL\x10\x02\x12\"\n\x1eTEAMMATE_CHANNEL_KIND_CALENDAR\x10\x03\x12\x1e\n\x1aTEAMMATE_CHANNEL_KIND_JIRA\x10\x04\x12\x1f\n\x1bTEAMMATE_CHANNEL_KIND_TEAMS\x10\x05\x12\x1d\n\x19TEAMMATE_CHANNEL_KIND_WEB\x10\x06\x12!\n\x1dTEAMMATE_CHANNEL_KIND_WEBHOOK\x10\x07*\x98\x01\n\x19TeammateChannelCapability\x12+\n\'TEAMMATE_CHANNEL_CAPABILITY_UNSPECIFIED\x10\x00\x12&\n\"TEAMMATE_CHANNEL_CAPABILITY_INGEST\x10\x01\x12&\n\"TEAMMATE_CHANNEL_CAPABILITY_RENDER\x10\x02*\xe6\x05\n\x18TeammateChannelEventKind\x12+\n\'TEAMMATE_CHANNEL_EVENT_KIND_UNSPECIFIED\x10\x00\x12/\n+TEAMMATE_CHANNEL_EVENT_KIND_MESSAGE_CREATED\x10\x01\x12\x34\n0TEAMMATE_CHANNEL_EVENT_KIND_THREAD_REPLY_CREATED\x10\x02\x12/\n+TEAMMATE_CHANNEL_EVENT_KIND_COMMAND_INVOKED\x10\x03\x12.\n*TEAMMATE_CHANNEL_EVENT_KIND_ACTION_INVOKED\x10\x04\x12.\n*TEAMMATE_CHANNEL_EVENT_KIND_REACTION_ADDED\x10\x05\x12\x30\n,TEAMMATE_CHANNEL_EVENT_KIND_REACTION_REMOVED\x10\x06\x12\x38\n4TEAMMATE_CHANNEL_EVENT_KIND_ASSISTANT_THREAD_STARTED\x10\x07\x12@\n<TEAMMATE_CHANNEL_EVENT_KIND_ASSISTANT_THREAD_CONTEXT_CHANGED\x10\x08\x12.\n*TEAMMATE_CHANNEL_EVENT_KIND_EMAIL_RECEIVED\x10\t\x12\x36\n2TEAMMATE_CHANNEL_EVENT_KIND_CALENDAR_EVENT_CHANGED\x10\n\x12-\n)TEAMMATE_CHANNEL_EVENT_KIND_ISSUE_CHANGED\x10\x0b\x12.\n*TEAMMATE_CHANNEL_EVENT_KIND_SCHEDULED_WAKE\x10\x0c\x12\x30\n,TEAMMATE_CHANNEL_EVENT_KIND_WEBHOOK_RECEIVED\x10\r*\xac\x07\n\x1eTeammateRuntimeRenderEventKind\x12\x32\n.TEAMMATE_RUNTIME_RENDER_EVENT_KIND_UNSPECIFIED\x10\x00\x12\x37\n3TEAMMATE_RUNTIME_RENDER_EVENT_KIND_TRIGGER_ACCEPTED\x10\x01\x12\x32\n.TEAMMATE_RUNTIME_RENDER_EVENT_KIND_RUN_STARTED\x10\x02\x12/\n+TEAMMATE_RUNTIME_RENDER_EVENT_KIND_PROGRESS\x10\x03\x12\x33\n/TEAMMATE_RUNTIME_RENDER_EVENT_KIND_STEP_STARTED\x10\x04\x12\x35\n1TEAMMATE_RUNTIME_RENDER_EVENT_KIND_STEP_COMPLETED\x10\x05\x12\x38\n4TEAMMATE_RUNTIME_RENDER_EVENT_KIND_OBJECTIVE_UPDATED\x10\x06\x12\x39\n5TEAMMATE_RUNTIME_RENDER_EVENT_KIND_APPROVAL_REQUESTED\x10\x07\x12\x38\n4TEAMMATE_RUNTIME_RENDER_EVENT_KIND_APPROVAL_RESOLVED\x10\x08\x12\x34\n0TEAMMATE_RUNTIME_RENDER_EVENT_KIND_TOOL_PROPOSED\x10\t\x12\x35\n1TEAMMATE_RUNTIME_RENDER_EVENT_KIND_TOOL_COMPLETED\x10\n\x12\x37\n3TEAMMATE_RUNTIME_RENDER_EVENT_KIND_ARTIFACT_CREATED\x10\x0b\x12\x36\n2TEAMMATE_RUNTIME_RENDER_EVENT_KIND_MEMORY_PROPOSED\x10\x0c\x12.\n*TEAMMATE_RUNTIME_RENDER_EVENT_KIND_WAITING\x10\r\x12.\n*TEAMMATE_RUNTIME_RENDER_EVENT_KIND_RESUMED\x10\x0e\x12\x30\n,TEAMMATE_RUNTIME_RENDER_EVENT_KIND_COMPLETED\x10\x0f\x12-\n)TEAMMATE_RUNTIME_RENDER_EVENT_KIND_FAILED\x10\x10\x32\xa4\x0f\n\x0c\x41gentService\x12q\n\x08Register\x12\x1a.agents.v1.RegisterRequest\x1a\x1b.agents.v1.RegisterResponse\",\xca\xf3\x18\x14\x61gent-registry:write\xd2\xf3\x18\x0cworkspace_id\xd8\xf3\x18\x02\x12Q\n\x03Get\x12\x15.agents.v1.GetRequest\x1a\x16.agents.v1.GetResponse\"\x1b\xca\xf3\x18\x13\x61gent-registry:read\xd8\xf3\x18\x01\x12\x64\n\x04List\x12\x16.agents.v1.ListRequest\x1a\x17.agents.v1.ListResponse\"+\xca\xf3\x18\x13\x61gent-registry:read\xd2\xf3\x18\x0cworkspace_id\xd8\xf3\x18\x01\x12[\n\x06Update\x12\x18.agents.v1.UpdateRequest\x1a\x19.agents.v1.UpdateResponse\"\x1c\xca\xf3\x18\x14\x61gent-registry:write\xd8\xf3\x18\x02\x12g\n\nDeregister\x12\x1c.agents.v1.DeregisterRequest\x1a\x1d.agents.v1.DeregisterResponse\"\x1c\xca\xf3\x18\x14\x61gent-registry:write\xd8\xf3\x18\x03\x12g\n\nPushConfig\x12\x1c.agents.v1.PushConfigRequest\x1a\x1d.agents.v1.PushConfigResponse\"\x1c\xca\xf3\x18\x14\x61gent-registry:write\xd8\xf3\x18\x02\x12\x63\n\tGetConfig\x12\x1b.agents.v1.GetConfigRequest\x1a\x1c.agents.v1.GetConfigResponse\"\x1b\xca\xf3\x18\x13\x61gent-registry:read\xd8\xf3\x18\x01\x12i\n\x0bListConfigs\x12\x1d.agents.v1.ListConfigsRequest\x1a\x1e.agents.v1.ListConfigsResponse\"\x1b\xca\xf3\x18\x13\x61gent-registry:read\xd8\xf3\x18\x01\x12s\n\x0eRollbackConfig\x12 .agents.v1.RollbackConfigRequest\x1a!.agents.v1.RollbackConfigResponse\"\x1c\xca\xf3\x18\x14\x61gent-registry:write\xd8\xf3\x18\x03\x12\x61\n\x08\x44\x65legate\x12\x1a.agents.v1.DelegateRequest\x1a\x1b.agents.v1.DelegateResponse\"\x1c\xca\xf3\x18\x14\x61gent-registry:write\xd8\xf3\x18\x02\x12|\n\x11ResolveDelegation\x12#.agents.v1.ResolveDelegationRequest\x1a$.agents.v1.ResolveDelegationResponse\"\x1c\xca\xf3\x18\x14\x61gent-registry:write\xd8\xf3\x18\x02\x12\x85\x01\n\x14RenewDelegationLease\x12&.agents.v1.RenewDelegationLeaseRequest\x1a\'.agents.v1.RenewDelegationLeaseResponse\"\x1c\xca\xf3\x18\x14\x61gent-registry:write\xd8\xf3\x18\x02\x12\x91\x01\n\x18\x43ontrolA2ADelegationTask\x12*.agents.v1.ControlA2ADelegationTaskRequest\x1a+.agents.v1.ControlA2ADelegationTaskResponse\"\x1c\xca\xf3\x18\x14\x61gent-registry:write\xd8\xf3\x18\x03\x12o\n\rGetDelegation\x12\x1f.agents.v1.GetDelegationRequest\x1a .agents.v1.GetDelegationResponse\"\x1b\xca\xf3\x18\x13\x61gent-registry:read\xd8\xf3\x18\x01\x12\x85\x01\n\x0fListDelegations\x12!.agents.v1.ListDelegationsRequest\x1a\".agents.v1.ListDelegationsResponse\"+\xca\xf3\x18\x13\x61gent-registry:read\xd2\xf3\x18\x0cworkspace_id\xd8\xf3\x18\x01\x12\x97\x01\n\x15GetA2ADelegationGraph\x12\'.agents.v1.GetA2ADelegationGraphRequest\x1a(.agents.v1.GetA2ADelegationGraphResponse\"+\xca\xf3\x18\x13\x61gent-registry:read\xd2\xf3\x18\x0cworkspace_id\xd8\xf3\x18\x01\x12\x64\n\tHeartbeat\x12\x1b.agents.v1.HeartbeatRequest\x1a\x1c.agents.v1.HeartbeatResponse\"\x1c\xca\xf3\x18\x14\x61gent-registry:write\xd8\xf3\x18\x01\x42\x37Z5github.com/evalops/platform/gen/go/agents/v1;agentsv1b\x06proto3')
|
|
36
|
+
|
|
37
|
+
_globals = globals()
|
|
38
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
39
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agents.v1.agents_pb2', _globals)
|
|
40
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
41
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
42
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z5github.com/evalops/platform/gen/go/agents/v1;agentsv1'
|
|
43
|
+
_globals['_AGENT'].fields_by_name['surface_types']._loaded_options = None
|
|
44
|
+
_globals['_AGENT'].fields_by_name['surface_types']._serialized_options = b'\272H\014\222\001\t\"\007\202\001\004\020\001 \000'
|
|
45
|
+
_globals['_AGENTA2APEERPROJECTION_ATTRIBUTESENTRY']._loaded_options = None
|
|
46
|
+
_globals['_AGENTA2APEERPROJECTION_ATTRIBUTESENTRY']._serialized_options = b'8\001'
|
|
47
|
+
_globals['_AGENTA2ASKILL_ATTRIBUTESENTRY']._loaded_options = None
|
|
48
|
+
_globals['_AGENTA2ASKILL_ATTRIBUTESENTRY']._serialized_options = b'8\001'
|
|
49
|
+
_globals['_AGENTCONFIG_PROMPTBINDINGSENTRY']._loaded_options = None
|
|
50
|
+
_globals['_AGENTCONFIG_PROMPTBINDINGSENTRY']._serialized_options = b'8\001'
|
|
51
|
+
_globals['_AGENTCONFIG_MODELPREFERENCESENTRY']._loaded_options = None
|
|
52
|
+
_globals['_AGENTCONFIG_MODELPREFERENCESENTRY']._serialized_options = b'8\001'
|
|
53
|
+
_globals['_DIGITALTEAMMATEPROFILE_LABELSENTRY']._loaded_options = None
|
|
54
|
+
_globals['_DIGITALTEAMMATEPROFILE_LABELSENTRY']._serialized_options = b'8\001'
|
|
55
|
+
_globals['_DIGITALTEAMMATEPROFILE'].fields_by_name['surface_types']._loaded_options = None
|
|
56
|
+
_globals['_DIGITALTEAMMATEPROFILE'].fields_by_name['surface_types']._serialized_options = b'\272H\014\222\001\t\"\007\202\001\004\020\001 \000'
|
|
57
|
+
_globals['_DIGITALTEAMMATEPROFILE'].fields_by_name['lifecycle']._loaded_options = None
|
|
58
|
+
_globals['_DIGITALTEAMMATEPROFILE'].fields_by_name['lifecycle']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
59
|
+
_globals['_TEAMMATECHANNELMANIFEST_ATTRIBUTESENTRY']._loaded_options = None
|
|
60
|
+
_globals['_TEAMMATECHANNELMANIFEST_ATTRIBUTESENTRY']._serialized_options = b'8\001'
|
|
61
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['kind']._loaded_options = None
|
|
62
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['kind']._serialized_options = b'\272H\007\202\001\004\020\001 \000'
|
|
63
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['delivery_channel']._loaded_options = None
|
|
64
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['delivery_channel']._serialized_options = b'\272H\007\202\001\004\020\001 \000'
|
|
65
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['platform_surface']._loaded_options = None
|
|
66
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['platform_surface']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
67
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['capabilities']._loaded_options = None
|
|
68
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['capabilities']._serialized_options = b'\272H\014\222\001\t\"\007\202\001\004\020\001 \000'
|
|
69
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['inbound_events']._loaded_options = None
|
|
70
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['inbound_events']._serialized_options = b'\272H\014\222\001\t\"\007\202\001\004\020\001 \000'
|
|
71
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['runtime_events']._loaded_options = None
|
|
72
|
+
_globals['_TEAMMATECHANNELMANIFEST'].fields_by_name['runtime_events']._serialized_options = b'\272H\014\222\001\t\"\007\202\001\004\020\001 \000'
|
|
73
|
+
_globals['_TEAMMATERESPONSIBILITY'].fields_by_name['owned_entity_types']._loaded_options = None
|
|
74
|
+
_globals['_TEAMMATERESPONSIBILITY'].fields_by_name['owned_entity_types']._serialized_options = b'\272H\014\222\001\t\"\007\202\001\004\020\001 \000'
|
|
75
|
+
_globals['_COMMITMENTPOLICY'].fields_by_name['allowed_kinds']._loaded_options = None
|
|
76
|
+
_globals['_COMMITMENTPOLICY'].fields_by_name['allowed_kinds']._serialized_options = b'\272H\014\222\001\t\"\007\202\001\004\020\001 \000'
|
|
77
|
+
_globals['_COMMITMENTPOLICY'].fields_by_name['default_due_seconds']._loaded_options = None
|
|
78
|
+
_globals['_COMMITMENTPOLICY'].fields_by_name['default_due_seconds']._serialized_options = b'\272H\004\032\002(\000'
|
|
79
|
+
_globals['_COMMITMENTPOLICY'].fields_by_name['max_open_commitments']._loaded_options = None
|
|
80
|
+
_globals['_COMMITMENTPOLICY'].fields_by_name['max_open_commitments']._serialized_options = b'\272H\004\032\002(\000'
|
|
81
|
+
_globals['_COMMITMENTTEMPLATE'].fields_by_name['kind']._loaded_options = None
|
|
82
|
+
_globals['_COMMITMENTTEMPLATE'].fields_by_name['kind']._serialized_options = b'\272H\007\202\001\004\020\001 \000'
|
|
83
|
+
_globals['_INITIATIVEPOLICY'].fields_by_name['max_initiated_runs_per_day']._loaded_options = None
|
|
84
|
+
_globals['_INITIATIVEPOLICY'].fields_by_name['max_initiated_runs_per_day']._serialized_options = b'\272H\004\032\002(\000'
|
|
85
|
+
_globals['_INITIATIVETRIGGER'].fields_by_name['kind']._loaded_options = None
|
|
86
|
+
_globals['_INITIATIVETRIGGER'].fields_by_name['kind']._serialized_options = b'\272H\007\202\001\004\020\001 \000'
|
|
87
|
+
_globals['_AUTONOMYPOLICY'].fields_by_name['default_authority']._loaded_options = None
|
|
88
|
+
_globals['_AUTONOMYPOLICY'].fields_by_name['default_authority']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
89
|
+
_globals['_AUTONOMYPOLICY'].fields_by_name['max_risk_without_approval']._loaded_options = None
|
|
90
|
+
_globals['_AUTONOMYPOLICY'].fields_by_name['max_risk_without_approval']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
91
|
+
_globals['_AUTONOMYRULE'].fields_by_name['max_risk']._loaded_options = None
|
|
92
|
+
_globals['_AUTONOMYRULE'].fields_by_name['max_risk']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
93
|
+
_globals['_AUTONOMYRULE'].fields_by_name['authority']._loaded_options = None
|
|
94
|
+
_globals['_AUTONOMYRULE'].fields_by_name['authority']._serialized_options = b'\272H\007\202\001\004\020\001 \000'
|
|
95
|
+
_globals['_MEMORYPOLICY'].fields_by_name['default_retention_days']._loaded_options = None
|
|
96
|
+
_globals['_MEMORYPOLICY'].fields_by_name['default_retention_days']._serialized_options = b'\272H\004\032\002(\000'
|
|
97
|
+
_globals['_PRESENCEPOLICY'].fields_by_name['primary_channel']._loaded_options = None
|
|
98
|
+
_globals['_PRESENCEPOLICY'].fields_by_name['primary_channel']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
99
|
+
_globals['_PRESENCEPOLICY'].fields_by_name['progress_update_interval_seconds']._loaded_options = None
|
|
100
|
+
_globals['_PRESENCEPOLICY'].fields_by_name['progress_update_interval_seconds']._serialized_options = b'\272H\004\032\002(\000'
|
|
101
|
+
_globals['_PRESENCEPOLICY'].fields_by_name['visible_events']._loaded_options = None
|
|
102
|
+
_globals['_PRESENCEPOLICY'].fields_by_name['visible_events']._serialized_options = b'\272H\014\222\001\t\"\007\202\001\004\020\001 \000'
|
|
103
|
+
_globals['_EVALPOLICY'].fields_by_name['production_sample_rate_basis_points']._loaded_options = None
|
|
104
|
+
_globals['_EVALPOLICY'].fields_by_name['production_sample_rate_basis_points']._serialized_options = b'\272H\007\032\005\030\220N(\000'
|
|
105
|
+
_globals['_ESCALATIONPOLICY'].fields_by_name['escalate_after_seconds']._loaded_options = None
|
|
106
|
+
_globals['_ESCALATIONPOLICY'].fields_by_name['escalate_after_seconds']._serialized_options = b'\272H\004\032\002(\000'
|
|
107
|
+
_globals['_ESCALATIONPOLICY'].fields_by_name['fallback_channel']._loaded_options = None
|
|
108
|
+
_globals['_ESCALATIONPOLICY'].fields_by_name['fallback_channel']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
109
|
+
_globals['_REGISTERREQUEST'].fields_by_name['capabilities']._loaded_options = None
|
|
110
|
+
_globals['_REGISTERREQUEST'].fields_by_name['capabilities']._serialized_options = b'\272H\005\222\001\002\010\001'
|
|
111
|
+
_globals['_REGISTERREQUEST'].fields_by_name['surface_types']._loaded_options = None
|
|
112
|
+
_globals['_REGISTERREQUEST'].fields_by_name['surface_types']._serialized_options = b'\272H\014\222\001\t\"\007\202\001\004\020\001 \000'
|
|
113
|
+
_globals['_GETREQUEST'].fields_by_name['id']._loaded_options = None
|
|
114
|
+
_globals['_GETREQUEST'].fields_by_name['id']._serialized_options = b'\272H\004r\002\020\001'
|
|
115
|
+
_globals['_LISTREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
116
|
+
_globals['_LISTREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\007\032\005\030\310\001(\000'
|
|
117
|
+
_globals['_LISTREQUEST'].fields_by_name['offset']._loaded_options = None
|
|
118
|
+
_globals['_LISTREQUEST'].fields_by_name['offset']._serialized_options = b'\272H\004\032\002(\000'
|
|
119
|
+
_globals['_LISTREQUEST'].fields_by_name['surface_type']._loaded_options = None
|
|
120
|
+
_globals['_LISTREQUEST'].fields_by_name['surface_type']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
121
|
+
_globals['_UPDATEREQUEST'].fields_by_name['id']._loaded_options = None
|
|
122
|
+
_globals['_UPDATEREQUEST'].fields_by_name['id']._serialized_options = b'\272H\004r\002\020\001'
|
|
123
|
+
_globals['_UPDATEREQUEST'].fields_by_name['surface_types']._loaded_options = None
|
|
124
|
+
_globals['_UPDATEREQUEST'].fields_by_name['surface_types']._serialized_options = b'\272H\014\222\001\t\"\007\202\001\004\020\001 \000'
|
|
125
|
+
_globals['_DEREGISTERREQUEST'].fields_by_name['id']._loaded_options = None
|
|
126
|
+
_globals['_DEREGISTERREQUEST'].fields_by_name['id']._serialized_options = b'\272H\004r\002\020\001'
|
|
127
|
+
_globals['_PUSHCONFIGREQUEST_PROMPTBINDINGSENTRY']._loaded_options = None
|
|
128
|
+
_globals['_PUSHCONFIGREQUEST_PROMPTBINDINGSENTRY']._serialized_options = b'8\001'
|
|
129
|
+
_globals['_PUSHCONFIGREQUEST_MODELPREFERENCESENTRY']._loaded_options = None
|
|
130
|
+
_globals['_PUSHCONFIGREQUEST_MODELPREFERENCESENTRY']._serialized_options = b'8\001'
|
|
131
|
+
_globals['_PUSHCONFIGREQUEST'].fields_by_name['agent_id']._loaded_options = None
|
|
132
|
+
_globals['_PUSHCONFIGREQUEST'].fields_by_name['agent_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
133
|
+
_globals['_GETCONFIGREQUEST'].fields_by_name['agent_id']._loaded_options = None
|
|
134
|
+
_globals['_GETCONFIGREQUEST'].fields_by_name['agent_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
135
|
+
_globals['_GETCONFIGREQUEST'].fields_by_name['version']._loaded_options = None
|
|
136
|
+
_globals['_GETCONFIGREQUEST'].fields_by_name['version']._serialized_options = b'\272H\004\032\002 \000'
|
|
137
|
+
_globals['_LISTCONFIGSREQUEST'].fields_by_name['agent_id']._loaded_options = None
|
|
138
|
+
_globals['_LISTCONFIGSREQUEST'].fields_by_name['agent_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
139
|
+
_globals['_LISTCONFIGSREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
140
|
+
_globals['_LISTCONFIGSREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\007\032\005\030\310\001(\000'
|
|
141
|
+
_globals['_LISTCONFIGSREQUEST'].fields_by_name['offset']._loaded_options = None
|
|
142
|
+
_globals['_LISTCONFIGSREQUEST'].fields_by_name['offset']._serialized_options = b'\272H\004\032\002(\000'
|
|
143
|
+
_globals['_ROLLBACKCONFIGREQUEST'].fields_by_name['agent_id']._loaded_options = None
|
|
144
|
+
_globals['_ROLLBACKCONFIGREQUEST'].fields_by_name['agent_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
145
|
+
_globals['_ROLLBACKCONFIGREQUEST'].fields_by_name['target_version']._loaded_options = None
|
|
146
|
+
_globals['_ROLLBACKCONFIGREQUEST'].fields_by_name['target_version']._serialized_options = b'\272H\004\032\002 \000'
|
|
147
|
+
_globals['_DELEGATEREQUEST'].fields_by_name['from_agent_id']._loaded_options = None
|
|
148
|
+
_globals['_DELEGATEREQUEST'].fields_by_name['from_agent_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
149
|
+
_globals['_RESOLVEDELEGATIONREQUEST'].fields_by_name['delegation_id']._loaded_options = None
|
|
150
|
+
_globals['_RESOLVEDELEGATIONREQUEST'].fields_by_name['delegation_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
151
|
+
_globals['_RESOLVEDELEGATIONREQUEST'].fields_by_name['status']._loaded_options = None
|
|
152
|
+
_globals['_RESOLVEDELEGATIONREQUEST'].fields_by_name['status']._serialized_options = b'\272H\007\202\001\004\020\001 \000'
|
|
153
|
+
_globals['_RENEWDELEGATIONLEASEREQUEST'].fields_by_name['delegation_id']._loaded_options = None
|
|
154
|
+
_globals['_RENEWDELEGATIONLEASEREQUEST'].fields_by_name['delegation_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
155
|
+
_globals['_CONTROLA2ADELEGATIONTASKREQUEST'].fields_by_name['delegation_id']._loaded_options = None
|
|
156
|
+
_globals['_CONTROLA2ADELEGATIONTASKREQUEST'].fields_by_name['delegation_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
157
|
+
_globals['_CONTROLA2ADELEGATIONTASKREQUEST'].fields_by_name['mode']._loaded_options = None
|
|
158
|
+
_globals['_CONTROLA2ADELEGATIONTASKREQUEST'].fields_by_name['mode']._serialized_options = b'\272H\007\202\001\004\020\001 \000'
|
|
159
|
+
_globals['_GETDELEGATIONREQUEST'].fields_by_name['id']._loaded_options = None
|
|
160
|
+
_globals['_GETDELEGATIONREQUEST'].fields_by_name['id']._serialized_options = b'\272H\004r\002\020\001'
|
|
161
|
+
_globals['_GETA2ADELEGATIONGRAPHREQUEST'].fields_by_name['max_depth']._loaded_options = None
|
|
162
|
+
_globals['_GETA2ADELEGATIONGRAPHREQUEST'].fields_by_name['max_depth']._serialized_options = b'\272H\006\032\004\030d(\000'
|
|
163
|
+
_globals['_GETA2ADELEGATIONGRAPHREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
164
|
+
_globals['_GETA2ADELEGATIONGRAPHREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\007\032\005\030\350\007(\000'
|
|
165
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['agent_id']._loaded_options = None
|
|
166
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['agent_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
167
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['surface_type']._loaded_options = None
|
|
168
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['surface_type']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
169
|
+
_globals['_AGENTSERVICE'].methods_by_name['Register']._loaded_options = None
|
|
170
|
+
_globals['_AGENTSERVICE'].methods_by_name['Register']._serialized_options = b'\312\363\030\024agent-registry:write\322\363\030\014workspace_id\330\363\030\002'
|
|
171
|
+
_globals['_AGENTSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
172
|
+
_globals['_AGENTSERVICE'].methods_by_name['Get']._serialized_options = b'\312\363\030\023agent-registry:read\330\363\030\001'
|
|
173
|
+
_globals['_AGENTSERVICE'].methods_by_name['List']._loaded_options = None
|
|
174
|
+
_globals['_AGENTSERVICE'].methods_by_name['List']._serialized_options = b'\312\363\030\023agent-registry:read\322\363\030\014workspace_id\330\363\030\001'
|
|
175
|
+
_globals['_AGENTSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
176
|
+
_globals['_AGENTSERVICE'].methods_by_name['Update']._serialized_options = b'\312\363\030\024agent-registry:write\330\363\030\002'
|
|
177
|
+
_globals['_AGENTSERVICE'].methods_by_name['Deregister']._loaded_options = None
|
|
178
|
+
_globals['_AGENTSERVICE'].methods_by_name['Deregister']._serialized_options = b'\312\363\030\024agent-registry:write\330\363\030\003'
|
|
179
|
+
_globals['_AGENTSERVICE'].methods_by_name['PushConfig']._loaded_options = None
|
|
180
|
+
_globals['_AGENTSERVICE'].methods_by_name['PushConfig']._serialized_options = b'\312\363\030\024agent-registry:write\330\363\030\002'
|
|
181
|
+
_globals['_AGENTSERVICE'].methods_by_name['GetConfig']._loaded_options = None
|
|
182
|
+
_globals['_AGENTSERVICE'].methods_by_name['GetConfig']._serialized_options = b'\312\363\030\023agent-registry:read\330\363\030\001'
|
|
183
|
+
_globals['_AGENTSERVICE'].methods_by_name['ListConfigs']._loaded_options = None
|
|
184
|
+
_globals['_AGENTSERVICE'].methods_by_name['ListConfigs']._serialized_options = b'\312\363\030\023agent-registry:read\330\363\030\001'
|
|
185
|
+
_globals['_AGENTSERVICE'].methods_by_name['RollbackConfig']._loaded_options = None
|
|
186
|
+
_globals['_AGENTSERVICE'].methods_by_name['RollbackConfig']._serialized_options = b'\312\363\030\024agent-registry:write\330\363\030\003'
|
|
187
|
+
_globals['_AGENTSERVICE'].methods_by_name['Delegate']._loaded_options = None
|
|
188
|
+
_globals['_AGENTSERVICE'].methods_by_name['Delegate']._serialized_options = b'\312\363\030\024agent-registry:write\330\363\030\002'
|
|
189
|
+
_globals['_AGENTSERVICE'].methods_by_name['ResolveDelegation']._loaded_options = None
|
|
190
|
+
_globals['_AGENTSERVICE'].methods_by_name['ResolveDelegation']._serialized_options = b'\312\363\030\024agent-registry:write\330\363\030\002'
|
|
191
|
+
_globals['_AGENTSERVICE'].methods_by_name['RenewDelegationLease']._loaded_options = None
|
|
192
|
+
_globals['_AGENTSERVICE'].methods_by_name['RenewDelegationLease']._serialized_options = b'\312\363\030\024agent-registry:write\330\363\030\002'
|
|
193
|
+
_globals['_AGENTSERVICE'].methods_by_name['ControlA2ADelegationTask']._loaded_options = None
|
|
194
|
+
_globals['_AGENTSERVICE'].methods_by_name['ControlA2ADelegationTask']._serialized_options = b'\312\363\030\024agent-registry:write\330\363\030\003'
|
|
195
|
+
_globals['_AGENTSERVICE'].methods_by_name['GetDelegation']._loaded_options = None
|
|
196
|
+
_globals['_AGENTSERVICE'].methods_by_name['GetDelegation']._serialized_options = b'\312\363\030\023agent-registry:read\330\363\030\001'
|
|
197
|
+
_globals['_AGENTSERVICE'].methods_by_name['ListDelegations']._loaded_options = None
|
|
198
|
+
_globals['_AGENTSERVICE'].methods_by_name['ListDelegations']._serialized_options = b'\312\363\030\023agent-registry:read\322\363\030\014workspace_id\330\363\030\001'
|
|
199
|
+
_globals['_AGENTSERVICE'].methods_by_name['GetA2ADelegationGraph']._loaded_options = None
|
|
200
|
+
_globals['_AGENTSERVICE'].methods_by_name['GetA2ADelegationGraph']._serialized_options = b'\312\363\030\023agent-registry:read\322\363\030\014workspace_id\330\363\030\001'
|
|
201
|
+
_globals['_AGENTSERVICE'].methods_by_name['Heartbeat']._loaded_options = None
|
|
202
|
+
_globals['_AGENTSERVICE'].methods_by_name['Heartbeat']._serialized_options = b'\312\363\030\024agent-registry:write\330\363\030\001'
|
|
203
|
+
_globals['_AGENTSTATUS']._serialized_start=19152
|
|
204
|
+
_globals['_AGENTSTATUS']._serialized_end=19347
|
|
205
|
+
_globals['_DELEGATIONSTATUS']._serialized_start=19350
|
|
206
|
+
_globals['_DELEGATIONSTATUS']._serialized_end=19594
|
|
207
|
+
_globals['_A2ADELEGATIONTASKCONTROLMODE']._serialized_start=19597
|
|
208
|
+
_globals['_A2ADELEGATIONTASKCONTROLMODE']._serialized_end=19907
|
|
209
|
+
_globals['_TEAMMATELIFECYCLE']._serialized_start=19910
|
|
210
|
+
_globals['_TEAMMATELIFECYCLE']._serialized_end=20092
|
|
211
|
+
_globals['_COMMITMENTKIND']._serialized_start=20095
|
|
212
|
+
_globals['_COMMITMENTKIND']._serialized_end=20349
|
|
213
|
+
_globals['_INITIATIVETRIGGERKIND']._serialized_start=20352
|
|
214
|
+
_globals['_INITIATIVETRIGGERKIND']._serialized_end=20713
|
|
215
|
+
_globals['_AUTONOMYAUTHORITY']._serialized_start=20716
|
|
216
|
+
_globals['_AUTONOMYAUTHORITY']._serialized_end=20903
|
|
217
|
+
_globals['_PRESENCEEVENT']._serialized_start=20906
|
|
218
|
+
_globals['_PRESENCEEVENT']._serialized_end=21154
|
|
219
|
+
_globals['_TEAMMATECHANNELKIND']._serialized_start=21157
|
|
220
|
+
_globals['_TEAMMATECHANNELKIND']._serialized_end=21450
|
|
221
|
+
_globals['_TEAMMATECHANNELCAPABILITY']._serialized_start=21453
|
|
222
|
+
_globals['_TEAMMATECHANNELCAPABILITY']._serialized_end=21605
|
|
223
|
+
_globals['_TEAMMATECHANNELEVENTKIND']._serialized_start=21608
|
|
224
|
+
_globals['_TEAMMATECHANNELEVENTKIND']._serialized_end=22350
|
|
225
|
+
_globals['_TEAMMATERUNTIMERENDEREVENTKIND']._serialized_start=22353
|
|
226
|
+
_globals['_TEAMMATERUNTIMERENDEREVENTKIND']._serialized_end=23293
|
|
227
|
+
_globals['_AGENT']._serialized_start=250
|
|
228
|
+
_globals['_AGENT']._serialized_end=955
|
|
229
|
+
_globals['_AGENTCAPACITY']._serialized_start=958
|
|
230
|
+
_globals['_AGENTCAPACITY']._serialized_end=1107
|
|
231
|
+
_globals['_AGENTA2APEERPROJECTION']._serialized_start=1110
|
|
232
|
+
_globals['_AGENTA2APEERPROJECTION']._serialized_end=1856
|
|
233
|
+
_globals['_AGENTA2APEERPROJECTION_ATTRIBUTESENTRY']._serialized_start=1795
|
|
234
|
+
_globals['_AGENTA2APEERPROJECTION_ATTRIBUTESENTRY']._serialized_end=1856
|
|
235
|
+
_globals['_AGENTA2ASKILL']._serialized_start=1859
|
|
236
|
+
_globals['_AGENTA2ASKILL']._serialized_end=2518
|
|
237
|
+
_globals['_AGENTA2ASKILL_ATTRIBUTESENTRY']._serialized_start=1795
|
|
238
|
+
_globals['_AGENTA2ASKILL_ATTRIBUTESENTRY']._serialized_end=1856
|
|
239
|
+
_globals['_AGENTCONFIG']._serialized_start=2521
|
|
240
|
+
_globals['_AGENTCONFIG']._serialized_end=3550
|
|
241
|
+
_globals['_AGENTCONFIG_PROMPTBINDINGSENTRY']._serialized_start=3416
|
|
242
|
+
_globals['_AGENTCONFIG_PROMPTBINDINGSENTRY']._serialized_end=3481
|
|
243
|
+
_globals['_AGENTCONFIG_MODELPREFERENCESENTRY']._serialized_start=3483
|
|
244
|
+
_globals['_AGENTCONFIG_MODELPREFERENCESENTRY']._serialized_end=3550
|
|
245
|
+
_globals['_DIGITALTEAMMATEPROFILE']._serialized_start=3553
|
|
246
|
+
_globals['_DIGITALTEAMMATEPROFILE']._serialized_end=4981
|
|
247
|
+
_globals['_DIGITALTEAMMATEPROFILE_LABELSENTRY']._serialized_start=4924
|
|
248
|
+
_globals['_DIGITALTEAMMATEPROFILE_LABELSENTRY']._serialized_end=4981
|
|
249
|
+
_globals['_TEAMMATECHANNELMANIFEST']._serialized_start=4984
|
|
250
|
+
_globals['_TEAMMATECHANNELMANIFEST']._serialized_end=5712
|
|
251
|
+
_globals['_TEAMMATECHANNELMANIFEST_ATTRIBUTESENTRY']._serialized_start=1795
|
|
252
|
+
_globals['_TEAMMATECHANNELMANIFEST_ATTRIBUTESENTRY']._serialized_end=1856
|
|
253
|
+
_globals['_TEAMMATERESPONSIBILITY']._serialized_start=5715
|
|
254
|
+
_globals['_TEAMMATERESPONSIBILITY']._serialized_end=6065
|
|
255
|
+
_globals['_COMMITMENTPOLICY']._serialized_start=6068
|
|
256
|
+
_globals['_COMMITMENTPOLICY']._serialized_end=6417
|
|
257
|
+
_globals['_COMMITMENTTEMPLATE']._serialized_start=6420
|
|
258
|
+
_globals['_COMMITMENTTEMPLATE']._serialized_end=6723
|
|
259
|
+
_globals['_INITIATIVEPOLICY']._serialized_start=6726
|
|
260
|
+
_globals['_INITIATIVEPOLICY']._serialized_end=6917
|
|
261
|
+
_globals['_INITIATIVETRIGGER']._serialized_start=6920
|
|
262
|
+
_globals['_INITIATIVETRIGGER']._serialized_end=7177
|
|
263
|
+
_globals['_AUTONOMYPOLICY']._serialized_start=7180
|
|
264
|
+
_globals['_AUTONOMYPOLICY']._serialized_end=7419
|
|
265
|
+
_globals['_AUTONOMYRULE']._serialized_start=7422
|
|
266
|
+
_globals['_AUTONOMYRULE']._serialized_end=7771
|
|
267
|
+
_globals['_MEMORYPOLICY']._serialized_start=7774
|
|
268
|
+
_globals['_MEMORYPOLICY']._serialized_end=8210
|
|
269
|
+
_globals['_PRESENCEPOLICY']._serialized_start=8213
|
|
270
|
+
_globals['_PRESENCEPOLICY']._serialized_end=8670
|
|
271
|
+
_globals['_OUTPUTPOLICY']._serialized_start=8673
|
|
272
|
+
_globals['_OUTPUTPOLICY']._serialized_end=8896
|
|
273
|
+
_globals['_EVALPOLICY']._serialized_start=8899
|
|
274
|
+
_globals['_EVALPOLICY']._serialized_end=9099
|
|
275
|
+
_globals['_EVALBINDING']._serialized_start=9102
|
|
276
|
+
_globals['_EVALBINDING']._serialized_end=9255
|
|
277
|
+
_globals['_ESCALATIONPOLICY']._serialized_start=9258
|
|
278
|
+
_globals['_ESCALATIONPOLICY']._serialized_end=9508
|
|
279
|
+
_globals['_DELEGATIONRECORD']._serialized_start=9511
|
|
280
|
+
_globals['_DELEGATIONRECORD']._serialized_end=10761
|
|
281
|
+
_globals['_REGISTERREQUEST']._serialized_start=10764
|
|
282
|
+
_globals['_REGISTERREQUEST']._serialized_end=11145
|
|
283
|
+
_globals['_REGISTERRESPONSE']._serialized_start=11147
|
|
284
|
+
_globals['_REGISTERRESPONSE']._serialized_end=11205
|
|
285
|
+
_globals['_GETREQUEST']._serialized_start=11207
|
|
286
|
+
_globals['_GETREQUEST']._serialized_end=11244
|
|
287
|
+
_globals['_GETRESPONSE']._serialized_start=11246
|
|
288
|
+
_globals['_GETRESPONSE']._serialized_end=11299
|
|
289
|
+
_globals['_LISTREQUEST']._serialized_start=11302
|
|
290
|
+
_globals['_LISTREQUEST']._serialized_end=11790
|
|
291
|
+
_globals['_LISTRESPONSE']._serialized_start=11793
|
|
292
|
+
_globals['_LISTRESPONSE']._serialized_end=11953
|
|
293
|
+
_globals['_AGENTDISCOVERYEVIDENCE']._serialized_start=11956
|
|
294
|
+
_globals['_AGENTDISCOVERYEVIDENCE']._serialized_end=12501
|
|
295
|
+
_globals['_AGENTDISCOVERYEXCLUSION']._serialized_start=12504
|
|
296
|
+
_globals['_AGENTDISCOVERYEXCLUSION']._serialized_end=12791
|
|
297
|
+
_globals['_UPDATEREQUEST']._serialized_start=12794
|
|
298
|
+
_globals['_UPDATEREQUEST']._serialized_end=13079
|
|
299
|
+
_globals['_UPDATERESPONSE']._serialized_start=13081
|
|
300
|
+
_globals['_UPDATERESPONSE']._serialized_end=13137
|
|
301
|
+
_globals['_DEREGISTERREQUEST']._serialized_start=13139
|
|
302
|
+
_globals['_DEREGISTERREQUEST']._serialized_end=13207
|
|
303
|
+
_globals['_DEREGISTERRESPONSE']._serialized_start=13209
|
|
304
|
+
_globals['_DEREGISTERRESPONSE']._serialized_end=13229
|
|
305
|
+
_globals['_PUSHCONFIGREQUEST']._serialized_start=13232
|
|
306
|
+
_globals['_PUSHCONFIGREQUEST']._serialized_end=14203
|
|
307
|
+
_globals['_PUSHCONFIGREQUEST_PROMPTBINDINGSENTRY']._serialized_start=3416
|
|
308
|
+
_globals['_PUSHCONFIGREQUEST_PROMPTBINDINGSENTRY']._serialized_end=3481
|
|
309
|
+
_globals['_PUSHCONFIGREQUEST_MODELPREFERENCESENTRY']._serialized_start=3483
|
|
310
|
+
_globals['_PUSHCONFIGREQUEST_MODELPREFERENCESENTRY']._serialized_end=3550
|
|
311
|
+
_globals['_PUSHCONFIGRESPONSE']._serialized_start=14205
|
|
312
|
+
_globals['_PUSHCONFIGRESPONSE']._serialized_end=14313
|
|
313
|
+
_globals['_GETCONFIGREQUEST']._serialized_start=14315
|
|
314
|
+
_globals['_GETCONFIGREQUEST']._serialized_end=14404
|
|
315
|
+
_globals['_GETCONFIGRESPONSE']._serialized_start=14406
|
|
316
|
+
_globals['_GETCONFIGRESPONSE']._serialized_end=14473
|
|
317
|
+
_globals['_LISTCONFIGSREQUEST']._serialized_start=14475
|
|
318
|
+
_globals['_LISTCONFIGSREQUEST']._serialized_end=14598
|
|
319
|
+
_globals['_LISTCONFIGSRESPONSE']._serialized_start=14600
|
|
320
|
+
_globals['_LISTCONFIGSRESPONSE']._serialized_end=14720
|
|
321
|
+
_globals['_ROLLBACKCONFIGREQUEST']._serialized_start=14723
|
|
322
|
+
_globals['_ROLLBACKCONFIGREQUEST']._serialized_end=14876
|
|
323
|
+
_globals['_ROLLBACKCONFIGRESPONSE']._serialized_start=14878
|
|
324
|
+
_globals['_ROLLBACKCONFIGRESPONSE']._serialized_end=14990
|
|
325
|
+
_globals['_DELEGATEREQUEST']._serialized_start=14993
|
|
326
|
+
_globals['_DELEGATEREQUEST']._serialized_end=15352
|
|
327
|
+
_globals['_DELEGATERESPONSE']._serialized_start=15354
|
|
328
|
+
_globals['_DELEGATERESPONSE']._serialized_end=15433
|
|
329
|
+
_globals['_RESOLVEDELEGATIONREQUEST']._serialized_start=15436
|
|
330
|
+
_globals['_RESOLVEDELEGATIONREQUEST']._serialized_end=15649
|
|
331
|
+
_globals['_RESOLVEDELEGATIONRESPONSE']._serialized_start=15651
|
|
332
|
+
_globals['_RESOLVEDELEGATIONRESPONSE']._serialized_end=15739
|
|
333
|
+
_globals['_RENEWDELEGATIONLEASEREQUEST']._serialized_start=15741
|
|
334
|
+
_globals['_RENEWDELEGATIONLEASEREQUEST']._serialized_end=15816
|
|
335
|
+
_globals['_RENEWDELEGATIONLEASERESPONSE']._serialized_start=15818
|
|
336
|
+
_globals['_RENEWDELEGATIONLEASERESPONSE']._serialized_end=15909
|
|
337
|
+
_globals['_CONTROLA2ADELEGATIONTASKREQUEST']._serialized_start=15912
|
|
338
|
+
_globals['_CONTROLA2ADELEGATIONTASKREQUEST']._serialized_end=16381
|
|
339
|
+
_globals['_A2ADELEGATIONTASKCONTROLRESULT']._serialized_start=16384
|
|
340
|
+
_globals['_A2ADELEGATIONTASKCONTROLRESULT']._serialized_end=16943
|
|
341
|
+
_globals['_CONTROLA2ADELEGATIONTASKRESPONSE']._serialized_start=16946
|
|
342
|
+
_globals['_CONTROLA2ADELEGATIONTASKRESPONSE']._serialized_end=17117
|
|
343
|
+
_globals['_GETDELEGATIONREQUEST']._serialized_start=17119
|
|
344
|
+
_globals['_GETDELEGATIONREQUEST']._serialized_end=17166
|
|
345
|
+
_globals['_GETDELEGATIONRESPONSE']._serialized_start=17168
|
|
346
|
+
_globals['_GETDELEGATIONRESPONSE']._serialized_end=17252
|
|
347
|
+
_globals['_LISTDELEGATIONSREQUEST']._serialized_start=17255
|
|
348
|
+
_globals['_LISTDELEGATIONSREQUEST']._serialized_end=17810
|
|
349
|
+
_globals['_LISTDELEGATIONSRESPONSE']._serialized_start=17812
|
|
350
|
+
_globals['_LISTDELEGATIONSRESPONSE']._serialized_end=17922
|
|
351
|
+
_globals['_GETA2ADELEGATIONGRAPHREQUEST']._serialized_start=17925
|
|
352
|
+
_globals['_GETA2ADELEGATIONGRAPHREQUEST']._serialized_end=18147
|
|
353
|
+
_globals['_A2ADELEGATIONGRAPHNODE']._serialized_start=18150
|
|
354
|
+
_globals['_A2ADELEGATIONGRAPHNODE']._serialized_end=18318
|
|
355
|
+
_globals['_A2ADELEGATIONGRAPHEDGE']._serialized_start=18320
|
|
356
|
+
_globals['_A2ADELEGATIONGRAPHEDGE']._serialized_end=18442
|
|
357
|
+
_globals['_GETA2ADELEGATIONGRAPHRESPONSE']._serialized_start=18445
|
|
358
|
+
_globals['_GETA2ADELEGATIONGRAPHRESPONSE']._serialized_end=18755
|
|
359
|
+
_globals['_HEARTBEATREQUEST']._serialized_start=18758
|
|
360
|
+
_globals['_HEARTBEATREQUEST']._serialized_end=19056
|
|
361
|
+
_globals['_HEARTBEATRESPONSE']._serialized_start=19058
|
|
362
|
+
_globals['_HEARTBEATRESPONSE']._serialized_end=19149
|
|
363
|
+
_globals['_AGENTSERVICE']._serialized_start=23296
|
|
364
|
+
_globals['_AGENTSERVICE']._serialized_end=25252
|
|
365
|
+
# @@protoc_insertion_point(module_scope)
|