weave-python 0.60.0__py3-none-any.whl → 0.61.0__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.
- weave/weaveapi/agent/v1/agent_pb2.py +44 -134
- weave/weaveapi/agent/v1/agent_pb2.pyi +250 -905
- weave/weaveapi/agent/v1/agent_pb2_grpc.py +224 -0
- weave/weaveapi/agent/v1/agent_pb2_grpc.pyi +79 -0
- weave/weaveapi/agent/v1/run_pb2.py +104 -0
- weave/weaveapi/agent/v1/run_pb2.pyi +957 -0
- weave/weaveapi/agent/v1/run_pb2_grpc.py +273 -0
- weave/weaveapi/agent/v1/run_pb2_grpc.pyi +117 -0
- weave/weaveapi/auth/v1/auth_pb2.py +128 -84
- weave/weaveapi/auth/v1/auth_pb2.pyi +348 -40
- weave/weaveapi/auth/v1/organization_admin_pb2.py +445 -0
- weave/weaveapi/auth/v1/{service_pb2.pyi → organization_admin_pb2.pyi} +19 -1223
- weave/weaveapi/auth/v1/organization_admin_pb2_grpc.py +1262 -0
- weave/weaveapi/auth/v1/organization_admin_pb2_grpc.pyi +489 -0
- weave/weaveapi/auth/v1/personal_access_token_pb2.py +97 -0
- weave/weaveapi/auth/v1/personal_access_token_pb2.pyi +179 -0
- weave/weaveapi/auth/v1/personal_access_token_pb2_grpc.py +181 -0
- weave/weaveapi/auth/v1/personal_access_token_pb2_grpc.pyi +96 -0
- weave/weaveapi/auth/v1/profile_pb2.py +112 -0
- weave/weaveapi/auth/v1/profile_pb2.pyi +260 -0
- weave/weaveapi/auth/v1/profile_pb2_grpc.py +273 -0
- weave/weaveapi/auth/v1/profile_pb2_grpc.pyi +120 -0
- weave/weaveapi/auth/v1/session_pb2.py +326 -0
- weave/weaveapi/auth/v1/session_pb2.pyi +1107 -0
- weave/weaveapi/auth/v1/session_pb2_grpc.py +790 -0
- weave/weaveapi/auth/v1/session_pb2_grpc.pyi +302 -0
- weave/weaveapi/chat/v1/chat_pb2.py +142 -86
- weave/weaveapi/chat/v1/chat_pb2.pyi +1473 -1125
- weave/weaveapi/chat/v1/chat_pb2_grpc.py +538 -0
- weave/weaveapi/chat/v1/chat_pb2_grpc.pyi +194 -0
- weave/weaveapi/consolidation/v1/consolidation_pb2.py +67 -35
- weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py +273 -0
- weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi +109 -0
- weave/weaveapi/content/v1/content_pb2.py +48 -0
- weave/weaveapi/content/v1/content_pb2.pyi +201 -0
- weave/weaveapi/gateway/v1/gateway_pb2.py +86 -624
- weave/weaveapi/gateway/v1/gateway_pb2.pyi +684 -2650
- weave/weaveapi/gateway/v1/gateway_pb2_grpc.py +273 -0
- weave/weaveapi/gateway/v1/gateway_pb2_grpc.pyi +96 -0
- weave/weaveapi/inference/v1/generate_pb2.py +56 -0
- weave/weaveapi/inference/v1/generate_pb2.pyi +485 -0
- weave/weaveapi/inference/v1/model_pb2.py +62 -0
- weave/weaveapi/{model → inference}/v1/model_pb2.pyi +199 -48
- weave/weaveapi/inference/v1/model_route_pb2.py +175 -0
- weave/weaveapi/{model/v1/service_pb2.pyi → inference/v1/model_route_pb2.pyi} +356 -229
- weave/weaveapi/inference/v1/model_route_pb2_grpc.py +651 -0
- weave/weaveapi/inference/v1/model_route_pb2_grpc.pyi +262 -0
- weave/weaveapi/inference/v1/provider_pb2.py +128 -0
- weave/weaveapi/inference/v1/provider_pb2.pyi +590 -0
- weave/weaveapi/inference/v1/provider_pb2_grpc.py +416 -0
- weave/weaveapi/inference/v1/provider_pb2_grpc.pyi +181 -0
- weave/weaveapi/ingestion/v1/ingestion_pb2.py +417 -199
- weave/weaveapi/ingestion/v1/ingestion_pb2.pyi +564 -0
- weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py +1354 -0
- weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi +477 -0
- weave/weaveapi/initialization/v1/initialization_pb2.py +67 -0
- weave/weaveapi/initialization/v1/initialization_pb2.pyi +172 -0
- weave/weaveapi/initialization/v1/initialization_pb2_grpc.py +134 -0
- weave/weaveapi/initialization/v1/initialization_pb2_grpc.pyi +79 -0
- weave/weaveapi/organization/v1/organization_pb2.py +153 -7
- weave/weaveapi/organization/v1/organization_pb2.pyi +457 -0
- weave/weaveapi/organization/v1/organization_pb2_grpc.py +414 -0
- weave/weaveapi/organization/v1/organization_pb2_grpc.pyi +160 -0
- weave/weaveapi/reporting/v1/service_pb2.py +44 -0
- weave/weaveapi/reporting/v1/service_pb2_grpc.py +87 -0
- weave/weaveapi/reporting/v1/service_pb2_grpc.pyi +59 -0
- weave/weaveapi/reporting/v1/usage_pb2.py +246 -0
- weave/weaveapi/reporting/v1/usage_pb2.pyi +755 -0
- weave/weaveapi/retrieval/v1/retrieval_pb2.py +99 -71
- weave/weaveapi/retrieval/v1/retrieval_pb2.pyi +4 -5
- weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py +273 -0
- weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi +99 -0
- weave/weaveapi/tool/v1/tool_pb2.py +130 -0
- weave/weaveapi/tool/v1/tool_pb2.pyi +828 -0
- weave/weaveapi/tool/v1/tool_pb2_grpc.py +493 -0
- weave/weaveapi/tool/v1/tool_pb2_grpc.pyi +190 -0
- weave/weaveapi/workflow/v1/run_pb2.py +98 -0
- weave/weaveapi/workflow/v1/run_pb2.pyi +630 -0
- weave/weaveapi/workflow/v1/run_pb2_grpc.py +273 -0
- weave/weaveapi/workflow/v1/run_pb2_grpc.pyi +119 -0
- weave/weaveapi/workflow/v1/workflow_pb2.py +44 -186
- weave/weaveapi/workflow/v1/workflow_pb2.pyi +148 -1290
- weave/weaveapi/workflow/v1/workflow_pb2_grpc.py +226 -0
- weave/weaveapi/workflow/v1/workflow_pb2_grpc.pyi +83 -0
- weave/weavesql/weavedb/agent.py +703 -1776
- weave/weavesql/weavedb/authorization_outbox.py +939 -0
- weave/weavesql/weavedb/chat.py +606 -1306
- weave/weavesql/weavedb/{consolidation.py → document_consolidation.py} +1 -1
- weave/weavesql/weavedb/{ingestion.py → document_ingestion.py} +10 -70
- weave/weavesql/weavedb/{retrieval.py → document_retrieval.py} +11 -11
- weave/weavesql/weavedb/document_table.py +12 -12
- weave/weavesql/weavedb/identity.py +3950 -0
- weave/weavesql/weavedb/inference_model_route.py +938 -0
- weave/weavesql/weavedb/inference_provider.py +511 -0
- weave/weavesql/weavedb/initialization.py +66 -0
- weave/weavesql/weavedb/model_catalog.py +20 -69
- weave/weavesql/weavedb/models.py +293 -485
- weave/weavesql/weavedb/organization.py +130 -595
- weave/weavesql/weavedb/tool.py +855 -0
- weave/weavesql/weavedb/usage.py +1250 -0
- weave/weavesql/weavedb/workflow.py +622 -2026
- {weave_python-0.60.0.dist-info → weave_python-0.61.0.dist-info}/METADATA +1 -1
- weave_python-0.61.0.dist-info/RECORD +118 -0
- weave/weaveapi/agent/v1/service_pb2.py +0 -292
- weave/weaveapi/agent/v1/service_pb2.pyi +0 -1033
- weave/weaveapi/agent/v1/service_pb2_grpc.py +0 -649
- weave/weaveapi/agent/v1/service_pb2_grpc.pyi +0 -248
- weave/weaveapi/atc/v1/event_pb2.py +0 -70
- weave/weaveapi/atc/v1/event_pb2.pyi +0 -450
- weave/weaveapi/atc/v1/message_pb2.py +0 -44
- weave/weaveapi/atc/v1/message_pb2.pyi +0 -120
- weave/weaveapi/atc/v1/process_pb2.py +0 -54
- weave/weaveapi/atc/v1/process_pb2.pyi +0 -289
- weave/weaveapi/atc/v1/run_pb2.py +0 -54
- weave/weaveapi/atc/v1/run_pb2.pyi +0 -231
- weave/weaveapi/atc/v1/run_pb2_grpc.py +0 -2
- weave/weaveapi/atc/v1/run_pb2_grpc.pyi +0 -21
- weave/weaveapi/atc/v1/service_pb2.py +0 -232
- weave/weaveapi/atc/v1/service_pb2.pyi +0 -1013
- weave/weaveapi/atc/v1/service_pb2_grpc.py +0 -699
- weave/weaveapi/atc/v1/service_pb2_grpc.pyi +0 -347
- weave/weaveapi/auth/v1/service_pb2.py +0 -806
- weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -2217
- weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -817
- weave/weaveapi/chat/v1/service_pb2.py +0 -148
- weave/weaveapi/chat/v1/service_pb2.pyi +0 -720
- weave/weaveapi/chat/v1/service_pb2_grpc.py +0 -606
- weave/weaveapi/chat/v1/service_pb2_grpc.pyi +0 -243
- weave/weaveapi/consolidation/v1/service_pb2.py +0 -79
- weave/weaveapi/consolidation/v1/service_pb2_grpc.py +0 -275
- weave/weaveapi/consolidation/v1/service_pb2_grpc.pyi +0 -130
- weave/weaveapi/gateway/v1/service_pb2.py +0 -118
- weave/weaveapi/gateway/v1/service_pb2.pyi +0 -8
- weave/weaveapi/gateway/v1/service_pb2_grpc.py +0 -668
- weave/weaveapi/gateway/v1/service_pb2_grpc.pyi +0 -300
- weave/weaveapi/ingestion/v1/service_pb2.py +0 -216
- weave/weaveapi/ingestion/v1/service_pb2.pyi +0 -8
- weave/weaveapi/ingestion/v1/service_pb2_grpc.py +0 -1359
- weave/weaveapi/ingestion/v1/service_pb2_grpc.pyi +0 -497
- weave/weaveapi/ingestion/v1/table_pb2.py +0 -92
- weave/weaveapi/ingestion/v1/table_pb2.pyi +0 -587
- weave/weaveapi/ingestion/v1/table_pb2_grpc.py +0 -2
- weave/weaveapi/ingestion/v1/table_pb2_grpc.pyi +0 -21
- weave/weaveapi/model/v1/model_pb2.py +0 -86
- weave/weaveapi/model/v1/service_pb2.py +0 -168
- weave/weaveapi/model/v1/service_pb2_grpc.py +0 -508
- weave/weaveapi/model/v1/service_pb2_grpc.pyi +0 -207
- weave/weaveapi/organization/v1/service_pb2.py +0 -149
- weave/weaveapi/organization/v1/service_pb2.pyi +0 -499
- weave/weaveapi/organization/v1/service_pb2_grpc.py +0 -463
- weave/weaveapi/organization/v1/service_pb2_grpc.pyi +0 -190
- weave/weaveapi/project/v1/project_pb2.py +0 -74
- weave/weaveapi/project/v1/project_pb2.pyi +0 -419
- weave/weaveapi/project/v1/project_pb2_grpc.py +0 -2
- weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -21
- weave/weaveapi/project/v1/service_pb2.py +0 -160
- weave/weaveapi/project/v1/service_pb2.pyi +0 -646
- weave/weaveapi/project/v1/service_pb2_grpc.py +0 -369
- weave/weaveapi/project/v1/service_pb2_grpc.pyi +0 -158
- weave/weaveapi/provider/v1/provider_pb2.py +0 -76
- weave/weaveapi/provider/v1/provider_pb2.pyi +0 -458
- weave/weaveapi/provider/v1/provider_pb2_grpc.py +0 -2
- weave/weaveapi/provider/v1/provider_pb2_grpc.pyi +0 -21
- weave/weaveapi/provider/v1/service_pb2.py +0 -190
- weave/weaveapi/provider/v1/service_pb2.pyi +0 -639
- weave/weaveapi/provider/v1/service_pb2_grpc.py +0 -322
- weave/weaveapi/provider/v1/service_pb2_grpc.pyi +0 -155
- weave/weaveapi/retrieval/v1/service_pb2.py +0 -72
- weave/weaveapi/retrieval/v1/service_pb2.pyi +0 -8
- weave/weaveapi/retrieval/v1/service_pb2_grpc.py +0 -275
- weave/weaveapi/retrieval/v1/service_pb2_grpc.pyi +0 -120
- weave/weaveapi/task/v1/service_pb2.py +0 -104
- weave/weaveapi/task/v1/service_pb2.pyi +0 -457
- weave/weaveapi/task/v1/service_pb2_grpc.py +0 -226
- weave/weaveapi/task/v1/service_pb2_grpc.pyi +0 -107
- weave/weaveapi/task/v1/task_pb2.py +0 -60
- weave/weaveapi/task/v1/task_pb2.pyi +0 -329
- weave/weaveapi/task/v1/task_pb2_grpc.py +0 -2
- weave/weaveapi/task/v1/task_pb2_grpc.pyi +0 -21
- weave/weaveapi/workflow/v1/service_pb2.py +0 -316
- weave/weaveapi/workflow/v1/service_pb2.pyi +0 -993
- weave/weaveapi/workflow/v1/service_pb2_grpc.py +0 -651
- weave/weaveapi/workflow/v1/service_pb2_grpc.pyi +0 -257
- weave/weavesql/atcdb/event.py +0 -755
- weave/weavesql/atcdb/inspection.py +0 -613
- weave/weavesql/atcdb/mailbox.py +0 -210
- weave/weavesql/atcdb/models.py +0 -102
- weave/weavesql/atcdb/run_template.py +0 -432
- weave/weavesql/atcdb/snapshot.py +0 -249
- weave/weavesql/atcdb/team.py +0 -464
- weave/weavesql/weavedb/auth_identity.py +0 -4553
- weave/weavesql/weavedb/project.py +0 -973
- weave/weavesql/weavedb/provider.py +0 -830
- weave/weavesql/weavedb/task.py +0 -886
- weave_python-0.60.0.dist-info/RECORD +0 -154
- /weave/weaveapi/{atc/v1/event_pb2_grpc.py → content/v1/content_pb2_grpc.py} +0 -0
- /weave/weaveapi/{atc/v1/event_pb2_grpc.pyi → content/v1/content_pb2_grpc.pyi} +0 -0
- /weave/weaveapi/{atc/v1/message_pb2_grpc.py → inference/v1/generate_pb2_grpc.py} +0 -0
- /weave/weaveapi/{atc/v1/message_pb2_grpc.pyi → inference/v1/generate_pb2_grpc.pyi} +0 -0
- /weave/weaveapi/{model → inference}/v1/model_pb2_grpc.py +0 -0
- /weave/weaveapi/{model → inference}/v1/model_pb2_grpc.pyi +0 -0
- /weave/weaveapi/{consolidation → reporting}/v1/service_pb2.pyi +0 -0
- /weave/weaveapi/{atc/v1/process_pb2_grpc.py → reporting/v1/usage_pb2_grpc.py} +0 -0
- /weave/weaveapi/{atc/v1/process_pb2_grpc.pyi → reporting/v1/usage_pb2_grpc.pyi} +0 -0
- {weave_python-0.60.0.dist-info → weave_python-0.61.0.dist-info}/WHEEL +0 -0
- {weave_python-0.60.0.dist-info → weave_python-0.61.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: weaveapi/agent/v1/agent.proto
|
|
5
|
-
# Protobuf Python Version: 7.35.
|
|
5
|
+
# Protobuf Python Version: 7.35.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
|
|
8
8
|
from google.protobuf import descriptor as _descriptor
|
|
@@ -12,7 +12,7 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
12
12
|
from google.protobuf.internal import builder as _builder
|
|
13
13
|
|
|
14
14
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
-
_runtime_version.Domain.PUBLIC, 7, 35,
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 7, 35, 1, "", "weaveapi/agent/v1/agent.proto"
|
|
16
16
|
)
|
|
17
17
|
# @@protoc_insertion_point(imports)
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n\x1dweaveapi/agent/v1/agent.proto\x12\x11weaveapi.agent.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xfb\x03\n\x0f\x41gentDefinition\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x12\n\x04slug\x18\x03 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12@\n\x06status\x18\x06 \x01(\x0e\x32(.weaveapi.agent.v1.AgentDefinitionStatusR\x06status\x12+\n\x12\x63reated_by_user_id\x18\x07 \x01(\tR\x0f\x63reatedByUserId\x12%\n\x0e\x64raft_revision\x18\x08 \x01(\x05R\rdraftRevision\x12*\n\x11latest_version_id\x18\t \x01(\tR\x0flatestVersionId\x12%\n\x0elatest_version\x18\n \x01(\x05R\rlatestVersion\x12=\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"\x87\x06\n\nAgentDraft\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12#\n\rdefinition_id\x18\x02 \x01(\tR\x0c\x64\x65\x66initionId\x12\'\n\x0forganization_id\x18\x03 \x01(\tR\x0eorganizationId\x12&\n\x0f\x62\x61se_version_id\x18\x04 \x01(\tR\rbaseVersionId\x12\x1a\n\x08revision\x18\x05 \x01(\x05R\x08revision\x12\x12\n\x04name\x18\x06 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x07 \x01(\tR\x0b\x64\x65scription\x12"\n\x0cinstructions\x18\x08 \x01(\tR\x0cinstructions\x12\x19\n\x08model_id\x18\t \x01(\tR\x07modelId\x12:\n\x19provider_configuration_id\x18\n \x01(\tR\x17providerConfigurationId\x12@\n\x05tools\x18\x0b \x03(\x0b\x32&.weaveapi.agent.v1.AgentToolDescriptorB\x02(\x01R\x05tools\x12>\n\x0cinput_schema\x18\x0c \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0binputSchema\x12@\n\routput_schema\x18\r \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0coutputSchema\x12\x37\n\x08metadata\x18\x0e \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata\x12+\n\x12updated_by_user_id\x18\x0f \x01(\tR\x0fupdatedByUserId\x12=\n\ncreated_at\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"\xaa\x02\n\x0f\x41gentDraftPatch\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12#\n\rdefinition_id\x18\x02 \x01(\tR\x0c\x64\x65\x66initionId\x12\'\n\x0forganization_id\x18\x03 \x01(\tR\x0eorganizationId\x12\x1a\n\x08revision\x18\x04 \x01(\x05R\x08revision\x12\x31\n\x05patch\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x05patch\x12+\n\x12\x63reated_by_user_id\x18\x06 \x01(\tR\x0f\x63reatedByUserId\x12=\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt"\x81\x01\n\x17\x41gentDraftPatchConflict\x12#\n\rbase_revision\x18\x01 \x01(\x05R\x0c\x62\x61seRevision\x12)\n\x10\x63urrent_revision\x18\x02 \x01(\x05R\x0f\x63urrentRevision\x12\x16\n\x06reason\x18\x03 \x01(\tR\x06reason"\xd3\x04\n\x0f\x41gentDraftEvent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12#\n\rdefinition_id\x18\x03 \x01(\tR\x0c\x64\x65\x66initionId\x12\x19\n\x08\x64raft_id\x18\x04 \x01(\tR\x07\x64raftId\x12\x1a\n\x08sequence\x18\x05 \x01(\x04R\x08sequence\x12:\n\x04kind\x18\x06 \x01(\x0e\x32&.weaveapi.agent.v1.AgentDraftEventKindR\x04kind\x12#\n\rbase_revision\x18\x07 \x01(\x05R\x0c\x62\x61seRevision\x12\'\n\x0fresult_revision\x18\x08 \x01(\x05R\x0eresultRevision\x12%\n\x0e\x63hanged_fields\x18\t \x03(\tR\rchangedFields\x12\x16\n\x06source\x18\n \x01(\tR\x06source\x12*\n\x11\x63lient_request_id\x18\x0b \x01(\tR\x0f\x63lientRequestId\x12J\n\x08\x63onflict\x18\x0c \x01(\x0b\x32*.weaveapi.agent.v1.AgentDraftPatchConflictB\x02(\x01R\x08\x63onflict\x12+\n\x12\x63reated_by_user_id\x18\r \x01(\tR\x0f\x63reatedByUserId\x12=\n\ncreated_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt"\xdc\x05\n\x0c\x41gentVersion\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12#\n\rdefinition_id\x18\x02 \x01(\tR\x0c\x64\x65\x66initionId\x12\'\n\x0forganization_id\x18\x03 \x01(\tR\x0eorganizationId\x12\x18\n\x07version\x18\x04 \x01(\x05R\x07version\x12\x32\n\x15source_draft_revision\x18\x05 \x01(\x05R\x13sourceDraftRevision\x12\x12\n\x04name\x18\x06 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x07 \x01(\tR\x0b\x64\x65scription\x12"\n\x0cinstructions\x18\x08 \x01(\tR\x0cinstructions\x12\x19\n\x08model_id\x18\t \x01(\tR\x07modelId\x12:\n\x19provider_configuration_id\x18\n \x01(\tR\x17providerConfigurationId\x12@\n\x05tools\x18\x0b \x03(\x0b\x32&.weaveapi.agent.v1.AgentToolDescriptorB\x02(\x01R\x05tools\x12>\n\x0cinput_schema\x18\x0c \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0binputSchema\x12@\n\routput_schema\x18\r \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0coutputSchema\x12\x37\n\x08metadata\x18\x0e \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata\x12/\n\x14published_by_user_id\x18\x0f \x01(\tR\x11publishedByUserId\x12\x41\n\x0cpublished_at\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0bpublishedAt"\xb4\x03\n\x13\x41gentToolDescriptor\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12>\n\x04kind\x18\x04 \x01(\x0e\x32*.weaveapi.agent.v1.AgentToolDescriptorKindR\x04kind\x12M\n\rapproval_mode\x18\x05 \x01(\x0e\x32(.weaveapi.agent.v1.AgentToolApprovalModeR\x0c\x61pprovalMode\x12>\n\x0cinput_schema\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0binputSchema\x12@\n\routput_schema\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0coutputSchema\x12\x33\n\x06\x63onfig\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x06\x63onfig"\x8e\x02\n\x10\x41gentPublishPlan\x12#\n\rdefinition_id\x18\x01 \x01(\tR\x0c\x64\x65\x66initionId\x12%\n\x0e\x64raft_revision\x18\x02 \x01(\x05R\rdraftRevision\x12 \n\x0bpublishable\x18\x03 \x01(\x08R\x0bpublishable\x12\x44\n\x06issues\x18\x04 \x03(\x0b\x32(.weaveapi.agent.v1.AgentPublishPlanIssueB\x02(\x01R\x06issues\x12\x46\n\x10\x63ompiled_preview\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0f\x63ompiledPreview"Y\n\x15\x41gentPublishPlanIssue\x12\x12\n\x04\x63ode\x18\x01 \x01(\tR\x04\x63ode\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12\x12\n\x04path\x18\x03 \x01(\tR\x04path"\xfa\x05\n\x08\x41gentRun\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12.\n\x13\x61gent_definition_id\x18\x03 \x01(\tR\x11\x61gentDefinitionId\x12(\n\x10\x61gent_version_id\x18\x04 \x01(\tR\x0e\x61gentVersionId\x12\x39\n\x06status\x18\x05 \x01(\x0e\x32!.weaveapi.agent.v1.AgentRunStatusR\x06status\x12+\n\x12\x63reated_by_user_id\x18\x06 \x01(\tR\x0f\x63reatedByUserId\x12&\n\x0f\x63hat_session_id\x18\x07 \x01(\tR\rchatSessionId\x12&\n\x0fworkflow_run_id\x18\x08 \x01(\tR\rworkflowRunId\x12/\n\x14workflow_step_run_id\x18\t \x01(\tR\x11workflowStepRunId\x12\x31\n\x05input\x18\n \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x05input\x12\x33\n\x06output\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x06output\x12\x1d\n\nerror_code\x18\x0c \x01(\tR\terrorCode\x12,\n\x12safe_error_message\x18\r \x01(\tR\x10safeErrorMessage\x12=\n\ncreated_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nstarted_at\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tstartedAt\x12?\n\x0b\x66inished_at\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\nfinishedAt"\xd0\x02\n\rAgentRunEvent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12 \n\x0c\x61gent_run_id\x18\x03 \x01(\tR\nagentRunId\x12\x1a\n\x08sequence\x18\x04 \x01(\x04R\x08sequence\x12\x38\n\x04kind\x18\x05 \x01(\x0e\x32$.weaveapi.agent.v1.AgentRunEventKindR\x04kind\x12\x18\n\x07message\x18\x06 \x01(\tR\x07message\x12\x35\n\x07payload\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x07payload\x12=\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt*\x8a\x01\n\x15\x41gentDefinitionStatus\x12\'\n#AGENT_DEFINITION_STATUS_UNSPECIFIED\x10\x00\x12"\n\x1e\x41GENT_DEFINITION_STATUS_ACTIVE\x10\x01\x12$\n AGENT_DEFINITION_STATUS_ARCHIVED\x10\x02*\x8f\x02\n\x17\x41gentToolDescriptorKind\x12*\n&AGENT_TOOL_DESCRIPTOR_KIND_UNSPECIFIED\x10\x00\x12,\n(AGENT_TOOL_DESCRIPTOR_KIND_WEAVE_SERVICE\x10\x01\x12$\n AGENT_TOOL_DESCRIPTOR_KIND_AGENT\x10\x02\x12\'\n#AGENT_TOOL_DESCRIPTOR_KIND_WORKFLOW\x10\x03\x12\'\n#AGENT_TOOL_DESCRIPTOR_KIND_EXTERNAL\x10\x04\x12"\n\x1e\x41GENT_TOOL_DESCRIPTOR_KIND_MCP\x10\x05*\xb1\x01\n\x15\x41gentToolApprovalMode\x12(\n$AGENT_TOOL_APPROVAL_MODE_UNSPECIFIED\x10\x00\x12"\n\x1e\x41GENT_TOOL_APPROVAL_MODE_NEVER\x10\x01\x12%\n!AGENT_TOOL_APPROVAL_MODE_MUTATION\x10\x02\x12#\n\x1f\x41GENT_TOOL_APPROVAL_MODE_ALWAYS\x10\x03*\xe8\x01\n\x0e\x41gentRunStatus\x12 \n\x1c\x41GENT_RUN_STATUS_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x41GENT_RUN_STATUS_PENDING\x10\x01\x12\x1c\n\x18\x41GENT_RUN_STATUS_RUNNING\x10\x02\x12\x1c\n\x18\x41GENT_RUN_STATUS_WAITING\x10\x03\x12\x1e\n\x1a\x41GENT_RUN_STATUS_COMPLETED\x10\x04\x12\x1b\n\x17\x41GENT_RUN_STATUS_FAILED\x10\x05\x12\x1d\n\x19\x41GENT_RUN_STATUS_CANCELED\x10\x06*\xeb\x03\n\x11\x41gentRunEventKind\x12$\n AGENT_RUN_EVENT_KIND_UNSPECIFIED\x10\x00\x12 \n\x1c\x41GENT_RUN_EVENT_KIND_STARTED\x10\x01\x12(\n$AGENT_RUN_EVENT_KIND_MODEL_REQUESTED\x10\x02\x12(\n$AGENT_RUN_EVENT_KIND_MODEL_RESPONDED\x10\x03\x12+\n\'AGENT_RUN_EVENT_KIND_TOOL_CALL_PROPOSED\x10\x04\x12*\n&AGENT_RUN_EVENT_KIND_TOOL_CALL_STARTED\x10\x05\x12,\n(AGENT_RUN_EVENT_KIND_TOOL_CALL_COMPLETED\x10\x06\x12)\n%AGENT_RUN_EVENT_KIND_TOOL_CALL_FAILED\x10\x07\x12 \n\x1c\x41GENT_RUN_EVENT_KIND_WAITING\x10\x08\x12"\n\x1e\x41GENT_RUN_EVENT_KIND_COMPLETED\x10\t\x12\x1f\n\x1b\x41GENT_RUN_EVENT_KIND_FAILED\x10\n\x12!\n\x1d\x41GENT_RUN_EVENT_KIND_CANCELED\x10\x0b*\x92\x01\n\x13\x41gentDraftEventKind\x12&\n"AGENT_DRAFT_EVENT_KIND_UNSPECIFIED\x10\x00\x12(\n$AGENT_DRAFT_EVENT_KIND_PATCH_APPLIED\x10\x01\x12)\n%AGENT_DRAFT_EVENT_KIND_PATCH_REJECTED\x10\x02\x42\xc1\x01\n\x15\x63om.weaveapi.agent.v1B\nAgentProtoP\x01Z6github.com/weave-labs/weave-go/weaveapi/agent/v1;agent\xa2\x02\x03WAX\xaa\x02\x11Weaveapi.Agent.V1\xca\x02\x11Weaveapi\\Agent\\V1\xe2\x02\x1dWeaveapi\\Agent\\V1\\GPBMetadata\xea\x02\x13Weaveapi::Agent::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
23
|
+
b'\n\x1dweaveapi/agent/v1/agent.proto\x12\x11weaveapi.agent.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1cweave/authz/v1/options.proto\x1a$weaveapi/inference/v1/generate.proto\x1a!weaveapi/inference/v1/model.proto\x1a\x1bweaveapi/tool/v1/tool.proto"I\n\x12\x43reateAgentRequest\x12\x33\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x1d.weaveapi.agent.v1.AgentInputR\x05\x61gent"0\n\x13\x43reateAgentResponse\x12\x19\n\x08\x61gent_id\x18\x01 \x01(\tR\x07\x61gentId",\n\x0fGetAgentRequest\x12\x19\n\x08\x61gent_id\x18\x01 \x01(\tR\x07\x61gentId"B\n\x10GetAgentResponse\x12.\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x18.weaveapi.agent.v1.AgentR\x05\x61gent"\xc3\x04\n\x12UpdateAgentRequest\x12\x19\n\x08\x61gent_id\x18\x01 \x01(\tR\x07\x61gentId\x12\x12\n\x04slug\x18\x02 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12"\n\x0cinstructions\x18\x05 \x01(\tR\x0cinstructions\x12(\n\x10\x64\x65\x66\x61ult_model_id\x18\x06 \x01(\tR\x0e\x64\x65\x66\x61ultModelId\x12]\n\x17\x64\x65\x66\x61ult_generate_config\x18\x07 \x01(\x0b\x32%.weaveapi.inference.v1.GenerateConfigR\x15\x64\x65\x66\x61ultGenerateConfig\x12M\n\x10include_contents\x18\x08 \x01(\x0e\x32".weaveapi.agent.v1.IncludeContentsR\x0fincludeContents\x12\x1d\n\noutput_key\x18\t \x01(\tR\toutputKey\x12:\n\x0cinput_schema\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\x0binputSchema\x12<\n\routput_schema\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructR\x0coutputSchema\x12\x33\n\x08metadata\x18\x0c \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata"E\n\x13UpdateAgentResponse\x12.\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x18.weaveapi.agent.v1.AgentR\x05\x61gent"Q\n\x11ListAgentsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1f\n\x0bpage_offset\x18\x02 \x01(\x05R\npageOffset"F\n\x12ListAgentsResponse\x12\x30\n\x06\x61gents\x18\x01 \x03(\x0b\x32\x18.weaveapi.agent.v1.AgentR\x06\x61gents"\xd3\x04\n\nAgentInput\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x12\n\x04slug\x18\x02 \x01(\tR\x04slug\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12"\n\x0cinstructions\x18\x04 \x01(\tR\x0cinstructions\x12(\n\x10\x64\x65\x66\x61ult_model_id\x18\x05 \x01(\tR\x0e\x64\x65\x66\x61ultModelId\x12]\n\x17\x64\x65\x66\x61ult_generate_config\x18\x06 \x01(\x0b\x32%.weaveapi.inference.v1.GenerateConfigR\x15\x64\x65\x66\x61ultGenerateConfig\x12M\n\x10include_contents\x18\x07 \x01(\x0e\x32".weaveapi.agent.v1.IncludeContentsR\x0fincludeContents\x12\x1d\n\noutput_key\x18\x08 \x01(\tR\toutputKey\x12:\n\x0cinput_schema\x18\t \x01(\x0b\x32\x17.google.protobuf.StructR\x0binputSchema\x12<\n\routput_schema\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\x0coutputSchema\x12\x33\n\x08metadata\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12\x31\n\x05tools\x18\x0c \x03(\x0b\x32\x1b.weaveapi.tool.v1.AgentToolR\x05tools"\xf7\x04\n\x05\x41gent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04slug\x18\x02 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12"\n\x0cinstructions\x18\x05 \x01(\tR\x0cinstructions\x12\x41\n\rdefault_model\x18\x06 \x01(\x0b\x32\x1c.weaveapi.inference.v1.ModelR\x0c\x64\x65\x66\x61ultModel\x12]\n\x17\x64\x65\x66\x61ult_generate_config\x18\x07 \x01(\x0b\x32%.weaveapi.inference.v1.GenerateConfigR\x15\x64\x65\x66\x61ultGenerateConfig\x12M\n\x10include_contents\x18\x08 \x01(\x0e\x32".weaveapi.agent.v1.IncludeContentsR\x0fincludeContents\x12\x1d\n\noutput_key\x18\t \x01(\tR\toutputKey\x12:\n\x0cinput_schema\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\x0binputSchema\x12<\n\routput_schema\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructR\x0coutputSchema\x12\x33\n\x08metadata\x18\x0c \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12\x31\n\x05tools\x18\r \x03(\x0b\x32\x1b.weaveapi.tool.v1.AgentToolR\x05tools*l\n\x0fIncludeContents\x12 \n\x1cINCLUDE_CONTENTS_UNSPECIFIED\x10\x00\x12\x1c\n\x18INCLUDE_CONTENTS_DEFAULT\x10\x01\x12\x19\n\x15INCLUDE_CONTENTS_NONE\x10\x02\x32\xfd\x04\n\x0c\x41gentService\x12\x9b\x01\n\x0b\x43reateAgent\x12%.weaveapi.agent.v1.CreateAgentRequest\x1a&.weaveapi.agent.v1.CreateAgentResponse"=\xc2\xf3\x18$\n\x0corganization\x12\x10\x63\x61n_create_agent\x1a\x02\x08\x01\x82\xd3\xe4\x93\x02\x0f"\n/v1/agents:\x01*\x12\x93\x01\n\x08GetAgent\x12".weaveapi.agent.v1.GetAgentRequest\x1a#.weaveapi.agent.v1.GetAgentResponse">\xc2\xf3\x18\x1d\n\x05\x61gent\x12\x08\x63\x61n_read\x1a\n\x12\x08\x61gent_id\x82\xd3\xe4\x93\x02\x17\x12\x15/v1/agents/{agent_id}\x12\xa1\x01\n\x0bUpdateAgent\x12%.weaveapi.agent.v1.UpdateAgentRequest\x1a&.weaveapi.agent.v1.UpdateAgentResponse"C\xc2\xf3\x18\x1f\n\x05\x61gent\x12\ncan_update\x1a\n\x12\x08\x61gent_id\x82\xd3\xe4\x93\x02\x1a\x32\x15/v1/agents/{agent_id}:\x01*\x12\x94\x01\n\nListAgents\x12$.weaveapi.agent.v1.ListAgentsRequest\x1a%.weaveapi.agent.v1.ListAgentsResponse"9\xc2\xf3\x18#\n\x0corganization\x12\x0f\x63\x61n_list_agents\x1a\x02\x08\x01\x82\xd3\xe4\x93\x02\x0c\x12\n/v1/agentsB\xc3\x01\n\x15\x63om.weaveapi.agent.v1B\nAgentProtoP\x01Z8github.com/weave-labs/weave-go/weaveapi/agent/v1;agentpb\xa2\x02\x03WAX\xaa\x02\x11Weaveapi.Agent.V1\xca\x02\x11Weaveapi\\Agent\\V1\xe2\x02\x1dWeaveapi\\Agent\\V1\\GPBMetadata\xea\x02\x13Weaveapi::Agent::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,135 +32,45 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
32
32
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
33
|
_globals[
|
|
34
34
|
"DESCRIPTOR"
|
|
35
|
-
]._serialized_options = b"\n\025com.weaveapi.agent.v1B\nAgentProtoP\
|
|
36
|
-
_globals["
|
|
37
|
-
_globals["
|
|
38
|
-
"
|
|
39
|
-
]._serialized_options = b"
|
|
40
|
-
_globals["
|
|
41
|
-
_globals["
|
|
42
|
-
"
|
|
43
|
-
]._serialized_options = b"
|
|
44
|
-
_globals["
|
|
45
|
-
_globals["
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
].
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
].
|
|
54
|
-
_globals["
|
|
55
|
-
_globals["
|
|
56
|
-
_globals["
|
|
57
|
-
_globals["
|
|
58
|
-
_globals["
|
|
59
|
-
_globals["
|
|
60
|
-
_globals["
|
|
61
|
-
_globals["
|
|
62
|
-
_globals["
|
|
63
|
-
_globals["
|
|
64
|
-
|
|
65
|
-
].
|
|
66
|
-
_globals["
|
|
67
|
-
_globals["
|
|
68
|
-
|
|
69
|
-
].
|
|
70
|
-
_globals["
|
|
71
|
-
_globals["
|
|
72
|
-
|
|
73
|
-
].
|
|
74
|
-
_globals["
|
|
75
|
-
_globals["
|
|
76
|
-
_globals["_AGENTVERSION"].fields_by_name["input_schema"]._loaded_options = None
|
|
77
|
-
_globals["_AGENTVERSION"].fields_by_name[
|
|
78
|
-
"input_schema"
|
|
79
|
-
]._serialized_options = b"(\001"
|
|
80
|
-
_globals["_AGENTVERSION"].fields_by_name["output_schema"]._loaded_options = None
|
|
81
|
-
_globals["_AGENTVERSION"].fields_by_name[
|
|
82
|
-
"output_schema"
|
|
83
|
-
]._serialized_options = b"(\001"
|
|
84
|
-
_globals["_AGENTVERSION"].fields_by_name["metadata"]._loaded_options = None
|
|
85
|
-
_globals["_AGENTVERSION"].fields_by_name["metadata"]._serialized_options = b"(\001"
|
|
86
|
-
_globals["_AGENTVERSION"].fields_by_name["published_at"]._loaded_options = None
|
|
87
|
-
_globals["_AGENTVERSION"].fields_by_name[
|
|
88
|
-
"published_at"
|
|
89
|
-
]._serialized_options = b"(\001"
|
|
90
|
-
_globals["_AGENTTOOLDESCRIPTOR"].fields_by_name[
|
|
91
|
-
"input_schema"
|
|
92
|
-
]._loaded_options = None
|
|
93
|
-
_globals["_AGENTTOOLDESCRIPTOR"].fields_by_name[
|
|
94
|
-
"input_schema"
|
|
95
|
-
]._serialized_options = b"(\001"
|
|
96
|
-
_globals["_AGENTTOOLDESCRIPTOR"].fields_by_name[
|
|
97
|
-
"output_schema"
|
|
98
|
-
]._loaded_options = None
|
|
99
|
-
_globals["_AGENTTOOLDESCRIPTOR"].fields_by_name[
|
|
100
|
-
"output_schema"
|
|
101
|
-
]._serialized_options = b"(\001"
|
|
102
|
-
_globals["_AGENTTOOLDESCRIPTOR"].fields_by_name["config"]._loaded_options = None
|
|
103
|
-
_globals["_AGENTTOOLDESCRIPTOR"].fields_by_name[
|
|
104
|
-
"config"
|
|
105
|
-
]._serialized_options = b"(\001"
|
|
106
|
-
_globals["_AGENTPUBLISHPLAN"].fields_by_name["issues"]._loaded_options = None
|
|
107
|
-
_globals["_AGENTPUBLISHPLAN"].fields_by_name[
|
|
108
|
-
"issues"
|
|
109
|
-
]._serialized_options = b"(\001"
|
|
110
|
-
_globals["_AGENTPUBLISHPLAN"].fields_by_name[
|
|
111
|
-
"compiled_preview"
|
|
112
|
-
]._loaded_options = None
|
|
113
|
-
_globals["_AGENTPUBLISHPLAN"].fields_by_name[
|
|
114
|
-
"compiled_preview"
|
|
115
|
-
]._serialized_options = b"(\001"
|
|
116
|
-
_globals["_AGENTRUN"].fields_by_name["input"]._loaded_options = None
|
|
117
|
-
_globals["_AGENTRUN"].fields_by_name["input"]._serialized_options = b"(\001"
|
|
118
|
-
_globals["_AGENTRUN"].fields_by_name["output"]._loaded_options = None
|
|
119
|
-
_globals["_AGENTRUN"].fields_by_name["output"]._serialized_options = b"(\001"
|
|
120
|
-
_globals["_AGENTRUN"].fields_by_name["created_at"]._loaded_options = None
|
|
121
|
-
_globals["_AGENTRUN"].fields_by_name["created_at"]._serialized_options = b"(\001"
|
|
122
|
-
_globals["_AGENTRUN"].fields_by_name["started_at"]._loaded_options = None
|
|
123
|
-
_globals["_AGENTRUN"].fields_by_name["started_at"]._serialized_options = b"(\001"
|
|
124
|
-
_globals["_AGENTRUN"].fields_by_name["finished_at"]._loaded_options = None
|
|
125
|
-
_globals["_AGENTRUN"].fields_by_name["finished_at"]._serialized_options = b"(\001"
|
|
126
|
-
_globals["_AGENTRUNEVENT"].fields_by_name["payload"]._loaded_options = None
|
|
127
|
-
_globals["_AGENTRUNEVENT"].fields_by_name["payload"]._serialized_options = b"(\001"
|
|
128
|
-
_globals["_AGENTRUNEVENT"].fields_by_name["created_at"]._loaded_options = None
|
|
129
|
-
_globals["_AGENTRUNEVENT"].fields_by_name[
|
|
130
|
-
"created_at"
|
|
131
|
-
]._serialized_options = b"(\001"
|
|
132
|
-
_globals["_AGENTDEFINITIONSTATUS"]._serialized_start = 5077
|
|
133
|
-
_globals["_AGENTDEFINITIONSTATUS"]._serialized_end = 5215
|
|
134
|
-
_globals["_AGENTTOOLDESCRIPTORKIND"]._serialized_start = 5218
|
|
135
|
-
_globals["_AGENTTOOLDESCRIPTORKIND"]._serialized_end = 5489
|
|
136
|
-
_globals["_AGENTTOOLAPPROVALMODE"]._serialized_start = 5492
|
|
137
|
-
_globals["_AGENTTOOLAPPROVALMODE"]._serialized_end = 5669
|
|
138
|
-
_globals["_AGENTRUNSTATUS"]._serialized_start = 5672
|
|
139
|
-
_globals["_AGENTRUNSTATUS"]._serialized_end = 5904
|
|
140
|
-
_globals["_AGENTRUNEVENTKIND"]._serialized_start = 5907
|
|
141
|
-
_globals["_AGENTRUNEVENTKIND"]._serialized_end = 6398
|
|
142
|
-
_globals["_AGENTDRAFTEVENTKIND"]._serialized_start = 6401
|
|
143
|
-
_globals["_AGENTDRAFTEVENTKIND"]._serialized_end = 6547
|
|
144
|
-
_globals["_AGENTDEFINITION"]._serialized_start = 116
|
|
145
|
-
_globals["_AGENTDEFINITION"]._serialized_end = 623
|
|
146
|
-
_globals["_AGENTDRAFT"]._serialized_start = 626
|
|
147
|
-
_globals["_AGENTDRAFT"]._serialized_end = 1401
|
|
148
|
-
_globals["_AGENTDRAFTPATCH"]._serialized_start = 1404
|
|
149
|
-
_globals["_AGENTDRAFTPATCH"]._serialized_end = 1702
|
|
150
|
-
_globals["_AGENTDRAFTPATCHCONFLICT"]._serialized_start = 1705
|
|
151
|
-
_globals["_AGENTDRAFTPATCHCONFLICT"]._serialized_end = 1834
|
|
152
|
-
_globals["_AGENTDRAFTEVENT"]._serialized_start = 1837
|
|
153
|
-
_globals["_AGENTDRAFTEVENT"]._serialized_end = 2432
|
|
154
|
-
_globals["_AGENTVERSION"]._serialized_start = 2435
|
|
155
|
-
_globals["_AGENTVERSION"]._serialized_end = 3167
|
|
156
|
-
_globals["_AGENTTOOLDESCRIPTOR"]._serialized_start = 3170
|
|
157
|
-
_globals["_AGENTTOOLDESCRIPTOR"]._serialized_end = 3606
|
|
158
|
-
_globals["_AGENTPUBLISHPLAN"]._serialized_start = 3609
|
|
159
|
-
_globals["_AGENTPUBLISHPLAN"]._serialized_end = 3879
|
|
160
|
-
_globals["_AGENTPUBLISHPLANISSUE"]._serialized_start = 3881
|
|
161
|
-
_globals["_AGENTPUBLISHPLANISSUE"]._serialized_end = 3970
|
|
162
|
-
_globals["_AGENTRUN"]._serialized_start = 3973
|
|
163
|
-
_globals["_AGENTRUN"]._serialized_end = 4735
|
|
164
|
-
_globals["_AGENTRUNEVENT"]._serialized_start = 4738
|
|
165
|
-
_globals["_AGENTRUNEVENT"]._serialized_end = 5074
|
|
35
|
+
]._serialized_options = b"\n\025com.weaveapi.agent.v1B\nAgentProtoP\001Z8github.com/weave-labs/weave-go/weaveapi/agent/v1;agentpb\242\002\003WAX\252\002\021Weaveapi.Agent.V1\312\002\021Weaveapi\\Agent\\V1\342\002\035Weaveapi\\Agent\\V1\\GPBMetadata\352\002\023Weaveapi::Agent::V1"
|
|
36
|
+
_globals["_AGENTSERVICE"].methods_by_name["CreateAgent"]._loaded_options = None
|
|
37
|
+
_globals["_AGENTSERVICE"].methods_by_name[
|
|
38
|
+
"CreateAgent"
|
|
39
|
+
]._serialized_options = b'\302\363\030$\n\014organization\022\020can_create_agent\032\002\010\001\202\323\344\223\002\017"\n/v1/agents:\001*'
|
|
40
|
+
_globals["_AGENTSERVICE"].methods_by_name["GetAgent"]._loaded_options = None
|
|
41
|
+
_globals["_AGENTSERVICE"].methods_by_name[
|
|
42
|
+
"GetAgent"
|
|
43
|
+
]._serialized_options = b"\302\363\030\035\n\005agent\022\010can_read\032\n\022\010agent_id\202\323\344\223\002\027\022\025/v1/agents/{agent_id}"
|
|
44
|
+
_globals["_AGENTSERVICE"].methods_by_name["UpdateAgent"]._loaded_options = None
|
|
45
|
+
_globals["_AGENTSERVICE"].methods_by_name[
|
|
46
|
+
"UpdateAgent"
|
|
47
|
+
]._serialized_options = b"\302\363\030\037\n\005agent\022\ncan_update\032\n\022\010agent_id\202\323\344\223\002\0322\025/v1/agents/{agent_id}:\001*"
|
|
48
|
+
_globals["_AGENTSERVICE"].methods_by_name["ListAgents"]._loaded_options = None
|
|
49
|
+
_globals["_AGENTSERVICE"].methods_by_name[
|
|
50
|
+
"ListAgents"
|
|
51
|
+
]._serialized_options = b"\302\363\030#\n\014organization\022\017can_list_agents\032\002\010\001\202\323\344\223\002\014\022\n/v1/agents"
|
|
52
|
+
_globals["_INCLUDECONTENTS"]._serialized_start = 2523
|
|
53
|
+
_globals["_INCLUDECONTENTS"]._serialized_end = 2631
|
|
54
|
+
_globals["_CREATEAGENTREQUEST"]._serialized_start = 244
|
|
55
|
+
_globals["_CREATEAGENTREQUEST"]._serialized_end = 317
|
|
56
|
+
_globals["_CREATEAGENTRESPONSE"]._serialized_start = 319
|
|
57
|
+
_globals["_CREATEAGENTRESPONSE"]._serialized_end = 367
|
|
58
|
+
_globals["_GETAGENTREQUEST"]._serialized_start = 369
|
|
59
|
+
_globals["_GETAGENTREQUEST"]._serialized_end = 413
|
|
60
|
+
_globals["_GETAGENTRESPONSE"]._serialized_start = 415
|
|
61
|
+
_globals["_GETAGENTRESPONSE"]._serialized_end = 481
|
|
62
|
+
_globals["_UPDATEAGENTREQUEST"]._serialized_start = 484
|
|
63
|
+
_globals["_UPDATEAGENTREQUEST"]._serialized_end = 1063
|
|
64
|
+
_globals["_UPDATEAGENTRESPONSE"]._serialized_start = 1065
|
|
65
|
+
_globals["_UPDATEAGENTRESPONSE"]._serialized_end = 1134
|
|
66
|
+
_globals["_LISTAGENTSREQUEST"]._serialized_start = 1136
|
|
67
|
+
_globals["_LISTAGENTSREQUEST"]._serialized_end = 1217
|
|
68
|
+
_globals["_LISTAGENTSRESPONSE"]._serialized_start = 1219
|
|
69
|
+
_globals["_LISTAGENTSRESPONSE"]._serialized_end = 1289
|
|
70
|
+
_globals["_AGENTINPUT"]._serialized_start = 1292
|
|
71
|
+
_globals["_AGENTINPUT"]._serialized_end = 1887
|
|
72
|
+
_globals["_AGENT"]._serialized_start = 1890
|
|
73
|
+
_globals["_AGENT"]._serialized_end = 2521
|
|
74
|
+
_globals["_AGENTSERVICE"]._serialized_start = 2634
|
|
75
|
+
_globals["_AGENTSERVICE"]._serialized_end = 3271
|
|
166
76
|
# @@protoc_insertion_point(module_scope)
|