weave-python 0.56.0__tar.gz → 0.58.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {weave_python-0.56.0 → weave_python-0.58.0}/.github/workflows/generate.yaml +1 -1
- {weave_python-0.56.0 → weave_python-0.58.0}/.github/workflows/release.yaml +1 -1
- {weave_python-0.56.0 → weave_python-0.58.0}/PKG-INFO +1 -1
- weave_python-0.58.0/weave/weaveapi/agent/v1/agent_pb2.py +166 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/agent/v1/agent_pb2.pyi +181 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/agent/v1/service_pb2.py +51 -41
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/agent/v1/service_pb2.pyi +81 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/agent/v1/service_pb2_grpc.py +47 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/agent/v1/service_pb2_grpc.pyi +17 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/event_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/message_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/process_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/run_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/service_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/auth/v1/auth_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/auth/v1/service_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/chat/v1/chat_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/chat/v1/service_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.py +3 -3
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/consolidation/v1/service_pb2.py +3 -3
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/gateway/v1/gateway_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/gateway/v1/service_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.py +3 -3
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/ingestion/v1/service_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/model/v1/model_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/model/v1/service_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/organization/v1/organization_pb2.py +3 -3
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/organization/v1/service_pb2.py +3 -3
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/project/v1/project_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/project/v1/service_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/provider/v1/provider_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/provider/v1/service_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.py +3 -3
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/retrieval/v1/service_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/task/v1/service_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/task/v1/task_pb2.py +2 -2
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/workflow/v1/service_pb2.py +51 -41
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/workflow/v1/service_pb2.pyi +81 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/workflow/v1/service_pb2_grpc.py +47 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/workflow/v1/service_pb2_grpc.pyi +17 -0
- weave_python-0.58.0/weave/weaveapi/workflow/v1/workflow_pb2.py +220 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/workflow/v1/workflow_pb2.pyi +182 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/agent.py +216 -1
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/auth_identity.py +59 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/models.py +36 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/organization.py +130 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/workflow.py +216 -1
- weave_python-0.56.0/weave/weaveapi/agent/v1/agent_pb2.py +0 -152
- weave_python-0.56.0/weave/weaveapi/workflow/v1/workflow_pb2.py +0 -206
- {weave_python-0.56.0 → weave_python-0.58.0}/.github/runs-on.yml +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/.github/workflows/format-lint.yaml +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/.github/workflows/gh-actions-lint.yaml +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/.gitignore +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/.python-version +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/LICENSE +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/README.md +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/Taskfile.yaml +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/buf.gen.yaml +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/pyproject.toml +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/renovate.json +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/tools/sqlcgen/README.md +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/tools/sqlcgen/sqlcgen.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/tools/sqlcgen/test_sqlcgen.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/uv.lock +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/agent/v1/agent_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/agent/v1/agent_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/event_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/event_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/event_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/message_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/message_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/message_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/process_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/process_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/process_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/run_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/run_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/run_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/atc/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/auth/v1/auth_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/auth/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/chat/v1/chat_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/chat/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/chat/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/chat/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/consolidation/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/gateway/v1/gateway_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/gateway/v1/gateway_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/gateway/v1/gateway_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/gateway/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/gateway/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/gateway/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/ingestion/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/model/v1/model_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/model/v1/model_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/model/v1/model_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/model/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/model/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/model/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/organization/v1/organization_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/organization/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/organization/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/organization/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/project/v1/project_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/project/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/project/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/provider/v1/provider_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/provider/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/provider/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/provider/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/retrieval/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/task/v1/service_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/task/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/task/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/task/v1/task_pb2.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/task/v1/task_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/task/v1/task_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/workflow/v1/workflow_pb2_grpc.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weaveapi/workflow/v1/workflow_pb2_grpc.pyi +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/atcdb/event.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/atcdb/inspection.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/atcdb/mailbox.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/atcdb/models.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/atcdb/run_template.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/atcdb/snapshot.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/atcdb/team.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/chat.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/consolidation.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/document_security.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/ingestion.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/model_catalog.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/project.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/provider.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/retrieval.py +0 -0
- {weave_python-0.56.0 → weave_python-0.58.0}/weave/weavesql/weavedb/task.py +0 -0
|
@@ -12,7 +12,7 @@ permissions:
|
|
|
12
12
|
|
|
13
13
|
jobs:
|
|
14
14
|
generate:
|
|
15
|
-
runs-on: runs-on=${{ github.run_id }}/runner=linux-default
|
|
15
|
+
runs-on: runs-on=${{ github.run_id }}-generate/runner=linux-default
|
|
16
16
|
steps:
|
|
17
17
|
- name: Configure RunsOn features
|
|
18
18
|
uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 # v2.1.2
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/agent/v1/agent.proto
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
10
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
11
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
12
|
+
from google.protobuf.internal import builder as _builder
|
|
13
|
+
|
|
14
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 7, 35, 0, "", "weaveapi/agent/v1/agent.proto"
|
|
16
|
+
)
|
|
17
|
+
# @@protoc_insertion_point(imports)
|
|
18
|
+
|
|
19
|
+
_sym_db = _symbol_database.Default()
|
|
20
|
+
|
|
21
|
+
|
|
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'
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
29
|
+
DESCRIPTOR, "weaveapi.agent.v1.agent_pb2", _globals
|
|
30
|
+
)
|
|
31
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
32
|
+
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
|
+
_globals[
|
|
34
|
+
"DESCRIPTOR"
|
|
35
|
+
]._serialized_options = b"\n\025com.weaveapi.agent.v1B\nAgentProtoP\001Z6github.com/weave-labs/weave-go/weaveapi/agent/v1;agent\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["_AGENTDEFINITION"].fields_by_name["created_at"]._loaded_options = None
|
|
37
|
+
_globals["_AGENTDEFINITION"].fields_by_name[
|
|
38
|
+
"created_at"
|
|
39
|
+
]._serialized_options = b"(\001"
|
|
40
|
+
_globals["_AGENTDEFINITION"].fields_by_name["updated_at"]._loaded_options = None
|
|
41
|
+
_globals["_AGENTDEFINITION"].fields_by_name[
|
|
42
|
+
"updated_at"
|
|
43
|
+
]._serialized_options = b"(\001"
|
|
44
|
+
_globals["_AGENTDRAFT"].fields_by_name["tools"]._loaded_options = None
|
|
45
|
+
_globals["_AGENTDRAFT"].fields_by_name["tools"]._serialized_options = b"(\001"
|
|
46
|
+
_globals["_AGENTDRAFT"].fields_by_name["input_schema"]._loaded_options = None
|
|
47
|
+
_globals["_AGENTDRAFT"].fields_by_name[
|
|
48
|
+
"input_schema"
|
|
49
|
+
]._serialized_options = b"(\001"
|
|
50
|
+
_globals["_AGENTDRAFT"].fields_by_name["output_schema"]._loaded_options = None
|
|
51
|
+
_globals["_AGENTDRAFT"].fields_by_name[
|
|
52
|
+
"output_schema"
|
|
53
|
+
]._serialized_options = b"(\001"
|
|
54
|
+
_globals["_AGENTDRAFT"].fields_by_name["metadata"]._loaded_options = None
|
|
55
|
+
_globals["_AGENTDRAFT"].fields_by_name["metadata"]._serialized_options = b"(\001"
|
|
56
|
+
_globals["_AGENTDRAFT"].fields_by_name["created_at"]._loaded_options = None
|
|
57
|
+
_globals["_AGENTDRAFT"].fields_by_name["created_at"]._serialized_options = b"(\001"
|
|
58
|
+
_globals["_AGENTDRAFT"].fields_by_name["updated_at"]._loaded_options = None
|
|
59
|
+
_globals["_AGENTDRAFT"].fields_by_name["updated_at"]._serialized_options = b"(\001"
|
|
60
|
+
_globals["_AGENTDRAFTPATCH"].fields_by_name["patch"]._loaded_options = None
|
|
61
|
+
_globals["_AGENTDRAFTPATCH"].fields_by_name["patch"]._serialized_options = b"(\001"
|
|
62
|
+
_globals["_AGENTDRAFTPATCH"].fields_by_name["created_at"]._loaded_options = None
|
|
63
|
+
_globals["_AGENTDRAFTPATCH"].fields_by_name[
|
|
64
|
+
"created_at"
|
|
65
|
+
]._serialized_options = b"(\001"
|
|
66
|
+
_globals["_AGENTDRAFTEVENT"].fields_by_name["conflict"]._loaded_options = None
|
|
67
|
+
_globals["_AGENTDRAFTEVENT"].fields_by_name[
|
|
68
|
+
"conflict"
|
|
69
|
+
]._serialized_options = b"(\001"
|
|
70
|
+
_globals["_AGENTDRAFTEVENT"].fields_by_name["created_at"]._loaded_options = None
|
|
71
|
+
_globals["_AGENTDRAFTEVENT"].fields_by_name[
|
|
72
|
+
"created_at"
|
|
73
|
+
]._serialized_options = b"(\001"
|
|
74
|
+
_globals["_AGENTVERSION"].fields_by_name["tools"]._loaded_options = None
|
|
75
|
+
_globals["_AGENTVERSION"].fields_by_name["tools"]._serialized_options = b"(\001"
|
|
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
|
|
166
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -161,6 +161,27 @@ AGENT_RUN_EVENT_KIND_FAILED: AgentRunEventKind.ValueType # 10
|
|
|
161
161
|
AGENT_RUN_EVENT_KIND_CANCELED: AgentRunEventKind.ValueType # 11
|
|
162
162
|
Global___AgentRunEventKind: _TypeAlias = AgentRunEventKind # noqa: Y015
|
|
163
163
|
|
|
164
|
+
class _AgentDraftEventKind:
|
|
165
|
+
ValueType = _typing.NewType("ValueType", _builtins.int)
|
|
166
|
+
V: _TypeAlias = ValueType # noqa: Y015
|
|
167
|
+
|
|
168
|
+
class _AgentDraftEventKindEnumTypeWrapper(
|
|
169
|
+
_enum_type_wrapper._EnumTypeWrapper[_AgentDraftEventKind.ValueType], _builtins.type
|
|
170
|
+
):
|
|
171
|
+
DESCRIPTOR: _descriptor.EnumDescriptor
|
|
172
|
+
AGENT_DRAFT_EVENT_KIND_UNSPECIFIED: _AgentDraftEventKind.ValueType # 0
|
|
173
|
+
AGENT_DRAFT_EVENT_KIND_PATCH_APPLIED: _AgentDraftEventKind.ValueType # 1
|
|
174
|
+
AGENT_DRAFT_EVENT_KIND_PATCH_REJECTED: _AgentDraftEventKind.ValueType # 2
|
|
175
|
+
|
|
176
|
+
class AgentDraftEventKind(
|
|
177
|
+
_AgentDraftEventKind, metaclass=_AgentDraftEventKindEnumTypeWrapper
|
|
178
|
+
): ...
|
|
179
|
+
|
|
180
|
+
AGENT_DRAFT_EVENT_KIND_UNSPECIFIED: AgentDraftEventKind.ValueType # 0
|
|
181
|
+
AGENT_DRAFT_EVENT_KIND_PATCH_APPLIED: AgentDraftEventKind.ValueType # 1
|
|
182
|
+
AGENT_DRAFT_EVENT_KIND_PATCH_REJECTED: AgentDraftEventKind.ValueType # 2
|
|
183
|
+
Global___AgentDraftEventKind: _TypeAlias = AgentDraftEventKind # noqa: Y015
|
|
184
|
+
|
|
164
185
|
@_typing.final
|
|
165
186
|
class AgentDefinition(_message.Message):
|
|
166
187
|
DESCRIPTOR: _descriptor.Descriptor
|
|
@@ -479,6 +500,166 @@ class AgentDraftPatch(_message.Message):
|
|
|
479
500
|
|
|
480
501
|
Global___AgentDraftPatch: _TypeAlias = AgentDraftPatch # noqa: Y015
|
|
481
502
|
|
|
503
|
+
@_typing.final
|
|
504
|
+
class AgentDraftPatchConflict(_message.Message):
|
|
505
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
506
|
+
|
|
507
|
+
BASE_REVISION_FIELD_NUMBER: _builtins.int
|
|
508
|
+
CURRENT_REVISION_FIELD_NUMBER: _builtins.int
|
|
509
|
+
REASON_FIELD_NUMBER: _builtins.int
|
|
510
|
+
base_revision: _builtins.int
|
|
511
|
+
current_revision: _builtins.int
|
|
512
|
+
reason: _builtins.str
|
|
513
|
+
def __init__(
|
|
514
|
+
self,
|
|
515
|
+
*,
|
|
516
|
+
base_revision: _builtins.int | None = ...,
|
|
517
|
+
current_revision: _builtins.int | None = ...,
|
|
518
|
+
reason: _builtins.str | None = ...,
|
|
519
|
+
) -> None: ...
|
|
520
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
521
|
+
"base_revision",
|
|
522
|
+
b"base_revision",
|
|
523
|
+
"current_revision",
|
|
524
|
+
b"current_revision",
|
|
525
|
+
"reason",
|
|
526
|
+
b"reason",
|
|
527
|
+
] # noqa: Y015
|
|
528
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
529
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
530
|
+
"base_revision",
|
|
531
|
+
b"base_revision",
|
|
532
|
+
"current_revision",
|
|
533
|
+
b"current_revision",
|
|
534
|
+
"reason",
|
|
535
|
+
b"reason",
|
|
536
|
+
] # noqa: Y015
|
|
537
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
538
|
+
def WhichOneof(self, oneof_group: _Never) -> None: ...
|
|
539
|
+
|
|
540
|
+
Global___AgentDraftPatchConflict: _TypeAlias = AgentDraftPatchConflict # noqa: Y015
|
|
541
|
+
|
|
542
|
+
@_typing.final
|
|
543
|
+
class AgentDraftEvent(_message.Message):
|
|
544
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
545
|
+
|
|
546
|
+
ID_FIELD_NUMBER: _builtins.int
|
|
547
|
+
ORGANIZATION_ID_FIELD_NUMBER: _builtins.int
|
|
548
|
+
DEFINITION_ID_FIELD_NUMBER: _builtins.int
|
|
549
|
+
DRAFT_ID_FIELD_NUMBER: _builtins.int
|
|
550
|
+
SEQUENCE_FIELD_NUMBER: _builtins.int
|
|
551
|
+
KIND_FIELD_NUMBER: _builtins.int
|
|
552
|
+
BASE_REVISION_FIELD_NUMBER: _builtins.int
|
|
553
|
+
RESULT_REVISION_FIELD_NUMBER: _builtins.int
|
|
554
|
+
CHANGED_FIELDS_FIELD_NUMBER: _builtins.int
|
|
555
|
+
SOURCE_FIELD_NUMBER: _builtins.int
|
|
556
|
+
CLIENT_REQUEST_ID_FIELD_NUMBER: _builtins.int
|
|
557
|
+
CONFLICT_FIELD_NUMBER: _builtins.int
|
|
558
|
+
CREATED_BY_USER_ID_FIELD_NUMBER: _builtins.int
|
|
559
|
+
CREATED_AT_FIELD_NUMBER: _builtins.int
|
|
560
|
+
id: _builtins.str
|
|
561
|
+
organization_id: _builtins.str
|
|
562
|
+
definition_id: _builtins.str
|
|
563
|
+
draft_id: _builtins.str
|
|
564
|
+
sequence: _builtins.int
|
|
565
|
+
kind: Global___AgentDraftEventKind.ValueType
|
|
566
|
+
base_revision: _builtins.int
|
|
567
|
+
result_revision: _builtins.int
|
|
568
|
+
source: _builtins.str
|
|
569
|
+
client_request_id: _builtins.str
|
|
570
|
+
created_by_user_id: _builtins.str
|
|
571
|
+
@_builtins.property
|
|
572
|
+
def changed_fields(
|
|
573
|
+
self,
|
|
574
|
+
) -> _containers.RepeatedScalarFieldContainer[_builtins.str]: ...
|
|
575
|
+
@_builtins.property
|
|
576
|
+
def conflict(self) -> Global___AgentDraftPatchConflict: ...
|
|
577
|
+
@_builtins.property
|
|
578
|
+
def created_at(self) -> _timestamp_pb2.Timestamp: ...
|
|
579
|
+
def __init__(
|
|
580
|
+
self,
|
|
581
|
+
*,
|
|
582
|
+
id: _builtins.str | None = ...,
|
|
583
|
+
organization_id: _builtins.str | None = ...,
|
|
584
|
+
definition_id: _builtins.str | None = ...,
|
|
585
|
+
draft_id: _builtins.str | None = ...,
|
|
586
|
+
sequence: _builtins.int | None = ...,
|
|
587
|
+
kind: Global___AgentDraftEventKind.ValueType | None = ...,
|
|
588
|
+
base_revision: _builtins.int | None = ...,
|
|
589
|
+
result_revision: _builtins.int | None = ...,
|
|
590
|
+
changed_fields: _abc.Iterable[_builtins.str] | None = ...,
|
|
591
|
+
source: _builtins.str | None = ...,
|
|
592
|
+
client_request_id: _builtins.str | None = ...,
|
|
593
|
+
conflict: Global___AgentDraftPatchConflict | None = ...,
|
|
594
|
+
created_by_user_id: _builtins.str | None = ...,
|
|
595
|
+
created_at: _timestamp_pb2.Timestamp | None = ...,
|
|
596
|
+
) -> None: ...
|
|
597
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
598
|
+
"base_revision",
|
|
599
|
+
b"base_revision",
|
|
600
|
+
"changed_fields",
|
|
601
|
+
b"changed_fields",
|
|
602
|
+
"client_request_id",
|
|
603
|
+
b"client_request_id",
|
|
604
|
+
"conflict",
|
|
605
|
+
b"conflict",
|
|
606
|
+
"created_at",
|
|
607
|
+
b"created_at",
|
|
608
|
+
"created_by_user_id",
|
|
609
|
+
b"created_by_user_id",
|
|
610
|
+
"definition_id",
|
|
611
|
+
b"definition_id",
|
|
612
|
+
"draft_id",
|
|
613
|
+
b"draft_id",
|
|
614
|
+
"id",
|
|
615
|
+
b"id",
|
|
616
|
+
"kind",
|
|
617
|
+
b"kind",
|
|
618
|
+
"organization_id",
|
|
619
|
+
b"organization_id",
|
|
620
|
+
"result_revision",
|
|
621
|
+
b"result_revision",
|
|
622
|
+
"sequence",
|
|
623
|
+
b"sequence",
|
|
624
|
+
"source",
|
|
625
|
+
b"source",
|
|
626
|
+
] # noqa: Y015
|
|
627
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
628
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
629
|
+
"base_revision",
|
|
630
|
+
b"base_revision",
|
|
631
|
+
"changed_fields",
|
|
632
|
+
b"changed_fields",
|
|
633
|
+
"client_request_id",
|
|
634
|
+
b"client_request_id",
|
|
635
|
+
"conflict",
|
|
636
|
+
b"conflict",
|
|
637
|
+
"created_at",
|
|
638
|
+
b"created_at",
|
|
639
|
+
"created_by_user_id",
|
|
640
|
+
b"created_by_user_id",
|
|
641
|
+
"definition_id",
|
|
642
|
+
b"definition_id",
|
|
643
|
+
"draft_id",
|
|
644
|
+
b"draft_id",
|
|
645
|
+
"id",
|
|
646
|
+
b"id",
|
|
647
|
+
"kind",
|
|
648
|
+
b"kind",
|
|
649
|
+
"organization_id",
|
|
650
|
+
b"organization_id",
|
|
651
|
+
"result_revision",
|
|
652
|
+
b"result_revision",
|
|
653
|
+
"sequence",
|
|
654
|
+
b"sequence",
|
|
655
|
+
"source",
|
|
656
|
+
b"source",
|
|
657
|
+
] # noqa: Y015
|
|
658
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
659
|
+
def WhichOneof(self, oneof_group: _Never) -> None: ...
|
|
660
|
+
|
|
661
|
+
Global___AgentDraftEvent: _TypeAlias = AgentDraftEvent # noqa: Y015
|
|
662
|
+
|
|
482
663
|
@_typing.final
|
|
483
664
|
class AgentVersion(_message.Message):
|
|
484
665
|
DESCRIPTOR: _descriptor.Descriptor
|
|
@@ -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/service.proto
|
|
5
|
-
# Protobuf Python Version: 7.
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
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,
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 7, 35, 0, "", "weaveapi/agent/v1/service.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\x1fweaveapi/agent/v1/service.proto\x12\x11weaveapi.agent.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1dweaveapi/agent/v1/agent.proto"\x89\x04\n\x1c\x43reateAgentDefinitionRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\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\x19\n\x08model_id\x18\x06 \x01(\tR\x07modelId\x12:\n\x19provider_configuration_id\x18\x07 \x01(\tR\x17providerConfigurationId\x12@\n\x05tools\x18\x08 \x03(\x0b\x32&.weaveapi.agent.v1.AgentToolDescriptorB\x02(\x01R\x05tools\x12>\n\x0cinput_schema\x18\t \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0binputSchema\x12@\n\routput_schema\x18\n \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0coutputSchema\x12\x37\n\x08metadata\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata"\xa0\x01\n\x1d\x43reateAgentDefinitionResponse\x12\x46\n\ndefinition\x18\x01 \x01(\x0b\x32".weaveapi.agent.v1.AgentDefinitionB\x02(\x01R\ndefinition\x12\x37\n\x05\x64raft\x18\x02 \x01(\x0b\x32\x1d.weaveapi.agent.v1.AgentDraftB\x02(\x01R\x05\x64raft"t\n\x19GetAgentDefinitionRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13\x61gent_definition_id\x18\x02 \x01(\tR\x11\x61gentDefinitionId"\xe9\x01\n\x1aGetAgentDefinitionResponse\x12\x46\n\ndefinition\x18\x01 \x01(\x0b\x32".weaveapi.agent.v1.AgentDefinitionB\x02(\x01R\ndefinition\x12\x37\n\x05\x64raft\x18\x02 \x01(\x0b\x32\x1d.weaveapi.agent.v1.AgentDraftB\x02(\x01R\x05\x64raft\x12J\n\x0elatest_version\x18\x03 \x01(\x0b\x32\x1f.weaveapi.agent.v1.AgentVersionB\x02(\x01R\rlatestVersion"\xc4\x01\n\x1bListAgentDefinitionsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12@\n\x06status\x18\x02 \x01(\x0e\x32(.weaveapi.agent.v1.AgentDefinitionStatusR\x06status\x12\x1b\n\tpage_size\x18\x03 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x04 \x01(\tR\tpageToken"\x90\x01\n\x1cListAgentDefinitionsResponse\x12H\n\x0b\x64\x65\x66initions\x18\x01 \x03(\x0b\x32".weaveapi.agent.v1.AgentDefinitionB\x02(\x01R\x0b\x64\x65\x66initions\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\
|
|
23
|
+
b'\n\x1fweaveapi/agent/v1/service.proto\x12\x11weaveapi.agent.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1dweaveapi/agent/v1/agent.proto"\x89\x04\n\x1c\x43reateAgentDefinitionRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\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\x19\n\x08model_id\x18\x06 \x01(\tR\x07modelId\x12:\n\x19provider_configuration_id\x18\x07 \x01(\tR\x17providerConfigurationId\x12@\n\x05tools\x18\x08 \x03(\x0b\x32&.weaveapi.agent.v1.AgentToolDescriptorB\x02(\x01R\x05tools\x12>\n\x0cinput_schema\x18\t \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0binputSchema\x12@\n\routput_schema\x18\n \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0coutputSchema\x12\x37\n\x08metadata\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata"\xa0\x01\n\x1d\x43reateAgentDefinitionResponse\x12\x46\n\ndefinition\x18\x01 \x01(\x0b\x32".weaveapi.agent.v1.AgentDefinitionB\x02(\x01R\ndefinition\x12\x37\n\x05\x64raft\x18\x02 \x01(\x0b\x32\x1d.weaveapi.agent.v1.AgentDraftB\x02(\x01R\x05\x64raft"t\n\x19GetAgentDefinitionRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13\x61gent_definition_id\x18\x02 \x01(\tR\x11\x61gentDefinitionId"\xe9\x01\n\x1aGetAgentDefinitionResponse\x12\x46\n\ndefinition\x18\x01 \x01(\x0b\x32".weaveapi.agent.v1.AgentDefinitionB\x02(\x01R\ndefinition\x12\x37\n\x05\x64raft\x18\x02 \x01(\x0b\x32\x1d.weaveapi.agent.v1.AgentDraftB\x02(\x01R\x05\x64raft\x12J\n\x0elatest_version\x18\x03 \x01(\x0b\x32\x1f.weaveapi.agent.v1.AgentVersionB\x02(\x01R\rlatestVersion"\xc4\x01\n\x1bListAgentDefinitionsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12@\n\x06status\x18\x02 \x01(\x0e\x32(.weaveapi.agent.v1.AgentDefinitionStatusR\x06status\x12\x1b\n\tpage_size\x18\x03 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x04 \x01(\tR\tpageToken"\x90\x01\n\x1cListAgentDefinitionsResponse\x12H\n\x0b\x64\x65\x66initions\x18\x01 \x03(\x0b\x32".weaveapi.agent.v1.AgentDefinitionB\x02(\x01R\x0b\x64\x65\x66initions\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\xc6\x05\n\x17UpdateAgentDraftRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13\x61gent_definition_id\x18\x02 \x01(\tR\x11\x61gentDefinitionId\x12+\n\x11\x65xpected_revision\x18\x03 \x01(\x05R\x10\x65xpectedRevision\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12"\n\x0cinstructions\x18\x06 \x01(\tR\x0cinstructions\x12\x19\n\x08model_id\x18\x07 \x01(\tR\x07modelId\x12:\n\x19provider_configuration_id\x18\x08 \x01(\tR\x17providerConfigurationId\x12@\n\x05tools\x18\t \x03(\x0b\x32&.weaveapi.agent.v1.AgentToolDescriptorB\x02(\x01R\x05tools\x12>\n\x0cinput_schema\x18\n \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0binputSchema\x12@\n\routput_schema\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0coutputSchema\x12\x37\n\x08metadata\x18\x0c \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata\x12\x33\n\x05patch\x18\r \x01(\x0b\x32\x17.google.protobuf.StructB\x04\x18\x01(\x01R\x05patch\x12\x16\n\x06source\x18\x0e \x01(\tR\x06source\x12*\n\x11\x63lient_request_id\x18\x0f \x01(\tR\x0f\x63lientRequestId"S\n\x18UpdateAgentDraftResponse\x12\x37\n\x05\x64raft\x18\x01 \x01(\x0b\x32\x1d.weaveapi.agent.v1.AgentDraftB\x02(\x01R\x05\x64raft"\x9e\x01\n\x1cWatchAgentDraftEventsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13\x61gent_definition_id\x18\x02 \x01(\tR\x11\x61gentDefinitionId\x12%\n\x0e\x61\x66ter_sequence\x18\x03 \x01(\x04R\rafterSequence"]\n\x1dWatchAgentDraftEventsResponse\x12<\n\x05\x65vent\x18\x01 \x01(\x0b\x32".weaveapi.agent.v1.AgentDraftEventB\x02(\x01R\x05\x65vent"\x99\x01\n\x17PlanAgentPublishRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13\x61gent_definition_id\x18\x02 \x01(\tR\x11\x61gentDefinitionId\x12%\n\x0e\x64raft_revision\x18\x03 \x01(\x05R\rdraftRevision"W\n\x18PlanAgentPublishResponse\x12;\n\x04plan\x18\x01 \x01(\x0b\x32#.weaveapi.agent.v1.AgentPublishPlanB\x02(\x01R\x04plan"\x9f\x01\n\x1dPublishAgentDefinitionRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13\x61gent_definition_id\x18\x02 \x01(\tR\x11\x61gentDefinitionId\x12%\n\x0e\x64raft_revision\x18\x03 \x01(\x05R\rdraftRevision"_\n\x1ePublishAgentDefinitionResponse\x12=\n\x07version\x18\x01 \x01(\x0b\x32\x1f.weaveapi.agent.v1.AgentVersionB\x02(\x01R\x07version"\x8b\x01\n\x16GetAgentVersionRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13\x61gent_definition_id\x18\x02 \x01(\tR\x11\x61gentDefinitionId\x12\x18\n\x07version\x18\x03 \x01(\x05R\x07version"X\n\x17GetAgentVersionResponse\x12=\n\x07version\x18\x01 \x01(\x0b\x32\x1f.weaveapi.agent.v1.AgentVersionB\x02(\x01R\x07version"\xaf\x01\n\x18ListAgentVersionsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13\x61gent_definition_id\x18\x02 \x01(\tR\x11\x61gentDefinitionId\x12\x1b\n\tpage_size\x18\x03 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x04 \x01(\tR\tpageToken"\x84\x01\n\x19ListAgentVersionsResponse\x12?\n\x08versions\x18\x01 \x03(\x0b\x32\x1f.weaveapi.agent.v1.AgentVersionB\x02(\x01R\x08versions\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\xdf\x01\n\x0fRunAgentRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13\x61gent_definition_id\x18\x02 \x01(\tR\x11\x61gentDefinitionId\x12\x18\n\x07version\x18\x03 \x01(\x05R\x07version\x12&\n\x0f\x63hat_session_id\x18\x04 \x01(\tR\rchatSessionId\x12\x31\n\x05input\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x05input"E\n\x10RunAgentResponse\x12\x31\n\x03run\x18\x01 \x01(\x0b\x32\x1b.weaveapi.agent.v1.AgentRunB\x02(\x01R\x03run"_\n\x12GetAgentRunRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12 \n\x0c\x61gent_run_id\x18\x02 \x01(\tR\nagentRunId"H\n\x13GetAgentRunResponse\x12\x31\n\x03run\x18\x01 \x01(\x0b\x32\x1b.weaveapi.agent.v1.AgentRunB\x02(\x01R\x03run"\xe6\x01\n\x14ListAgentRunsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13\x61gent_definition_id\x18\x02 \x01(\tR\x11\x61gentDefinitionId\x12\x39\n\x06status\x18\x03 \x01(\x0e\x32!.weaveapi.agent.v1.AgentRunStatusR\x06status\x12\x1b\n\tpage_size\x18\x04 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x05 \x01(\tR\tpageToken"t\n\x15ListAgentRunsResponse\x12\x33\n\x04runs\x18\x01 \x03(\x0b\x32\x1b.weaveapi.agent.v1.AgentRunB\x02(\x01R\x04runs\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\x8e\x01\n\x1aWatchAgentRunEventsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12 \n\x0c\x61gent_run_id\x18\x02 \x01(\tR\nagentRunId\x12%\n\x0e\x61\x66ter_sequence\x18\x03 \x01(\x04R\rafterSequence"Y\n\x1bWatchAgentRunEventsResponse\x12:\n\x05\x65vent\x18\x01 \x01(\x0b\x32 .weaveapi.agent.v1.AgentRunEventB\x02(\x01R\x05\x65vent2\xaf\x0f\n\x0c\x41gentService\x12\x91\x01\n\x15\x43reateAgentDefinition\x12/.weaveapi.agent.v1.CreateAgentDefinitionRequest\x1a\x30.weaveapi.agent.v1.CreateAgentDefinitionResponse"\x15\x82\xd3\xe4\x93\x02\x0f"\n/v1/agents:\x01*\x12\x9b\x01\n\x12GetAgentDefinition\x12,.weaveapi.agent.v1.GetAgentDefinitionRequest\x1a-.weaveapi.agent.v1.GetAgentDefinitionResponse"(\x82\xd3\xe4\x93\x02"\x12 /v1/agents/{agent_definition_id}\x12\x8b\x01\n\x14ListAgentDefinitions\x12..weaveapi.agent.v1.ListAgentDefinitionsRequest\x1a/.weaveapi.agent.v1.ListAgentDefinitionsResponse"\x12\x82\xd3\xe4\x93\x02\x0c\x12\n/v1/agents\x12\x9e\x01\n\x10UpdateAgentDraft\x12*.weaveapi.agent.v1.UpdateAgentDraftRequest\x1a+.weaveapi.agent.v1.UpdateAgentDraftResponse"1\x82\xd3\xe4\x93\x02+2&/v1/agents/{agent_definition_id}/draft:\x01*\x12|\n\x15WatchAgentDraftEvents\x12/.weaveapi.agent.v1.WatchAgentDraftEventsRequest\x1a\x30.weaveapi.agent.v1.WatchAgentDraftEventsResponse0\x01\x12\xaa\x01\n\x10PlanAgentPublish\x12*.weaveapi.agent.v1.PlanAgentPublishRequest\x1a+.weaveapi.agent.v1.PlanAgentPublishResponse"=\x82\xd3\xe4\x93\x02\x37"2/v1/agents/{agent_definition_id}/draft:planPublish:\x01*\x12\xb2\x01\n\x16PublishAgentDefinition\x12\x30.weaveapi.agent.v1.PublishAgentDefinitionRequest\x1a\x31.weaveapi.agent.v1.PublishAgentDefinitionResponse"3\x82\xd3\xe4\x93\x02-"(/v1/agents/{agent_definition_id}:publish:\x01*\x12\xa5\x01\n\x0fGetAgentVersion\x12).weaveapi.agent.v1.GetAgentVersionRequest\x1a*.weaveapi.agent.v1.GetAgentVersionResponse";\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/agents/{agent_definition_id}/versions/{version}\x12\xa1\x01\n\x11ListAgentVersions\x12+.weaveapi.agent.v1.ListAgentVersionsRequest\x1a,.weaveapi.agent.v1.ListAgentVersionsResponse"1\x82\xd3\xe4\x93\x02+\x12)/v1/agents/{agent_definition_id}/versions\x12\x97\x01\n\x08RunAgent\x12".weaveapi.agent.v1.RunAgentRequest\x1a#.weaveapi.agent.v1.RunAgentResponse"B\x82\xd3\xe4\x93\x02<"7/v1/agents/{agent_definition_id}/versions/{version}:run:\x01*\x12\x83\x01\n\x0bGetAgentRun\x12%.weaveapi.agent.v1.GetAgentRunRequest\x1a&.weaveapi.agent.v1.GetAgentRunResponse"%\x82\xd3\xe4\x93\x02\x1f\x12\x1d/v1/agent-runs/{agent_run_id}\x12z\n\rListAgentRuns\x12\'.weaveapi.agent.v1.ListAgentRunsRequest\x1a(.weaveapi.agent.v1.ListAgentRunsResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/v1/agent-runs\x12v\n\x13WatchAgentRunEvents\x12-.weaveapi.agent.v1.WatchAgentRunEventsRequest\x1a..weaveapi.agent.v1.WatchAgentRunEventsResponse0\x01\x42\xc3\x01\n\x15\x63om.weaveapi.agent.v1B\x0cServiceProtoP\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'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -118,11 +118,17 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
118
118
|
_globals["_UPDATEAGENTDRAFTREQUEST"].fields_by_name["patch"]._loaded_options = None
|
|
119
119
|
_globals["_UPDATEAGENTDRAFTREQUEST"].fields_by_name[
|
|
120
120
|
"patch"
|
|
121
|
-
]._serialized_options = b"(\001"
|
|
121
|
+
]._serialized_options = b"\030\001(\001"
|
|
122
122
|
_globals["_UPDATEAGENTDRAFTRESPONSE"].fields_by_name["draft"]._loaded_options = None
|
|
123
123
|
_globals["_UPDATEAGENTDRAFTRESPONSE"].fields_by_name[
|
|
124
124
|
"draft"
|
|
125
125
|
]._serialized_options = b"(\001"
|
|
126
|
+
_globals["_WATCHAGENTDRAFTEVENTSRESPONSE"].fields_by_name[
|
|
127
|
+
"event"
|
|
128
|
+
]._loaded_options = None
|
|
129
|
+
_globals["_WATCHAGENTDRAFTEVENTSRESPONSE"].fields_by_name[
|
|
130
|
+
"event"
|
|
131
|
+
]._serialized_options = b"(\001"
|
|
126
132
|
_globals["_PLANAGENTPUBLISHRESPONSE"].fields_by_name["plan"]._loaded_options = None
|
|
127
133
|
_globals["_PLANAGENTPUBLISHRESPONSE"].fields_by_name[
|
|
128
134
|
"plan"
|
|
@@ -242,41 +248,45 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
242
248
|
_globals["_LISTAGENTDEFINITIONSRESPONSE"]._serialized_start = 1386
|
|
243
249
|
_globals["_LISTAGENTDEFINITIONSRESPONSE"]._serialized_end = 1530
|
|
244
250
|
_globals["_UPDATEAGENTDRAFTREQUEST"]._serialized_start = 1533
|
|
245
|
-
_globals["_UPDATEAGENTDRAFTREQUEST"]._serialized_end =
|
|
246
|
-
_globals["_UPDATEAGENTDRAFTRESPONSE"]._serialized_start =
|
|
247
|
-
_globals["_UPDATEAGENTDRAFTRESPONSE"]._serialized_end =
|
|
248
|
-
_globals["
|
|
249
|
-
_globals["
|
|
250
|
-
_globals["
|
|
251
|
-
_globals["
|
|
252
|
-
_globals["
|
|
253
|
-
_globals["
|
|
254
|
-
_globals["
|
|
255
|
-
_globals["
|
|
256
|
-
_globals["
|
|
257
|
-
_globals["
|
|
258
|
-
_globals["
|
|
259
|
-
_globals["
|
|
260
|
-
_globals["
|
|
261
|
-
_globals["
|
|
262
|
-
_globals["
|
|
263
|
-
_globals["
|
|
264
|
-
_globals["
|
|
265
|
-
_globals["
|
|
266
|
-
_globals["
|
|
267
|
-
_globals["
|
|
268
|
-
_globals["
|
|
269
|
-
_globals["
|
|
270
|
-
_globals["
|
|
271
|
-
_globals["
|
|
272
|
-
_globals["
|
|
273
|
-
_globals["
|
|
274
|
-
_globals["
|
|
275
|
-
_globals["
|
|
276
|
-
_globals["
|
|
277
|
-
_globals["
|
|
278
|
-
_globals["
|
|
279
|
-
_globals["
|
|
280
|
-
_globals["
|
|
281
|
-
_globals["
|
|
251
|
+
_globals["_UPDATEAGENTDRAFTREQUEST"]._serialized_end = 2243
|
|
252
|
+
_globals["_UPDATEAGENTDRAFTRESPONSE"]._serialized_start = 2245
|
|
253
|
+
_globals["_UPDATEAGENTDRAFTRESPONSE"]._serialized_end = 2328
|
|
254
|
+
_globals["_WATCHAGENTDRAFTEVENTSREQUEST"]._serialized_start = 2331
|
|
255
|
+
_globals["_WATCHAGENTDRAFTEVENTSREQUEST"]._serialized_end = 2489
|
|
256
|
+
_globals["_WATCHAGENTDRAFTEVENTSRESPONSE"]._serialized_start = 2491
|
|
257
|
+
_globals["_WATCHAGENTDRAFTEVENTSRESPONSE"]._serialized_end = 2584
|
|
258
|
+
_globals["_PLANAGENTPUBLISHREQUEST"]._serialized_start = 2587
|
|
259
|
+
_globals["_PLANAGENTPUBLISHREQUEST"]._serialized_end = 2740
|
|
260
|
+
_globals["_PLANAGENTPUBLISHRESPONSE"]._serialized_start = 2742
|
|
261
|
+
_globals["_PLANAGENTPUBLISHRESPONSE"]._serialized_end = 2829
|
|
262
|
+
_globals["_PUBLISHAGENTDEFINITIONREQUEST"]._serialized_start = 2832
|
|
263
|
+
_globals["_PUBLISHAGENTDEFINITIONREQUEST"]._serialized_end = 2991
|
|
264
|
+
_globals["_PUBLISHAGENTDEFINITIONRESPONSE"]._serialized_start = 2993
|
|
265
|
+
_globals["_PUBLISHAGENTDEFINITIONRESPONSE"]._serialized_end = 3088
|
|
266
|
+
_globals["_GETAGENTVERSIONREQUEST"]._serialized_start = 3091
|
|
267
|
+
_globals["_GETAGENTVERSIONREQUEST"]._serialized_end = 3230
|
|
268
|
+
_globals["_GETAGENTVERSIONRESPONSE"]._serialized_start = 3232
|
|
269
|
+
_globals["_GETAGENTVERSIONRESPONSE"]._serialized_end = 3320
|
|
270
|
+
_globals["_LISTAGENTVERSIONSREQUEST"]._serialized_start = 3323
|
|
271
|
+
_globals["_LISTAGENTVERSIONSREQUEST"]._serialized_end = 3498
|
|
272
|
+
_globals["_LISTAGENTVERSIONSRESPONSE"]._serialized_start = 3501
|
|
273
|
+
_globals["_LISTAGENTVERSIONSRESPONSE"]._serialized_end = 3633
|
|
274
|
+
_globals["_RUNAGENTREQUEST"]._serialized_start = 3636
|
|
275
|
+
_globals["_RUNAGENTREQUEST"]._serialized_end = 3859
|
|
276
|
+
_globals["_RUNAGENTRESPONSE"]._serialized_start = 3861
|
|
277
|
+
_globals["_RUNAGENTRESPONSE"]._serialized_end = 3930
|
|
278
|
+
_globals["_GETAGENTRUNREQUEST"]._serialized_start = 3932
|
|
279
|
+
_globals["_GETAGENTRUNREQUEST"]._serialized_end = 4027
|
|
280
|
+
_globals["_GETAGENTRUNRESPONSE"]._serialized_start = 4029
|
|
281
|
+
_globals["_GETAGENTRUNRESPONSE"]._serialized_end = 4101
|
|
282
|
+
_globals["_LISTAGENTRUNSREQUEST"]._serialized_start = 4104
|
|
283
|
+
_globals["_LISTAGENTRUNSREQUEST"]._serialized_end = 4334
|
|
284
|
+
_globals["_LISTAGENTRUNSRESPONSE"]._serialized_start = 4336
|
|
285
|
+
_globals["_LISTAGENTRUNSRESPONSE"]._serialized_end = 4452
|
|
286
|
+
_globals["_WATCHAGENTRUNEVENTSREQUEST"]._serialized_start = 4455
|
|
287
|
+
_globals["_WATCHAGENTRUNEVENTSREQUEST"]._serialized_end = 4597
|
|
288
|
+
_globals["_WATCHAGENTRUNEVENTSRESPONSE"]._serialized_start = 4599
|
|
289
|
+
_globals["_WATCHAGENTRUNEVENTSRESPONSE"]._serialized_end = 4688
|
|
290
|
+
_globals["_AGENTSERVICE"]._serialized_start = 4691
|
|
291
|
+
_globals["_AGENTSERVICE"]._serialized_end = 6658
|
|
282
292
|
# @@protoc_insertion_point(module_scope)
|