o11y-one-api-agentic 0.1.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.
- o11y_one_api_agentic-0.1.0/.gitignore +26 -0
- o11y_one_api_agentic-0.1.0/PKG-INFO +54 -0
- o11y_one_api_agentic-0.1.0/README.md +37 -0
- o11y_one_api_agentic-0.1.0/pyproject.toml +43 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/agentic/v1/agent_run_pb2.py +70 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/agentic/v1/agent_run_pb2.pyi +260 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/agentic/v1/artifact_pb2.py +97 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/agentic/v1/artifact_pb2.pyi +455 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/agentic/v1/evaluation_connect.py +8183 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/agentic/v1/evaluation_pb2.py +1687 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/agentic/v1/evaluation_pb2.pyi +12934 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/agentic/v1/trace_view_connect.py +775 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/agentic/v1/trace_view_pb2.py +213 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/agentic/v1/trace_view_pb2.pyi +1455 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/common/v1/common_pb2.py +43 -0
- o11y_one_api_agentic-0.1.0/src/o11y_one/common/v1/common_pb2.pyi +47 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Build artifacts. Note what is NOT here: packages/*/src/o11y_one and
|
|
2
|
+
# gen/go/o11y_one are GENERATED but COMMITTED on purpose — see README, "The
|
|
3
|
+
# regen ritual". Only compiler output is ignored.
|
|
4
|
+
node_modules/
|
|
5
|
+
dist/
|
|
6
|
+
*.tsbuildinfo
|
|
7
|
+
|
|
8
|
+
# Python
|
|
9
|
+
__pycache__/
|
|
10
|
+
*.py[cod]
|
|
11
|
+
.venv/
|
|
12
|
+
build/
|
|
13
|
+
*.egg-info/
|
|
14
|
+
.pytest_cache/
|
|
15
|
+
.ruff_cache/
|
|
16
|
+
|
|
17
|
+
# Go
|
|
18
|
+
/tools/ci-runner/bin/
|
|
19
|
+
/tools/pr-diff/bin/
|
|
20
|
+
/dist-bin/
|
|
21
|
+
|
|
22
|
+
# mise/local
|
|
23
|
+
.mise.local.toml
|
|
24
|
+
|
|
25
|
+
# OS
|
|
26
|
+
.DS_Store
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: o11y-one-api-agentic
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Generated Python protobuf messages and Connect clients for the O11y One AGENTIC domain (agentic + common only). A per-domain subset of o11y-one-api so agentic-only consumers do not carry the other domains. Generated from proto at PROTO_PIN — do not edit by hand.
|
|
5
|
+
Project-URL: Homepage, https://o11y.one
|
|
6
|
+
Project-URL: Source, https://github.com/o11y-one/o11y-one-sdk
|
|
7
|
+
Author: O11y One
|
|
8
|
+
License-Expression: Apache-2.0
|
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Typing :: Typed
|
|
13
|
+
Requires-Python: >=3.11
|
|
14
|
+
Requires-Dist: connect-python<1,>=0.9.0
|
|
15
|
+
Requires-Dist: protobuf<8,>=7.36.1
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
|
|
18
|
+
# `o11y-one-api-agentic`
|
|
19
|
+
|
|
20
|
+
Generated Python protobuf messages and Connect clients for the O11y One
|
|
21
|
+
**agentic** domain — and only the domains the agentic protos transitively
|
|
22
|
+
import.
|
|
23
|
+
|
|
24
|
+
This is the published, **per-domain subset** of the generated tree, carrying
|
|
25
|
+
exactly the agentic import closure:
|
|
26
|
+
|
|
27
|
+
- `o11y_one/agentic/v1/*` — the agentic surface
|
|
28
|
+
- `o11y_one/common/v1/*` — the one cross-domain import the agentic protos pull
|
|
29
|
+
|
|
30
|
+
Its consumers — chiefly [`o11y-one`](../sdk-py) — depend on the agentic closure
|
|
31
|
+
alone; no other o11y-api domain is vendored in this repository.
|
|
32
|
+
|
|
33
|
+
**Do not edit anything under `src/`.** It is generated from the vendored `.proto`
|
|
34
|
+
snapshot at the commit in the repo root's `PROTO_PIN`, and regenerated by
|
|
35
|
+
`just gen` (one `--path`-scoped `buf generate` pass over the agentic closure). Hand edits are silently discarded on the
|
|
36
|
+
next sync.
|
|
37
|
+
|
|
38
|
+
## Import layout
|
|
39
|
+
|
|
40
|
+
The importable root is `o11y_one`, mirroring the proto package names:
|
|
41
|
+
|
|
42
|
+
```python
|
|
43
|
+
from o11y_one.agentic.v1 import evaluation_pb2
|
|
44
|
+
from o11y_one.agentic.v1.evaluation_connect import AgenticEvaluationServiceClientSync
|
|
45
|
+
from o11y_one.common.v1 import common_pb2
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
## `o11y_one` is a namespace package
|
|
49
|
+
|
|
50
|
+
There is no `src/o11y_one/__init__.py`, and there must never be one. `o11y_one`
|
|
51
|
+
is a [PEP 420](https://peps.python.org/pep-0420/) implicit namespace package that
|
|
52
|
+
this distribution shares with `o11y-one`, which contributes `o11y_one.sdk`.
|
|
53
|
+
Adding an `__init__.py` to either would shadow the other. `tools/generate.sh`
|
|
54
|
+
asserts that no such file appears.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# `o11y-one-api-agentic`
|
|
2
|
+
|
|
3
|
+
Generated Python protobuf messages and Connect clients for the O11y One
|
|
4
|
+
**agentic** domain — and only the domains the agentic protos transitively
|
|
5
|
+
import.
|
|
6
|
+
|
|
7
|
+
This is the published, **per-domain subset** of the generated tree, carrying
|
|
8
|
+
exactly the agentic import closure:
|
|
9
|
+
|
|
10
|
+
- `o11y_one/agentic/v1/*` — the agentic surface
|
|
11
|
+
- `o11y_one/common/v1/*` — the one cross-domain import the agentic protos pull
|
|
12
|
+
|
|
13
|
+
Its consumers — chiefly [`o11y-one`](../sdk-py) — depend on the agentic closure
|
|
14
|
+
alone; no other o11y-api domain is vendored in this repository.
|
|
15
|
+
|
|
16
|
+
**Do not edit anything under `src/`.** It is generated from the vendored `.proto`
|
|
17
|
+
snapshot at the commit in the repo root's `PROTO_PIN`, and regenerated by
|
|
18
|
+
`just gen` (one `--path`-scoped `buf generate` pass over the agentic closure). Hand edits are silently discarded on the
|
|
19
|
+
next sync.
|
|
20
|
+
|
|
21
|
+
## Import layout
|
|
22
|
+
|
|
23
|
+
The importable root is `o11y_one`, mirroring the proto package names:
|
|
24
|
+
|
|
25
|
+
```python
|
|
26
|
+
from o11y_one.agentic.v1 import evaluation_pb2
|
|
27
|
+
from o11y_one.agentic.v1.evaluation_connect import AgenticEvaluationServiceClientSync
|
|
28
|
+
from o11y_one.common.v1 import common_pb2
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
## `o11y_one` is a namespace package
|
|
32
|
+
|
|
33
|
+
There is no `src/o11y_one/__init__.py`, and there must never be one. `o11y_one`
|
|
34
|
+
is a [PEP 420](https://peps.python.org/pep-0420/) implicit namespace package that
|
|
35
|
+
this distribution shares with `o11y-one`, which contributes `o11y_one.sdk`.
|
|
36
|
+
Adding an `__init__.py` to either would shadow the other. `tools/generate.sh`
|
|
37
|
+
asserts that no such file appears.
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "o11y-one-api-agentic"
|
|
3
|
+
version = "0.1.0"
|
|
4
|
+
description = "Generated Python protobuf messages and Connect clients for the O11y One AGENTIC domain (agentic + common only). A per-domain subset of o11y-one-api so agentic-only consumers do not carry the other domains. Generated from proto at PROTO_PIN — do not edit by hand."
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
license = "Apache-2.0"
|
|
7
|
+
requires-python = ">=3.11"
|
|
8
|
+
authors = [{ name = "O11y One" }]
|
|
9
|
+
classifiers = [
|
|
10
|
+
"Development Status :: 3 - Alpha",
|
|
11
|
+
"Intended Audience :: Developers",
|
|
12
|
+
"Programming Language :: Python :: 3",
|
|
13
|
+
"Typing :: Typed",
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
dependencies = [
|
|
17
|
+
# protoc-gen-python at the version pinned in buf.gen.agentic.yaml (v36.1) emits
|
|
18
|
+
# gencode that requires a runtime of at least the matching series.
|
|
19
|
+
"protobuf>=7.36.1,<8",
|
|
20
|
+
# The runtime half of protoc-gen-connect-python (buf.gen.agentic.yaml pins the plugin
|
|
21
|
+
# to v0.9.0; this is the library the generated *_connect.py import).
|
|
22
|
+
"connect-python>=0.9.0,<1",
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
[project.urls]
|
|
26
|
+
Homepage = "https://o11y.one"
|
|
27
|
+
Source = "https://github.com/o11y-one/o11y-one-sdk"
|
|
28
|
+
|
|
29
|
+
[build-system]
|
|
30
|
+
requires = ["hatchling>=1.32.0"]
|
|
31
|
+
build-backend = "hatchling.build"
|
|
32
|
+
|
|
33
|
+
[tool.hatch.build.targets.wheel]
|
|
34
|
+
# Ship the o11y_one namespace, restricted to the agentic import closure
|
|
35
|
+
# (o11y_one.agentic, o11y_one.common). There is deliberately NO
|
|
36
|
+
# src/o11y_one/__init__.py: o11y_one is a PEP 420 implicit namespace package so
|
|
37
|
+
# that this distribution and o11y-one (the hand-written SDK, which owns
|
|
38
|
+
# o11y_one.sdk) can both contribute to it. tools/generate.sh asserts that no
|
|
39
|
+
# __init__.py appears here.
|
|
40
|
+
packages = ["src/o11y_one"]
|
|
41
|
+
|
|
42
|
+
[tool.hatch.build.targets.sdist]
|
|
43
|
+
include = ["src", "README.md", "pyproject.toml"]
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: o11y_one/agentic/v1/agent_run.proto
|
|
5
|
+
# Protobuf Python Version: 7.36.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
7,
|
|
15
|
+
36,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'o11y_one/agentic/v1/agent_run.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from o11y_one.agentic.v1 import evaluation_pb2 as o11y__one_dot_agentic_dot_v1_dot_evaluation__pb2
|
|
27
|
+
from o11y_one.agentic.v1 import artifact_pb2 as o11y__one_dot_agentic_dot_v1_dot_artifact__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#o11y_one/agentic/v1/agent_run.proto\x12\x13o11y_one.agentic.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a$o11y_one/agentic/v1/evaluation.proto\x1a\"o11y_one/agentic/v1/artifact.proto\"\x83\x03\n\x19GroupingConfidenceInputV1\x12R\n\x0bsignal_kind\x18\x01 \x01(\x0e\x32\x31.o11y_one.agentic.v1.AgentRunGroupingSignalKindV1R\nsignalKind\x12\x37\n\x18observed_on_member_count\x18\x02 \x01(\rR\x15observedOnMemberCount\x12,\n\x12total_member_count\x18\x03 \x01(\rR\x10totalMemberCount\x12\\\n\x10\x63ontributed_rung\x18\x04 \x01(\x0e\x32\x31.o11y_one.agentic.v1.AgentRunGroupingConfidenceV1R\x0f\x63ontributedRung\x12M\n\x0c\x61vailability\x18\x05 \x01(\x0b\x32).o11y_one.agentic.v1.MetricAvailabilityV1R\x0c\x61vailability\"\xec\x01\n\x12GroupingRedirectV1\x12\x17\n\x07\x66rom_id\x18\x01 \x01(\tR\x06\x66romId\x12\x15\n\x06to_ids\x18\x02 \x03(\tR\x05toIds\x12M\n\x06reason\x18\x03 \x01(\x0e\x32\x35.o11y_one.agentic.v1.AgentRunGroupingRedirectReasonV1R\x06reason\x12\x1a\n\x08revision\x18\x04 \x01(\x04R\x08revision\x12;\n\x0boccurred_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\noccurredAt\"\xd9\x02\n\x18\x41gentRunGroupingBoundsV1\x12*\n\x11max_member_traces\x18\x01 \x01(\rR\x0fmaxMemberTraces\x12\x33\n\x16max_wall_clock_seconds\x18\x02 \x01(\x04R\x13maxWallClockSeconds\x12;\n\x1amax_inactivity_gap_seconds\x18\x03 \x01(\x04R\x17maxInactivityGapSeconds\x12,\n\x12max_lookback_hours\x18\x04 \x01(\rR\x10maxLookbackHours\x12:\n\x1amax_spans_per_member_trace\x18\x05 \x01(\rR\x16maxSpansPerMemberTrace\x12\x35\n\x17max_member_span_ceiling\x18\x06 \x01(\x04R\x14maxMemberSpanCeiling\"\xcc\x02\n\x1e\x41gentRunGroupingConfirmationV1\x12\x46\n\x0c\x63onfirmed_by\x18\x01 \x01(\x0b\x32#.o11y_one.agentic.v1.PrincipalRefV1R\x0b\x63onfirmedBy\x12Q\n\x06reason\x18\x02 \x01(\x0e\x32\x39.o11y_one.agentic.v1.AgentRunGroupingConfirmationReasonV1R\x06reason\x12$\n\x0breason_note\x18\x03 \x01(\tH\x00R\nreasonNote\x88\x01\x01\x12=\n\x0c\x63onfirmed_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63onfirmedAt\x12\x1a\n\x08revision\x18\x05 \x01(\x04R\x08revisionB\x0e\n\x0c_reason_note\"\xd4\x02\n\x16\x41gentRunAnchorRebindV1\x12=\n\x06\x61nchor\x18\x01 \x01(\x0b\x32%.o11y_one.agentic.v1.EvidenceAnchorV1R\x06\x61nchor\x12\x31\n\x15original_agent_run_id\x18\x02 \x01(\tR\x12originalAgentRunId\x12 \n\x0c\x61gent_run_id\x18\x03 \x01(\tR\nagentRunId\x12\x1a\n\x08revision\x18\x04 \x01(\x04R\x08revision\x12M\n\x06reason\x18\x05 \x01(\x0e\x32\x35.o11y_one.agentic.v1.AgentRunGroupingRedirectReasonV1R\x06reason\x12;\n\x0boccurred_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\noccurredAt\"\xeb\x06\n\x12\x41gentRunGroupingV1\x12 \n\x0c\x61gent_run_id\x18\x01 \x01(\tR\nagentRunId\x12\x42\n\x05state\x18\x02 \x01(\x0e\x32,.o11y_one.agentic.v1.AgentRunGroupingStateV1R\x05state\x12Q\n\nconfidence\x18\x03 \x01(\x0e\x32\x31.o11y_one.agentic.v1.AgentRunGroupingConfidenceV1R\nconfidence\x12#\n\rattached_rung\x18\x04 \x01(\rR\x0c\x61ttachedRung\x12\x1a\n\x08revision\x18\x05 \x01(\x04R\x08revision\x12[\n\x11\x63onfidence_inputs\x18\x06 \x03(\x0b\x32..o11y_one.agentic.v1.GroupingConfidenceInputV1R\x10\x63onfidenceInputs\x12,\n\x0f\x63onversation_id\x18\x07 \x01(\tH\x00R\x0e\x63onversationId\x88\x01\x01\x12,\n\x12member_trace_count\x18\x08 \x01(\rR\x10memberTraceCount\x12\x45\n\x06\x62ounds\x18\t \x01(\x0b\x32-.o11y_one.agentic.v1.AgentRunGroupingBoundsV1R\x06\x62ounds\x12H\n\x08redirect\x18\n \x01(\x0b\x32\'.o11y_one.agentic.v1.GroupingRedirectV1H\x01R\x08redirect\x88\x01\x01\x12\\\n\x0c\x63onfirmation\x18\x0b \x01(\x0b\x32\x33.o11y_one.agentic.v1.AgentRunGroupingConfirmationV1H\x02R\x0c\x63onfirmation\x88\x01\x01\x12-\n\x12projection_version\x18\x0c \x01(\x04R\x11projectionVersion\x12R\n\x0e\x61nchor_rebinds\x18\r \x03(\x0b\x32+.o11y_one.agentic.v1.AgentRunAnchorRebindV1R\ranchorRebindsB\x12\n\x10_conversation_idB\x0b\n\t_redirectB\x0f\n\r_confirmation\"\xa5\x03\n\x1a\x43onversationCompletenessV1\x12J\n\x05state\x18\x01 \x01(\x0e\x32\x34.o11y_one.agentic.v1.ConversationCompletenessStateV1R\x05state\x12\x14\n\x05\x65poch\x18\x02 \x01(\rR\x05\x65poch\x12<\n\x0clast_seen_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nlastSeenAt\x12:\n\x19inactivity_window_seconds\x18\x04 \x01(\x04R\x17inactivityWindowSeconds\x12;\n\x1alate_arrival_grace_seconds\x18\x05 \x01(\x04R\x17lateArrivalGraceSeconds\x12/\n\x13superseded_eligible\x18\x06 \x01(\x08R\x12supersededEligible\x12=\n\x0c\x65valuated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x65valuatedAt\"\xf4\x01\n\x1e\x43onfirmAgentRunGroupingRequest\x12 \n\x0c\x61gent_run_id\x18\x01 \x01(\tR\nagentRunId\x12Q\n\x06reason\x18\x02 \x01(\x0e\x32\x39.o11y_one.agentic.v1.AgentRunGroupingConfirmationReasonV1R\x06reason\x12$\n\x0breason_note\x18\x03 \x01(\tH\x00R\nreasonNote\x88\x01\x01\x12\'\n\x0fidempotency_key\x18\x04 \x01(\tR\x0eidempotencyKeyB\x0e\n\x0c_reason_note\"\x8c\x03\n\x1f\x43onfirmAgentRunGroupingResponse\x12\x43\n\x08grouping\x18\x01 \x01(\x0b\x32\'.o11y_one.agentic.v1.AgentRunGroupingV1R\x08grouping\x12+\n\x11idempotent_replay\x18\x02 \x01(\x08R\x10idempotentReplay\x12S\n\x0c\x63ompleteness\x18\x03 \x01(\x0b\x32/.o11y_one.agentic.v1.ConversationCompletenessV1R\x0c\x63ompleteness\x12H\n\tfreshness\x18\x04 \x01(\x0b\x32*.o11y_one.agentic.v1.EvaluationFreshnessV1R\tfreshness\x12X\n\x0c\x63\x61pabilities\x18\x05 \x01(\x0b\x32\x34.o11y_one.agentic.v1.AgenticEvaluationCapabilitiesV1R\x0c\x63\x61pabilities*\xf6\x02\n\x1c\x41gentRunGroupingConfidenceV1\x12\x30\n,AGENT_RUN_GROUPING_CONFIDENCE_V1_UNSPECIFIED\x10\x00\x12-\n)AGENT_RUN_GROUPING_CONFIDENCE_V1_EXPLICIT\x10\x01\x12\x35\n1AGENT_RUN_GROUPING_CONFIDENCE_V1_EXPLICIT_PARTIAL\x10\x02\x12,\n(AGENT_RUN_GROUPING_CONFIDENCE_V1_DERIVED\x10\x03\x12\x30\n,AGENT_RUN_GROUPING_CONFIDENCE_V1_PROVISIONAL\x10\x04\x12.\n*AGENT_RUN_GROUPING_CONFIDENCE_V1_UNGROUPED\x10\x05\x12.\n*AGENT_RUN_GROUPING_CONFIDENCE_V1_CONFIRMED\x10\x06*\xf4\x01\n\x17\x41gentRunGroupingStateV1\x12+\n\'AGENT_RUN_GROUPING_STATE_V1_UNSPECIFIED\x10\x00\x12\'\n#AGENT_RUN_GROUPING_STATE_V1_CURRENT\x10\x01\x12+\n\'AGENT_RUN_GROUPING_STATE_V1_MERGED_AWAY\x10\x02\x12*\n&AGENT_RUN_GROUPING_STATE_V1_SPLIT_AWAY\x10\x03\x12*\n&AGENT_RUN_GROUPING_STATE_V1_REDIRECTED\x10\x04*\x95\x02\n\x1f\x43onversationCompletenessStateV1\x12\x32\n.CONVERSATION_COMPLETENESS_STATE_V1_UNSPECIFIED\x10\x00\x12+\n\'CONVERSATION_COMPLETENESS_STATE_V1_OPEN\x10\x01\x12/\n+CONVERSATION_COMPLETENESS_STATE_V1_INACTIVE\x10\x02\x12/\n+CONVERSATION_COMPLETENESS_STATE_V1_COMPLETE\x10\x03\x12/\n+CONVERSATION_COMPLETENESS_STATE_V1_REOPENED\x10\x04*\xf3\x02\n\x1c\x41gentRunGroupingSignalKindV1\x12\x31\n-AGENT_RUN_GROUPING_SIGNAL_KIND_V1_UNSPECIFIED\x10\x00\x12>\n:AGENT_RUN_GROUPING_SIGNAL_KIND_V1_OFFICIAL_CONVERSATION_ID\x10\x01\x12/\n+AGENT_RUN_GROUPING_SIGNAL_KIND_V1_SPAN_LINK\x10\x02\x12\x43\n?AGENT_RUN_GROUPING_SIGNAL_KIND_V1_CONTROL_PLANE_CONVERSATION_ID\x10\x03\x12\x37\n3AGENT_RUN_GROUPING_SIGNAL_KIND_V1_BOUNDED_HEURISTIC\x10\x04\x12\x31\n-AGENT_RUN_GROUPING_SIGNAL_KIND_V1_NO_IDENTITY\x10\x05*\xe6\x02\n AgentRunGroupingRedirectReasonV1\x12\x35\n1AGENT_RUN_GROUPING_REDIRECT_REASON_V1_UNSPECIFIED\x10\x00\x12\x46\nBAGENT_RUN_GROUPING_REDIRECT_REASON_V1_LATE_EXPLICIT_IDENTITY_MERGE\x10\x01\x12\x46\nBAGENT_RUN_GROUPING_REDIRECT_REASON_V1_LATE_EXPLICIT_IDENTITY_SPLIT\x10\x02\x12<\n8AGENT_RUN_GROUPING_REDIRECT_REASON_V1_BOUND_BREACH_SPLIT\x10\x03\x12=\n9AGENT_RUN_GROUPING_REDIRECT_REASON_V1_HEURISTIC_REGROUPED\x10\x04*\xca\x02\n$AgentRunGroupingConfirmationReasonV1\x12\x39\n5AGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_UNSPECIFIED\x10\x00\x12Q\nMAGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_OPERATOR_VERIFIED_SAME_CONVERSATION\x10\x01\x12N\nJAGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_INSTRUMENTATION_GAP_ACKNOWLEDGED\x10\x02\x12\x44\n@AGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_INCIDENT_INVESTIGATION\x10\x03*\xb2\x03\n\x1d\x41gentRunAuthorityCapabilityV1\x12\x31\n-AGENT_RUN_AUTHORITY_CAPABILITY_V1_UNSPECIFIED\x10\x00\x12,\n(AGENT_RUN_AUTHORITY_CAPABILITY_V1_RENDER\x10\x01\x12<\n8AGENT_RUN_AUTHORITY_CAPABILITY_V1_MANUAL_DRAFT_SELECTION\x10\x02\x12\x37\n3AGENT_RUN_AUTHORITY_CAPABILITY_V1_AUTOMATIC_LINEAGE\x10\x03\x12=\n9AGENT_RUN_AUTHORITY_CAPABILITY_V1_PRODUCTION_RULE_TRIGGER\x10\x04\x12\x42\n>AGENT_RUN_AUTHORITY_CAPABILITY_V1_CONVERSATION_SUBJECT_SCORING\x10\x05\x12\x36\n2AGENT_RUN_AUTHORITY_CAPABILITY_V1_RELEASE_EVIDENCE\x10\x06\x42\xd9\x01\n\x17\x63om.o11y_one.agentic.v1B\rAgentRunProtoP\x01ZEgithub.com/o11y-one/o11y-one-sdk/gen/go/o11y_one/agentic/v1;agenticv1\xa2\x02\x03OAX\xaa\x02\x12O11yOne.Agentic.V1\xca\x02\x12O11yOne\\Agentic\\V1\xe2\x02\x1eO11yOne\\Agentic\\V1\\GPBMetadata\xea\x02\x14O11yOne::Agentic::V1b\x06proto3')
|
|
31
|
+
|
|
32
|
+
_globals = globals()
|
|
33
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'o11y_one.agentic.v1.agent_run_pb2', _globals)
|
|
35
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\027com.o11y_one.agentic.v1B\rAgentRunProtoP\001ZEgithub.com/o11y-one/o11y-one-sdk/gen/go/o11y_one/agentic/v1;agenticv1\242\002\003OAX\252\002\022O11yOne.Agentic.V1\312\002\022O11yOne\\Agentic\\V1\342\002\036O11yOne\\Agentic\\V1\\GPBMetadata\352\002\024O11yOne::Agentic::V1'
|
|
38
|
+
_globals['_AGENTRUNGROUPINGCONFIDENCEV1']._serialized_start=3771
|
|
39
|
+
_globals['_AGENTRUNGROUPINGCONFIDENCEV1']._serialized_end=4145
|
|
40
|
+
_globals['_AGENTRUNGROUPINGSTATEV1']._serialized_start=4148
|
|
41
|
+
_globals['_AGENTRUNGROUPINGSTATEV1']._serialized_end=4392
|
|
42
|
+
_globals['_CONVERSATIONCOMPLETENESSSTATEV1']._serialized_start=4395
|
|
43
|
+
_globals['_CONVERSATIONCOMPLETENESSSTATEV1']._serialized_end=4672
|
|
44
|
+
_globals['_AGENTRUNGROUPINGSIGNALKINDV1']._serialized_start=4675
|
|
45
|
+
_globals['_AGENTRUNGROUPINGSIGNALKINDV1']._serialized_end=5046
|
|
46
|
+
_globals['_AGENTRUNGROUPINGREDIRECTREASONV1']._serialized_start=5049
|
|
47
|
+
_globals['_AGENTRUNGROUPINGREDIRECTREASONV1']._serialized_end=5407
|
|
48
|
+
_globals['_AGENTRUNGROUPINGCONFIRMATIONREASONV1']._serialized_start=5410
|
|
49
|
+
_globals['_AGENTRUNGROUPINGCONFIRMATIONREASONV1']._serialized_end=5740
|
|
50
|
+
_globals['_AGENTRUNAUTHORITYCAPABILITYV1']._serialized_start=5743
|
|
51
|
+
_globals['_AGENTRUNAUTHORITYCAPABILITYV1']._serialized_end=6177
|
|
52
|
+
_globals['_GROUPINGCONFIDENCEINPUTV1']._serialized_start=168
|
|
53
|
+
_globals['_GROUPINGCONFIDENCEINPUTV1']._serialized_end=555
|
|
54
|
+
_globals['_GROUPINGREDIRECTV1']._serialized_start=558
|
|
55
|
+
_globals['_GROUPINGREDIRECTV1']._serialized_end=794
|
|
56
|
+
_globals['_AGENTRUNGROUPINGBOUNDSV1']._serialized_start=797
|
|
57
|
+
_globals['_AGENTRUNGROUPINGBOUNDSV1']._serialized_end=1142
|
|
58
|
+
_globals['_AGENTRUNGROUPINGCONFIRMATIONV1']._serialized_start=1145
|
|
59
|
+
_globals['_AGENTRUNGROUPINGCONFIRMATIONV1']._serialized_end=1477
|
|
60
|
+
_globals['_AGENTRUNANCHORREBINDV1']._serialized_start=1480
|
|
61
|
+
_globals['_AGENTRUNANCHORREBINDV1']._serialized_end=1820
|
|
62
|
+
_globals['_AGENTRUNGROUPINGV1']._serialized_start=1823
|
|
63
|
+
_globals['_AGENTRUNGROUPINGV1']._serialized_end=2698
|
|
64
|
+
_globals['_CONVERSATIONCOMPLETENESSV1']._serialized_start=2701
|
|
65
|
+
_globals['_CONVERSATIONCOMPLETENESSV1']._serialized_end=3122
|
|
66
|
+
_globals['_CONFIRMAGENTRUNGROUPINGREQUEST']._serialized_start=3125
|
|
67
|
+
_globals['_CONFIRMAGENTRUNGROUPINGREQUEST']._serialized_end=3369
|
|
68
|
+
_globals['_CONFIRMAGENTRUNGROUPINGRESPONSE']._serialized_start=3372
|
|
69
|
+
_globals['_CONFIRMAGENTRUNGROUPINGRESPONSE']._serialized_end=3768
|
|
70
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
4
|
+
from o11y_one.agentic.v1 import evaluation_pb2 as _evaluation_pb2
|
|
5
|
+
from o11y_one.agentic.v1 import artifact_pb2 as _artifact_pb2
|
|
6
|
+
from google.protobuf.internal import containers as _containers
|
|
7
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import message as _message
|
|
10
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
11
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
12
|
+
|
|
13
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
14
|
+
|
|
15
|
+
class AgentRunGroupingConfidenceV1(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
16
|
+
__slots__ = ()
|
|
17
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_UNSPECIFIED: _ClassVar[AgentRunGroupingConfidenceV1]
|
|
18
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_EXPLICIT: _ClassVar[AgentRunGroupingConfidenceV1]
|
|
19
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_EXPLICIT_PARTIAL: _ClassVar[AgentRunGroupingConfidenceV1]
|
|
20
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_DERIVED: _ClassVar[AgentRunGroupingConfidenceV1]
|
|
21
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_PROVISIONAL: _ClassVar[AgentRunGroupingConfidenceV1]
|
|
22
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_UNGROUPED: _ClassVar[AgentRunGroupingConfidenceV1]
|
|
23
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_CONFIRMED: _ClassVar[AgentRunGroupingConfidenceV1]
|
|
24
|
+
|
|
25
|
+
class AgentRunGroupingStateV1(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
26
|
+
__slots__ = ()
|
|
27
|
+
AGENT_RUN_GROUPING_STATE_V1_UNSPECIFIED: _ClassVar[AgentRunGroupingStateV1]
|
|
28
|
+
AGENT_RUN_GROUPING_STATE_V1_CURRENT: _ClassVar[AgentRunGroupingStateV1]
|
|
29
|
+
AGENT_RUN_GROUPING_STATE_V1_MERGED_AWAY: _ClassVar[AgentRunGroupingStateV1]
|
|
30
|
+
AGENT_RUN_GROUPING_STATE_V1_SPLIT_AWAY: _ClassVar[AgentRunGroupingStateV1]
|
|
31
|
+
AGENT_RUN_GROUPING_STATE_V1_REDIRECTED: _ClassVar[AgentRunGroupingStateV1]
|
|
32
|
+
|
|
33
|
+
class ConversationCompletenessStateV1(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
34
|
+
__slots__ = ()
|
|
35
|
+
CONVERSATION_COMPLETENESS_STATE_V1_UNSPECIFIED: _ClassVar[ConversationCompletenessStateV1]
|
|
36
|
+
CONVERSATION_COMPLETENESS_STATE_V1_OPEN: _ClassVar[ConversationCompletenessStateV1]
|
|
37
|
+
CONVERSATION_COMPLETENESS_STATE_V1_INACTIVE: _ClassVar[ConversationCompletenessStateV1]
|
|
38
|
+
CONVERSATION_COMPLETENESS_STATE_V1_COMPLETE: _ClassVar[ConversationCompletenessStateV1]
|
|
39
|
+
CONVERSATION_COMPLETENESS_STATE_V1_REOPENED: _ClassVar[ConversationCompletenessStateV1]
|
|
40
|
+
|
|
41
|
+
class AgentRunGroupingSignalKindV1(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
42
|
+
__slots__ = ()
|
|
43
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_UNSPECIFIED: _ClassVar[AgentRunGroupingSignalKindV1]
|
|
44
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_OFFICIAL_CONVERSATION_ID: _ClassVar[AgentRunGroupingSignalKindV1]
|
|
45
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_SPAN_LINK: _ClassVar[AgentRunGroupingSignalKindV1]
|
|
46
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_CONTROL_PLANE_CONVERSATION_ID: _ClassVar[AgentRunGroupingSignalKindV1]
|
|
47
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_BOUNDED_HEURISTIC: _ClassVar[AgentRunGroupingSignalKindV1]
|
|
48
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_NO_IDENTITY: _ClassVar[AgentRunGroupingSignalKindV1]
|
|
49
|
+
|
|
50
|
+
class AgentRunGroupingRedirectReasonV1(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
51
|
+
__slots__ = ()
|
|
52
|
+
AGENT_RUN_GROUPING_REDIRECT_REASON_V1_UNSPECIFIED: _ClassVar[AgentRunGroupingRedirectReasonV1]
|
|
53
|
+
AGENT_RUN_GROUPING_REDIRECT_REASON_V1_LATE_EXPLICIT_IDENTITY_MERGE: _ClassVar[AgentRunGroupingRedirectReasonV1]
|
|
54
|
+
AGENT_RUN_GROUPING_REDIRECT_REASON_V1_LATE_EXPLICIT_IDENTITY_SPLIT: _ClassVar[AgentRunGroupingRedirectReasonV1]
|
|
55
|
+
AGENT_RUN_GROUPING_REDIRECT_REASON_V1_BOUND_BREACH_SPLIT: _ClassVar[AgentRunGroupingRedirectReasonV1]
|
|
56
|
+
AGENT_RUN_GROUPING_REDIRECT_REASON_V1_HEURISTIC_REGROUPED: _ClassVar[AgentRunGroupingRedirectReasonV1]
|
|
57
|
+
|
|
58
|
+
class AgentRunGroupingConfirmationReasonV1(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
59
|
+
__slots__ = ()
|
|
60
|
+
AGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_UNSPECIFIED: _ClassVar[AgentRunGroupingConfirmationReasonV1]
|
|
61
|
+
AGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_OPERATOR_VERIFIED_SAME_CONVERSATION: _ClassVar[AgentRunGroupingConfirmationReasonV1]
|
|
62
|
+
AGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_INSTRUMENTATION_GAP_ACKNOWLEDGED: _ClassVar[AgentRunGroupingConfirmationReasonV1]
|
|
63
|
+
AGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_INCIDENT_INVESTIGATION: _ClassVar[AgentRunGroupingConfirmationReasonV1]
|
|
64
|
+
|
|
65
|
+
class AgentRunAuthorityCapabilityV1(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
66
|
+
__slots__ = ()
|
|
67
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_UNSPECIFIED: _ClassVar[AgentRunAuthorityCapabilityV1]
|
|
68
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_RENDER: _ClassVar[AgentRunAuthorityCapabilityV1]
|
|
69
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_MANUAL_DRAFT_SELECTION: _ClassVar[AgentRunAuthorityCapabilityV1]
|
|
70
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_AUTOMATIC_LINEAGE: _ClassVar[AgentRunAuthorityCapabilityV1]
|
|
71
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_PRODUCTION_RULE_TRIGGER: _ClassVar[AgentRunAuthorityCapabilityV1]
|
|
72
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_CONVERSATION_SUBJECT_SCORING: _ClassVar[AgentRunAuthorityCapabilityV1]
|
|
73
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_RELEASE_EVIDENCE: _ClassVar[AgentRunAuthorityCapabilityV1]
|
|
74
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_UNSPECIFIED: AgentRunGroupingConfidenceV1
|
|
75
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_EXPLICIT: AgentRunGroupingConfidenceV1
|
|
76
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_EXPLICIT_PARTIAL: AgentRunGroupingConfidenceV1
|
|
77
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_DERIVED: AgentRunGroupingConfidenceV1
|
|
78
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_PROVISIONAL: AgentRunGroupingConfidenceV1
|
|
79
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_UNGROUPED: AgentRunGroupingConfidenceV1
|
|
80
|
+
AGENT_RUN_GROUPING_CONFIDENCE_V1_CONFIRMED: AgentRunGroupingConfidenceV1
|
|
81
|
+
AGENT_RUN_GROUPING_STATE_V1_UNSPECIFIED: AgentRunGroupingStateV1
|
|
82
|
+
AGENT_RUN_GROUPING_STATE_V1_CURRENT: AgentRunGroupingStateV1
|
|
83
|
+
AGENT_RUN_GROUPING_STATE_V1_MERGED_AWAY: AgentRunGroupingStateV1
|
|
84
|
+
AGENT_RUN_GROUPING_STATE_V1_SPLIT_AWAY: AgentRunGroupingStateV1
|
|
85
|
+
AGENT_RUN_GROUPING_STATE_V1_REDIRECTED: AgentRunGroupingStateV1
|
|
86
|
+
CONVERSATION_COMPLETENESS_STATE_V1_UNSPECIFIED: ConversationCompletenessStateV1
|
|
87
|
+
CONVERSATION_COMPLETENESS_STATE_V1_OPEN: ConversationCompletenessStateV1
|
|
88
|
+
CONVERSATION_COMPLETENESS_STATE_V1_INACTIVE: ConversationCompletenessStateV1
|
|
89
|
+
CONVERSATION_COMPLETENESS_STATE_V1_COMPLETE: ConversationCompletenessStateV1
|
|
90
|
+
CONVERSATION_COMPLETENESS_STATE_V1_REOPENED: ConversationCompletenessStateV1
|
|
91
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_UNSPECIFIED: AgentRunGroupingSignalKindV1
|
|
92
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_OFFICIAL_CONVERSATION_ID: AgentRunGroupingSignalKindV1
|
|
93
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_SPAN_LINK: AgentRunGroupingSignalKindV1
|
|
94
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_CONTROL_PLANE_CONVERSATION_ID: AgentRunGroupingSignalKindV1
|
|
95
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_BOUNDED_HEURISTIC: AgentRunGroupingSignalKindV1
|
|
96
|
+
AGENT_RUN_GROUPING_SIGNAL_KIND_V1_NO_IDENTITY: AgentRunGroupingSignalKindV1
|
|
97
|
+
AGENT_RUN_GROUPING_REDIRECT_REASON_V1_UNSPECIFIED: AgentRunGroupingRedirectReasonV1
|
|
98
|
+
AGENT_RUN_GROUPING_REDIRECT_REASON_V1_LATE_EXPLICIT_IDENTITY_MERGE: AgentRunGroupingRedirectReasonV1
|
|
99
|
+
AGENT_RUN_GROUPING_REDIRECT_REASON_V1_LATE_EXPLICIT_IDENTITY_SPLIT: AgentRunGroupingRedirectReasonV1
|
|
100
|
+
AGENT_RUN_GROUPING_REDIRECT_REASON_V1_BOUND_BREACH_SPLIT: AgentRunGroupingRedirectReasonV1
|
|
101
|
+
AGENT_RUN_GROUPING_REDIRECT_REASON_V1_HEURISTIC_REGROUPED: AgentRunGroupingRedirectReasonV1
|
|
102
|
+
AGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_UNSPECIFIED: AgentRunGroupingConfirmationReasonV1
|
|
103
|
+
AGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_OPERATOR_VERIFIED_SAME_CONVERSATION: AgentRunGroupingConfirmationReasonV1
|
|
104
|
+
AGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_INSTRUMENTATION_GAP_ACKNOWLEDGED: AgentRunGroupingConfirmationReasonV1
|
|
105
|
+
AGENT_RUN_GROUPING_CONFIRMATION_REASON_V1_INCIDENT_INVESTIGATION: AgentRunGroupingConfirmationReasonV1
|
|
106
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_UNSPECIFIED: AgentRunAuthorityCapabilityV1
|
|
107
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_RENDER: AgentRunAuthorityCapabilityV1
|
|
108
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_MANUAL_DRAFT_SELECTION: AgentRunAuthorityCapabilityV1
|
|
109
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_AUTOMATIC_LINEAGE: AgentRunAuthorityCapabilityV1
|
|
110
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_PRODUCTION_RULE_TRIGGER: AgentRunAuthorityCapabilityV1
|
|
111
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_CONVERSATION_SUBJECT_SCORING: AgentRunAuthorityCapabilityV1
|
|
112
|
+
AGENT_RUN_AUTHORITY_CAPABILITY_V1_RELEASE_EVIDENCE: AgentRunAuthorityCapabilityV1
|
|
113
|
+
|
|
114
|
+
class GroupingConfidenceInputV1(_message.Message):
|
|
115
|
+
__slots__ = ("signal_kind", "observed_on_member_count", "total_member_count", "contributed_rung", "availability")
|
|
116
|
+
SIGNAL_KIND_FIELD_NUMBER: _ClassVar[int]
|
|
117
|
+
OBSERVED_ON_MEMBER_COUNT_FIELD_NUMBER: _ClassVar[int]
|
|
118
|
+
TOTAL_MEMBER_COUNT_FIELD_NUMBER: _ClassVar[int]
|
|
119
|
+
CONTRIBUTED_RUNG_FIELD_NUMBER: _ClassVar[int]
|
|
120
|
+
AVAILABILITY_FIELD_NUMBER: _ClassVar[int]
|
|
121
|
+
signal_kind: AgentRunGroupingSignalKindV1
|
|
122
|
+
observed_on_member_count: int
|
|
123
|
+
total_member_count: int
|
|
124
|
+
contributed_rung: AgentRunGroupingConfidenceV1
|
|
125
|
+
availability: _evaluation_pb2.MetricAvailabilityV1
|
|
126
|
+
def __init__(self, signal_kind: _Optional[_Union[AgentRunGroupingSignalKindV1, str]] = ..., observed_on_member_count: _Optional[int] = ..., total_member_count: _Optional[int] = ..., contributed_rung: _Optional[_Union[AgentRunGroupingConfidenceV1, str]] = ..., availability: _Optional[_Union[_evaluation_pb2.MetricAvailabilityV1, _Mapping]] = ...) -> None: ...
|
|
127
|
+
|
|
128
|
+
class GroupingRedirectV1(_message.Message):
|
|
129
|
+
__slots__ = ("from_id", "to_ids", "reason", "revision", "occurred_at")
|
|
130
|
+
FROM_ID_FIELD_NUMBER: _ClassVar[int]
|
|
131
|
+
TO_IDS_FIELD_NUMBER: _ClassVar[int]
|
|
132
|
+
REASON_FIELD_NUMBER: _ClassVar[int]
|
|
133
|
+
REVISION_FIELD_NUMBER: _ClassVar[int]
|
|
134
|
+
OCCURRED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
135
|
+
from_id: str
|
|
136
|
+
to_ids: _containers.RepeatedScalarFieldContainer[str]
|
|
137
|
+
reason: AgentRunGroupingRedirectReasonV1
|
|
138
|
+
revision: int
|
|
139
|
+
occurred_at: _timestamp_pb2.Timestamp
|
|
140
|
+
def __init__(self, from_id: _Optional[str] = ..., to_ids: _Optional[_Iterable[str]] = ..., reason: _Optional[_Union[AgentRunGroupingRedirectReasonV1, str]] = ..., revision: _Optional[int] = ..., occurred_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
141
|
+
|
|
142
|
+
class AgentRunGroupingBoundsV1(_message.Message):
|
|
143
|
+
__slots__ = ("max_member_traces", "max_wall_clock_seconds", "max_inactivity_gap_seconds", "max_lookback_hours", "max_spans_per_member_trace", "max_member_span_ceiling")
|
|
144
|
+
MAX_MEMBER_TRACES_FIELD_NUMBER: _ClassVar[int]
|
|
145
|
+
MAX_WALL_CLOCK_SECONDS_FIELD_NUMBER: _ClassVar[int]
|
|
146
|
+
MAX_INACTIVITY_GAP_SECONDS_FIELD_NUMBER: _ClassVar[int]
|
|
147
|
+
MAX_LOOKBACK_HOURS_FIELD_NUMBER: _ClassVar[int]
|
|
148
|
+
MAX_SPANS_PER_MEMBER_TRACE_FIELD_NUMBER: _ClassVar[int]
|
|
149
|
+
MAX_MEMBER_SPAN_CEILING_FIELD_NUMBER: _ClassVar[int]
|
|
150
|
+
max_member_traces: int
|
|
151
|
+
max_wall_clock_seconds: int
|
|
152
|
+
max_inactivity_gap_seconds: int
|
|
153
|
+
max_lookback_hours: int
|
|
154
|
+
max_spans_per_member_trace: int
|
|
155
|
+
max_member_span_ceiling: int
|
|
156
|
+
def __init__(self, max_member_traces: _Optional[int] = ..., max_wall_clock_seconds: _Optional[int] = ..., max_inactivity_gap_seconds: _Optional[int] = ..., max_lookback_hours: _Optional[int] = ..., max_spans_per_member_trace: _Optional[int] = ..., max_member_span_ceiling: _Optional[int] = ...) -> None: ...
|
|
157
|
+
|
|
158
|
+
class AgentRunGroupingConfirmationV1(_message.Message):
|
|
159
|
+
__slots__ = ("confirmed_by", "reason", "reason_note", "confirmed_at", "revision")
|
|
160
|
+
CONFIRMED_BY_FIELD_NUMBER: _ClassVar[int]
|
|
161
|
+
REASON_FIELD_NUMBER: _ClassVar[int]
|
|
162
|
+
REASON_NOTE_FIELD_NUMBER: _ClassVar[int]
|
|
163
|
+
CONFIRMED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
164
|
+
REVISION_FIELD_NUMBER: _ClassVar[int]
|
|
165
|
+
confirmed_by: _evaluation_pb2.PrincipalRefV1
|
|
166
|
+
reason: AgentRunGroupingConfirmationReasonV1
|
|
167
|
+
reason_note: str
|
|
168
|
+
confirmed_at: _timestamp_pb2.Timestamp
|
|
169
|
+
revision: int
|
|
170
|
+
def __init__(self, confirmed_by: _Optional[_Union[_evaluation_pb2.PrincipalRefV1, _Mapping]] = ..., reason: _Optional[_Union[AgentRunGroupingConfirmationReasonV1, str]] = ..., reason_note: _Optional[str] = ..., confirmed_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., revision: _Optional[int] = ...) -> None: ...
|
|
171
|
+
|
|
172
|
+
class AgentRunAnchorRebindV1(_message.Message):
|
|
173
|
+
__slots__ = ("anchor", "original_agent_run_id", "agent_run_id", "revision", "reason", "occurred_at")
|
|
174
|
+
ANCHOR_FIELD_NUMBER: _ClassVar[int]
|
|
175
|
+
ORIGINAL_AGENT_RUN_ID_FIELD_NUMBER: _ClassVar[int]
|
|
176
|
+
AGENT_RUN_ID_FIELD_NUMBER: _ClassVar[int]
|
|
177
|
+
REVISION_FIELD_NUMBER: _ClassVar[int]
|
|
178
|
+
REASON_FIELD_NUMBER: _ClassVar[int]
|
|
179
|
+
OCCURRED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
180
|
+
anchor: _artifact_pb2.EvidenceAnchorV1
|
|
181
|
+
original_agent_run_id: str
|
|
182
|
+
agent_run_id: str
|
|
183
|
+
revision: int
|
|
184
|
+
reason: AgentRunGroupingRedirectReasonV1
|
|
185
|
+
occurred_at: _timestamp_pb2.Timestamp
|
|
186
|
+
def __init__(self, anchor: _Optional[_Union[_artifact_pb2.EvidenceAnchorV1, _Mapping]] = ..., original_agent_run_id: _Optional[str] = ..., agent_run_id: _Optional[str] = ..., revision: _Optional[int] = ..., reason: _Optional[_Union[AgentRunGroupingRedirectReasonV1, str]] = ..., occurred_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
187
|
+
|
|
188
|
+
class AgentRunGroupingV1(_message.Message):
|
|
189
|
+
__slots__ = ("agent_run_id", "state", "confidence", "attached_rung", "revision", "confidence_inputs", "conversation_id", "member_trace_count", "bounds", "redirect", "confirmation", "projection_version", "anchor_rebinds")
|
|
190
|
+
AGENT_RUN_ID_FIELD_NUMBER: _ClassVar[int]
|
|
191
|
+
STATE_FIELD_NUMBER: _ClassVar[int]
|
|
192
|
+
CONFIDENCE_FIELD_NUMBER: _ClassVar[int]
|
|
193
|
+
ATTACHED_RUNG_FIELD_NUMBER: _ClassVar[int]
|
|
194
|
+
REVISION_FIELD_NUMBER: _ClassVar[int]
|
|
195
|
+
CONFIDENCE_INPUTS_FIELD_NUMBER: _ClassVar[int]
|
|
196
|
+
CONVERSATION_ID_FIELD_NUMBER: _ClassVar[int]
|
|
197
|
+
MEMBER_TRACE_COUNT_FIELD_NUMBER: _ClassVar[int]
|
|
198
|
+
BOUNDS_FIELD_NUMBER: _ClassVar[int]
|
|
199
|
+
REDIRECT_FIELD_NUMBER: _ClassVar[int]
|
|
200
|
+
CONFIRMATION_FIELD_NUMBER: _ClassVar[int]
|
|
201
|
+
PROJECTION_VERSION_FIELD_NUMBER: _ClassVar[int]
|
|
202
|
+
ANCHOR_REBINDS_FIELD_NUMBER: _ClassVar[int]
|
|
203
|
+
agent_run_id: str
|
|
204
|
+
state: AgentRunGroupingStateV1
|
|
205
|
+
confidence: AgentRunGroupingConfidenceV1
|
|
206
|
+
attached_rung: int
|
|
207
|
+
revision: int
|
|
208
|
+
confidence_inputs: _containers.RepeatedCompositeFieldContainer[GroupingConfidenceInputV1]
|
|
209
|
+
conversation_id: str
|
|
210
|
+
member_trace_count: int
|
|
211
|
+
bounds: AgentRunGroupingBoundsV1
|
|
212
|
+
redirect: GroupingRedirectV1
|
|
213
|
+
confirmation: AgentRunGroupingConfirmationV1
|
|
214
|
+
projection_version: int
|
|
215
|
+
anchor_rebinds: _containers.RepeatedCompositeFieldContainer[AgentRunAnchorRebindV1]
|
|
216
|
+
def __init__(self, agent_run_id: _Optional[str] = ..., state: _Optional[_Union[AgentRunGroupingStateV1, str]] = ..., confidence: _Optional[_Union[AgentRunGroupingConfidenceV1, str]] = ..., attached_rung: _Optional[int] = ..., revision: _Optional[int] = ..., confidence_inputs: _Optional[_Iterable[_Union[GroupingConfidenceInputV1, _Mapping]]] = ..., conversation_id: _Optional[str] = ..., member_trace_count: _Optional[int] = ..., bounds: _Optional[_Union[AgentRunGroupingBoundsV1, _Mapping]] = ..., redirect: _Optional[_Union[GroupingRedirectV1, _Mapping]] = ..., confirmation: _Optional[_Union[AgentRunGroupingConfirmationV1, _Mapping]] = ..., projection_version: _Optional[int] = ..., anchor_rebinds: _Optional[_Iterable[_Union[AgentRunAnchorRebindV1, _Mapping]]] = ...) -> None: ...
|
|
217
|
+
|
|
218
|
+
class ConversationCompletenessV1(_message.Message):
|
|
219
|
+
__slots__ = ("state", "epoch", "last_seen_at", "inactivity_window_seconds", "late_arrival_grace_seconds", "superseded_eligible", "evaluated_at")
|
|
220
|
+
STATE_FIELD_NUMBER: _ClassVar[int]
|
|
221
|
+
EPOCH_FIELD_NUMBER: _ClassVar[int]
|
|
222
|
+
LAST_SEEN_AT_FIELD_NUMBER: _ClassVar[int]
|
|
223
|
+
INACTIVITY_WINDOW_SECONDS_FIELD_NUMBER: _ClassVar[int]
|
|
224
|
+
LATE_ARRIVAL_GRACE_SECONDS_FIELD_NUMBER: _ClassVar[int]
|
|
225
|
+
SUPERSEDED_ELIGIBLE_FIELD_NUMBER: _ClassVar[int]
|
|
226
|
+
EVALUATED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
227
|
+
state: ConversationCompletenessStateV1
|
|
228
|
+
epoch: int
|
|
229
|
+
last_seen_at: _timestamp_pb2.Timestamp
|
|
230
|
+
inactivity_window_seconds: int
|
|
231
|
+
late_arrival_grace_seconds: int
|
|
232
|
+
superseded_eligible: bool
|
|
233
|
+
evaluated_at: _timestamp_pb2.Timestamp
|
|
234
|
+
def __init__(self, state: _Optional[_Union[ConversationCompletenessStateV1, str]] = ..., epoch: _Optional[int] = ..., last_seen_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., inactivity_window_seconds: _Optional[int] = ..., late_arrival_grace_seconds: _Optional[int] = ..., superseded_eligible: _Optional[bool] = ..., evaluated_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
235
|
+
|
|
236
|
+
class ConfirmAgentRunGroupingRequest(_message.Message):
|
|
237
|
+
__slots__ = ("agent_run_id", "reason", "reason_note", "idempotency_key")
|
|
238
|
+
AGENT_RUN_ID_FIELD_NUMBER: _ClassVar[int]
|
|
239
|
+
REASON_FIELD_NUMBER: _ClassVar[int]
|
|
240
|
+
REASON_NOTE_FIELD_NUMBER: _ClassVar[int]
|
|
241
|
+
IDEMPOTENCY_KEY_FIELD_NUMBER: _ClassVar[int]
|
|
242
|
+
agent_run_id: str
|
|
243
|
+
reason: AgentRunGroupingConfirmationReasonV1
|
|
244
|
+
reason_note: str
|
|
245
|
+
idempotency_key: str
|
|
246
|
+
def __init__(self, agent_run_id: _Optional[str] = ..., reason: _Optional[_Union[AgentRunGroupingConfirmationReasonV1, str]] = ..., reason_note: _Optional[str] = ..., idempotency_key: _Optional[str] = ...) -> None: ...
|
|
247
|
+
|
|
248
|
+
class ConfirmAgentRunGroupingResponse(_message.Message):
|
|
249
|
+
__slots__ = ("grouping", "idempotent_replay", "completeness", "freshness", "capabilities")
|
|
250
|
+
GROUPING_FIELD_NUMBER: _ClassVar[int]
|
|
251
|
+
IDEMPOTENT_REPLAY_FIELD_NUMBER: _ClassVar[int]
|
|
252
|
+
COMPLETENESS_FIELD_NUMBER: _ClassVar[int]
|
|
253
|
+
FRESHNESS_FIELD_NUMBER: _ClassVar[int]
|
|
254
|
+
CAPABILITIES_FIELD_NUMBER: _ClassVar[int]
|
|
255
|
+
grouping: AgentRunGroupingV1
|
|
256
|
+
idempotent_replay: bool
|
|
257
|
+
completeness: ConversationCompletenessV1
|
|
258
|
+
freshness: _evaluation_pb2.EvaluationFreshnessV1
|
|
259
|
+
capabilities: _evaluation_pb2.AgenticEvaluationCapabilitiesV1
|
|
260
|
+
def __init__(self, grouping: _Optional[_Union[AgentRunGroupingV1, _Mapping]] = ..., idempotent_replay: _Optional[bool] = ..., completeness: _Optional[_Union[ConversationCompletenessV1, _Mapping]] = ..., freshness: _Optional[_Union[_evaluation_pb2.EvaluationFreshnessV1, _Mapping]] = ..., capabilities: _Optional[_Union[_evaluation_pb2.AgenticEvaluationCapabilitiesV1, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: o11y_one/agentic/v1/artifact.proto
|
|
5
|
+
# Protobuf Python Version: 7.36.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
7,
|
|
15
|
+
36,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'o11y_one/agentic/v1/artifact.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from o11y_one.agentic.v1 import evaluation_pb2 as o11y__one_dot_agentic_dot_v1_dot_evaluation__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"o11y_one/agentic/v1/artifact.proto\x12\x13o11y_one.agentic.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a$o11y_one/agentic/v1/evaluation.proto\"t\n\x0f\x43ontentDigestV1\x12K\n\talgorithm\x18\x01 \x01(\x0e\x32-.o11y_one.agentic.v1.ContentDigestAlgorithmV1R\talgorithm\x12\x14\n\x05value\x18\x02 \x01(\x0cR\x05value\"\x9b\x02\n\x0eTelemetryRefV1\x12\x1e\n\x08trace_id\x18\x01 \x01(\x0cH\x00R\x07traceId\x88\x01\x01\x12\x1c\n\x07span_id\x18\x02 \x01(\x0cH\x01R\x06spanId\x88\x01\x01\x12*\n\x0eobservation_id\x18\x03 \x01(\tH\x02R\robservationId\x88\x01\x01\x12,\n\x0f\x63onversation_id\x18\x04 \x01(\tH\x03R\x0e\x63onversationId\x88\x01\x01\x12\"\n\nsession_id\x18\x05 \x01(\tH\x04R\tsessionId\x88\x01\x01\x42\x0b\n\t_trace_idB\n\n\x08_span_idB\x11\n\x0f_observation_idB\x12\n\x10_conversation_idB\r\n\x0b_session_id\"l\n\x11\x43ontentRangeRefV1\x12\x1d\n\nsubject_id\x18\x01 \x01(\tR\tsubjectId\x12\x1d\n\nstart_byte\x18\x02 \x01(\x04R\tstartByte\x12\x19\n\x08\x65nd_byte\x18\x03 \x01(\x04R\x07\x65ndByte\"@\n\x12\x45valuationRunRefV1\x12*\n\x11\x65valuation_run_id\x18\x01 \x01(\tR\x0f\x65valuationRunId\"\x93\x02\n\x1a\x45valuationCellCoordinateV1\x12*\n\x11\x65valuation_run_id\x18\x01 \x01(\tR\x0f\x65valuationRunId\x12\x1b\n\tcohort_id\x18\x02 \x01(\tR\x08\x63ohortId\x12!\n\x0c\x63\x61ndidate_id\x18\x03 \x01(\tR\x0b\x63\x61ndidateId\x12(\n\x10\x63\x61se_revision_id\x18\x04 \x01(\tR\x0e\x63\x61seRevisionId\x12\x14\n\x05trial\x18\x05 \x01(\x05R\x05trial\x12\x32\n\x12\x61ttempt_generation\x18\x06 \x01(\x05H\x00R\x11\x61ttemptGeneration\x88\x01\x01\x42\x15\n\x13_attempt_generation\"\x95\x01\n\x0c\x41ttemptRefV1\x12\x1d\n\nattempt_id\x18\x01 \x01(\tR\tattemptId\x12&\n\x0c\x65xecution_id\x18\x02 \x01(\tH\x00R\x0b\x65xecutionId\x88\x01\x01\x12-\n\x12\x61ttempt_generation\x18\x03 \x01(\x05R\x11\x61ttemptGenerationB\x0f\n\r_execution_id\"\x84\x01\n\x16\x45valuationSubjectRefV1\x12\x1d\n\nsubject_id\x18\x01 \x01(\tR\tsubjectId\x12\x33\n\x13subject_revision_id\x18\x02 \x01(\tH\x00R\x11subjectRevisionId\x88\x01\x01\x42\x16\n\x14_subject_revision_id\"s\n\rAgentRunRefV1\x12 \n\x0c\x61gent_run_id\x18\x01 \x01(\tR\nagentRunId\x12,\n\x0f\x63onversation_id\x18\x02 \x01(\tH\x00R\x0e\x63onversationId\x88\x01\x01\x42\x12\n\x10_conversation_id\"=\n\x11\x44\x61tasetDraftRefV1\x12(\n\x10\x64\x61taset_draft_id\x18\x01 \x01(\tR\x0e\x64\x61tasetDraftId\"\x8e\x01\n\x18\x44\x61tasetCaseRevisionRefV1\x12(\n\x10\x63\x61se_revision_id\x18\x01 \x01(\tR\x0e\x63\x61seRevisionId\x12\x31\n\x12\x64\x61taset_version_id\x18\x02 \x01(\tH\x00R\x10\x64\x61tasetVersionId\x88\x01\x01\x42\x15\n\x13_dataset_version_id\"i\n\rRuleStepRefV1\x12\x17\n\x07rule_id\x18\x01 \x01(\tR\x06ruleId\x12&\n\x0frule_version_id\x18\x02 \x01(\tR\rruleVersionId\x12\x17\n\x07step_id\x18\x03 \x01(\tR\x06stepId\"g\n\x14ReleaseEvidenceRefV1\x12\x1d\n\nrelease_id\x18\x01 \x01(\tR\treleaseId\x12\x30\n\x14\x65vidence_revision_id\x18\x02 \x01(\tR\x12\x65videnceRevisionId\"\xfd\x07\n\x10\x45videnceAnchorV1\x12P\n\x0e\x65valuation_run\x18\x01 \x01(\x0b\x32\'.o11y_one.agentic.v1.EvaluationRunRefV1H\x00R\revaluationRun\x12Z\n\x0f\x65valuation_cell\x18\x02 \x01(\x0b\x32/.o11y_one.agentic.v1.EvaluationCellCoordinateV1H\x00R\x0e\x65valuationCell\x12P\n\x11\x63\x61ndidate_attempt\x18\x03 \x01(\x0b\x32!.o11y_one.agentic.v1.AttemptRefV1H\x00R\x10\x63\x61ndidateAttempt\x12J\n\x0escorer_attempt\x18\x04 \x01(\x0b\x32!.o11y_one.agentic.v1.AttemptRefV1H\x00R\rscorerAttempt\x12\\\n\x12\x65valuation_subject\x18\x05 \x01(\x0b\x32+.o11y_one.agentic.v1.EvaluationSubjectRefV1H\x00R\x11\x65valuationSubject\x12\x43\n\ttelemetry\x18\x06 \x01(\x0b\x32#.o11y_one.agentic.v1.TelemetryRefV1H\x00R\ttelemetry\x12\x41\n\tagent_run\x18\x07 \x01(\x0b\x32\".o11y_one.agentic.v1.AgentRunRefV1H\x00R\x08\x61gentRun\x12M\n\rdataset_draft\x18\x08 \x01(\x0b\x32&.o11y_one.agentic.v1.DatasetDraftRefV1H\x00R\x0c\x64\x61tasetDraft\x12\x63\n\x15\x64\x61taset_case_revision\x18\t \x01(\x0b\x32-.o11y_one.agentic.v1.DatasetCaseRevisionRefV1H\x00R\x13\x64\x61tasetCaseRevision\x12R\n\x12rule_workflow_step\x18\n \x01(\x0b\x32\".o11y_one.agentic.v1.RuleStepRefV1H\x00R\x10ruleWorkflowStep\x12V\n\x10release_evidence\x18\x0b \x01(\x0b\x32).o11y_one.agentic.v1.ReleaseEvidenceRefV1H\x00R\x0freleaseEvidence\x12M\n\rcontent_range\x18\x0c \x01(\x0b\x32&.o11y_one.agentic.v1.ContentRangeRefV1H\x00R\x0c\x63ontentRangeB\x08\n\x06target\"\xa0\x08\n\x15\x45xternalArtifactRefV1\x12\x1f\n\x0b\x61rtifact_id\x18\x01 \x01(\tR\nartifactId\x12\x37\n\x04type\x18\x02 \x01(\x0e\x32#.o11y_one.agentic.v1.ArtifactTypeV1R\x04type\x12\x1f\n\x08\x66ilename\x18\x03 \x01(\tH\x00R\x08\x66ilename\x88\x01\x01\x12\x1d\n\x07version\x18\x04 \x01(\tH\x01R\x07version\x88\x01\x01\x12\x17\n\x04hash\x18\x05 \x01(\tH\x02R\x04hash\x88\x01\x01\x12\x17\n\x04purl\x18\x06 \x01(\tH\x03R\x04purl\x88\x01\x01\x12*\n\x0estorage_system\x18\x07 \x01(\tH\x04R\rstorageSystem\x88\x01\x01\x12$\n\x0bstorage_key\x18\x08 \x01(\tH\x05R\nstorageKey\x88\x01\x01\x12&\n\x0cresolver_key\x18\t \x01(\tH\x06R\x0bresolverKey\x88\x01\x01\x12+\n\x0fpolicy_safe_url\x18\n \x01(\tH\x07R\rpolicySafeUrl\x88\x01\x01\x12\"\n\nmedia_type\x18\x0b \x01(\tH\x08R\tmediaType\x88\x01\x01\x12\"\n\nsize_bytes\x18\x0c \x01(\x04H\tR\tsizeBytes\x88\x01\x01\x12\x41\n\x06\x64igest\x18\r \x01(\x0b\x32$.o11y_one.agentic.v1.ContentDigestV1H\nR\x06\x64igest\x88\x01\x01\x12P\n\x0bsensitivity\x18\x0e \x01(\x0e\x32..o11y_one.agentic.v1.ContentSensitivityClassV1R\x0bsensitivity\x12\x43\n\tredaction\x18\x0f \x01(\x0e\x32%.o11y_one.agentic.v1.RedactionClassV1R\tredaction\x12\x43\n\tretention\x18\x10 \x01(\x0e\x32%.o11y_one.agentic.v1.RetentionClassV1R\tretention\x12@\n\x08metadata\x18\x11 \x03(\x0b\x32$.o11y_one.agentic.v1.MetadataEntryV1R\x08metadata\x12O\n\x0c\x61vailability\x18\x12 \x01(\x0e\x32+.o11y_one.agentic.v1.ArtifactAvailabilityV1R\x0c\x61vailabilityB\x0b\n\t_filenameB\n\n\x08_versionB\x07\n\x05_hashB\x07\n\x05_purlB\x11\n\x0f_storage_systemB\x0e\n\x0c_storage_keyB\x0f\n\r_resolver_keyB\x12\n\x10_policy_safe_urlB\r\n\x0b_media_typeB\r\n\x0b_size_bytesB\t\n\x07_digest\"\x97\t\n\x0e\x41rtifactLinkV1\x12\x1b\n\ttenant_id\x18\x01 \x01(\tR\x08tenantId\x12\x15\n\x06org_id\x18\x02 \x01(\tR\x05orgId\x12\x17\n\x07link_id\x18\x03 \x01(\x0cR\x06linkId\x12\x46\n\x08\x61rtifact\x18\x04 \x01(\x0b\x32*.o11y_one.agentic.v1.ExternalArtifactRefV1R\x08\x61rtifact\x12\x37\n\x04role\x18\x05 \x01(\x0e\x32#.o11y_one.agentic.v1.ArtifactRoleV1R\x04role\x12\x43\n\x08relation\x18\x06 \x01(\x0e\x32\'.o11y_one.agentic.v1.ArtifactRelationV1R\x08relation\x12;\n\x06source\x18\x07 \x01(\x0b\x32#.o11y_one.agentic.v1.TelemetryRefV1R\x06source\x12=\n\x06\x61nchor\x18\x08 \x01(\x0b\x32%.o11y_one.agentic.v1.EvidenceAnchorV1R\x06\x61nchor\x12N\n\x0bsource_kind\x18\t \x01(\x0e\x32-.o11y_one.agentic.v1.ArtifactLinkSourceKindV1R\nsourceKind\x12;\n\x0bobserved_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nobservedAt\x12\x41\n\x06status\x18\x0b \x01(\x0e\x32).o11y_one.agentic.v1.ArtifactLinkStatusV1R\x06status\x12\x31\n\x12supersedes_link_id\x18\x0c \x01(\tH\x00R\x10supersedesLinkId\x88\x01\x01\x12/\n\x13\x63orrection_sequence\x18\r \x01(\rR\x12\x63orrectionSequence\x12S\n\nprovenance\x18\x0e \x01(\x0b\x32\x33.o11y_one.agentic.v1.SemanticConventionProvenanceV1R\nprovenance\x12\'\n\x0f\x66\x61\x63ts_watermark\x18\x0f \x01(\tR\x0e\x66\x61\x63tsWatermark\x12]\n\x10\x63onflict_posture\x18\x10 \x01(\x0e\x32\x32.o11y_one.agentic.v1.ArtifactLinkConflictPostureV1R\x0f\x63onflictPosture\x12_\n\x0f\x66\x61llback_reason\x18\x11 \x01(\x0e\x32\x31.o11y_one.agentic.v1.ArtifactLinkFallbackReasonV1H\x01R\x0e\x66\x61llbackReason\x88\x01\x01\x12Y\n\x10resolver_posture\x18\x12 \x01(\x0e\x32..o11y_one.agentic.v1.ArtifactResolverPostureV1R\x0fresolverPostureB\x15\n\x13_supersedes_link_idB\x12\n\x10_fallback_reason\"\x9e\x02\n\x1bLinkExternalArtifactRequest\x12Z\n\x0f\x66\x61llback_reason\x18\x01 \x01(\x0e\x32\x31.o11y_one.agentic.v1.ArtifactLinkFallbackReasonV1R\x0e\x66\x61llbackReason\x12\x41\n\tprincipal\x18\x02 \x01(\x0b\x32#.o11y_one.agentic.v1.PrincipalRefV1R\tprincipal\x12\x37\n\x04link\x18\x03 \x01(\x0b\x32#.o11y_one.agentic.v1.ArtifactLinkV1R\x04link\x12\'\n\x0fidempotency_key\x18\x04 \x01(\tR\x0eidempotencyKey\"\xaa\x01\n\x1cLinkExternalArtifactResponse\x12\x37\n\x04link\x18\x01 \x01(\x0b\x32#.o11y_one.agentic.v1.ArtifactLinkV1R\x04link\x12\x37\n\x15rejection_reason_code\x18\x02 \x01(\tH\x00R\x13rejectionReasonCode\x88\x01\x01\x42\x18\n\x16_rejection_reason_code*\xbf\x01\n\x18\x43ontentDigestAlgorithmV1\x12+\n\'CONTENT_DIGEST_ALGORITHM_V1_UNSPECIFIED\x10\x00\x12&\n\"CONTENT_DIGEST_ALGORITHM_V1_SHA256\x10\x01\x12&\n\"CONTENT_DIGEST_ALGORITHM_V1_SHA512\x10\x02\x12&\n\"CONTENT_DIGEST_ALGORITHM_V1_BLAKE3\x10\x03*\xf9\x01\n\x19\x43ontentSensitivityClassV1\x12,\n(CONTENT_SENSITIVITY_CLASS_V1_UNSPECIFIED\x10\x00\x12\'\n#CONTENT_SENSITIVITY_CLASS_V1_PUBLIC\x10\x01\x12)\n%CONTENT_SENSITIVITY_CLASS_V1_INTERNAL\x10\x02\x12-\n)CONTENT_SENSITIVITY_CLASS_V1_CONFIDENTIAL\x10\x03\x12+\n\'CONTENT_SENSITIVITY_CLASS_V1_RESTRICTED\x10\x04*\xb9\x01\n\x10RedactionClassV1\x12\"\n\x1eREDACTION_CLASS_V1_UNSPECIFIED\x10\x00\x12\x1b\n\x17REDACTION_CLASS_V1_NONE\x10\x01\x12\x1e\n\x1aREDACTION_CLASS_V1_PARTIAL\x10\x02\x12\x1f\n\x1bREDACTION_CLASS_V1_WITHHELD\x10\x03\x12#\n\x1fREDACTION_CLASS_V1_UNCLASSIFIED\x10\x04*\xc4\x01\n\x10RetentionClassV1\x12\"\n\x1eRETENTION_CLASS_V1_UNSPECIFIED\x10\x00\x12\x1f\n\x1bRETENTION_CLASS_V1_STANDARD\x10\x01\x12\x1f\n\x1bRETENTION_CLASS_V1_EXTENDED\x10\x02\x12\'\n#RETENTION_CLASS_V1_RELEASE_EVIDENCE\x10\x03\x12!\n\x1dRETENTION_CLASS_V1_LEGAL_HOLD\x10\x04*\xe1\x03\n\x0e\x41rtifactTypeV1\x12 \n\x1c\x41RTIFACT_TYPE_V1_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x41RTIFACT_TYPE_V1_DOCUMENT\x10\x01\x12\x1c\n\x18\x41RTIFACT_TYPE_V1_DATASET\x10\x02\x12\x1a\n\x16\x41RTIFACT_TYPE_V1_MODEL\x10\x03\x12\x1b\n\x17\x41RTIFACT_TYPE_V1_PROMPT\x10\x04\x12 \n\x1c\x41RTIFACT_TYPE_V1_SOURCE_CODE\x10\x05\x12!\n\x1d\x41RTIFACT_TYPE_V1_BUILD_OUTPUT\x10\x06\x12\"\n\x1e\x41RTIFACT_TYPE_V1_CONFIGURATION\x10\x07\x12\x1a\n\x16\x41RTIFACT_TYPE_V1_IMAGE\x10\x08\x12\x1a\n\x16\x41RTIFACT_TYPE_V1_AUDIO\x10\t\x12\x1a\n\x16\x41RTIFACT_TYPE_V1_VIDEO\x10\n\x12\x1f\n\x1b\x41RTIFACT_TYPE_V1_LOG_BUNDLE\x10\x0b\x12\x1b\n\x17\x41RTIFACT_TYPE_V1_REPORT\x10\x0c\x12 \n\x1c\x41RTIFACT_TYPE_V1_TOOL_RESULT\x10\r\x12\x1a\n\x16\x41RTIFACT_TYPE_V1_OTHER\x10\x0e*\xb0\x01\n\x0e\x41rtifactRoleV1\x12 \n\x1c\x41RTIFACT_ROLE_V1_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x41RTIFACT_ROLE_V1_CONSUMED\x10\x01\x12\x1d\n\x19\x41RTIFACT_ROLE_V1_PRODUCED\x10\x02\x12\x1d\n\x19\x41RTIFACT_ROLE_V1_EVIDENCE\x10\x03\x12\x1f\n\x1b\x41RTIFACT_ROLE_V1_REFERENCED\x10\x04*\xba\x02\n\x12\x41rtifactRelationV1\x12$\n ARTIFACT_RELATION_V1_UNSPECIFIED\x10\x00\x12!\n\x1d\x41RTIFACT_RELATION_V1_INPUT_TO\x10\x01\x12\"\n\x1e\x41RTIFACT_RELATION_V1_OUTPUT_OF\x10\x02\x12%\n!ARTIFACT_RELATION_V1_DERIVED_FROM\x10\x03\x12%\n!ARTIFACT_RELATION_V1_EVIDENCE_FOR\x10\x04\x12$\n ARTIFACT_RELATION_V1_ATTACHED_TO\x10\x05\x12#\n\x1f\x41RTIFACT_RELATION_V1_SUPERSEDES\x10\x06\x12\x1e\n\x1a\x41RTIFACT_RELATION_V1_OTHER\x10\x07*\x8a\x02\n\x16\x41rtifactAvailabilityV1\x12(\n$ARTIFACT_AVAILABILITY_V1_UNSPECIFIED\x10\x00\x12&\n\"ARTIFACT_AVAILABILITY_V1_AVAILABLE\x10\x01\x12\'\n#ARTIFACT_AVAILABILITY_V1_TOMBSTONED\x10\x02\x12\'\n#ARTIFACT_AVAILABILITY_V1_UNRESOLVED\x10\x03\x12$\n ARTIFACT_AVAILABILITY_V1_REVOKED\x10\x04\x12&\n\"ARTIFACT_AVAILABILITY_V1_FORBIDDEN\x10\x05*\xe5\x02\n\x18\x41rtifactLinkSourceKindV1\x12,\n(ARTIFACT_LINK_SOURCE_KIND_V1_UNSPECIFIED\x10\x00\x12+\n\'ARTIFACT_LINK_SOURCE_KIND_V1_SPAN_EVENT\x10\x01\x12/\n+ARTIFACT_LINK_SOURCE_KIND_V1_CORRELATED_LOG\x10\x02\x12/\n+ARTIFACT_LINK_SOURCE_KIND_V1_SPAN_ATTRIBUTE\x10\x03\x12-\n)ARTIFACT_LINK_SOURCE_KIND_V1_FALLBACK_RPC\x10\x04\x12)\n%ARTIFACT_LINK_SOURCE_KIND_V1_BACKFILL\x10\x05\x12\x32\n.ARTIFACT_LINK_SOURCE_KIND_V1_PLATFORM_EXECUTOR\x10\x06*\xff\x01\n\x14\x41rtifactLinkStatusV1\x12\'\n#ARTIFACT_LINK_STATUS_V1_UNSPECIFIED\x10\x00\x12$\n ARTIFACT_LINK_STATUS_V1_ACCEPTED\x10\x01\x12%\n!ARTIFACT_LINK_STATUS_V1_CORRECTED\x10\x02\x12#\n\x1f\x41RTIFACT_LINK_STATUS_V1_REVOKED\x10\x03\x12$\n ARTIFACT_LINK_STATUS_V1_REJECTED\x10\x04\x12&\n\"ARTIFACT_LINK_STATUS_V1_UNRESOLVED\x10\x05*\xe2\x01\n\x1d\x41rtifactLinkConflictPostureV1\x12\x31\n-ARTIFACT_LINK_CONFLICT_POSTURE_V1_UNSPECIFIED\x10\x00\x12*\n&ARTIFACT_LINK_CONFLICT_POSTURE_V1_NONE\x10\x01\x12/\n+ARTIFACT_LINK_CONFLICT_POSTURE_V1_DUPLICATE\x10\x02\x12\x31\n-ARTIFACT_LINK_CONFLICT_POSTURE_V1_CONFLICTING\x10\x03*\xdb\x02\n\x19\x41rtifactResolverPostureV1\x12,\n(ARTIFACT_RESOLVER_POSTURE_V1_UNSPECIFIED\x10\x00\x12/\n+ARTIFACT_RESOLVER_POSTURE_V1_NOT_CONFIGURED\x10\x01\x12\x38\n4ARTIFACT_RESOLVER_POSTURE_V1_CONFIGURED_NOT_RESOLVED\x10\x02\x12)\n%ARTIFACT_RESOLVER_POSTURE_V1_RESOLVED\x10\x03\x12\'\n#ARTIFACT_RESOLVER_POSTURE_V1_DENIED\x10\x04\x12\'\n#ARTIFACT_RESOLVER_POSTURE_V1_FAILED\x10\x05\x12(\n$ARTIFACT_RESOLVER_POSTURE_V1_EXPIRED\x10\x06*\xa3\x02\n\x1c\x41rtifactLinkFallbackReasonV1\x12\x30\n,ARTIFACT_LINK_FALLBACK_REASON_V1_UNSPECIFIED\x10\x00\x12@\n<ARTIFACT_LINK_FALLBACK_REASON_V1_UNAVAILABLE_INSTRUMENTATION\x10\x01\x12-\n)ARTIFACT_LINK_FALLBACK_REASON_V1_BACKFILL\x10\x02\x12/\n+ARTIFACT_LINK_FALLBACK_REASON_V1_CORRECTION\x10\x03\x12/\n+ARTIFACT_LINK_FALLBACK_REASON_V1_REVOCATION\x10\x04\x42\xd9\x01\n\x17\x63om.o11y_one.agentic.v1B\rArtifactProtoP\x01ZEgithub.com/o11y-one/o11y-one-sdk/gen/go/o11y_one/agentic/v1;agenticv1\xa2\x02\x03OAX\xaa\x02\x12O11yOne.Agentic.V1\xca\x02\x12O11yOne\\Agentic\\V1\xe2\x02\x1eO11yOne\\Agentic\\V1\\GPBMetadata\xea\x02\x14O11yOne::Agentic::V1b\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'o11y_one.agentic.v1.artifact_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\027com.o11y_one.agentic.v1B\rArtifactProtoP\001ZEgithub.com/o11y-one/o11y-one-sdk/gen/go/o11y_one/agentic/v1;agenticv1\242\002\003OAX\252\002\022O11yOne.Agentic.V1\312\002\022O11yOne\\Agentic\\V1\342\002\036O11yOne\\Agentic\\V1\\GPBMetadata\352\002\024O11yOne::Agentic::V1'
|
|
37
|
+
_globals['_CONTENTDIGESTALGORITHMV1']._serialized_start=5536
|
|
38
|
+
_globals['_CONTENTDIGESTALGORITHMV1']._serialized_end=5727
|
|
39
|
+
_globals['_CONTENTSENSITIVITYCLASSV1']._serialized_start=5730
|
|
40
|
+
_globals['_CONTENTSENSITIVITYCLASSV1']._serialized_end=5979
|
|
41
|
+
_globals['_REDACTIONCLASSV1']._serialized_start=5982
|
|
42
|
+
_globals['_REDACTIONCLASSV1']._serialized_end=6167
|
|
43
|
+
_globals['_RETENTIONCLASSV1']._serialized_start=6170
|
|
44
|
+
_globals['_RETENTIONCLASSV1']._serialized_end=6366
|
|
45
|
+
_globals['_ARTIFACTTYPEV1']._serialized_start=6369
|
|
46
|
+
_globals['_ARTIFACTTYPEV1']._serialized_end=6850
|
|
47
|
+
_globals['_ARTIFACTROLEV1']._serialized_start=6853
|
|
48
|
+
_globals['_ARTIFACTROLEV1']._serialized_end=7029
|
|
49
|
+
_globals['_ARTIFACTRELATIONV1']._serialized_start=7032
|
|
50
|
+
_globals['_ARTIFACTRELATIONV1']._serialized_end=7346
|
|
51
|
+
_globals['_ARTIFACTAVAILABILITYV1']._serialized_start=7349
|
|
52
|
+
_globals['_ARTIFACTAVAILABILITYV1']._serialized_end=7615
|
|
53
|
+
_globals['_ARTIFACTLINKSOURCEKINDV1']._serialized_start=7618
|
|
54
|
+
_globals['_ARTIFACTLINKSOURCEKINDV1']._serialized_end=7975
|
|
55
|
+
_globals['_ARTIFACTLINKSTATUSV1']._serialized_start=7978
|
|
56
|
+
_globals['_ARTIFACTLINKSTATUSV1']._serialized_end=8233
|
|
57
|
+
_globals['_ARTIFACTLINKCONFLICTPOSTUREV1']._serialized_start=8236
|
|
58
|
+
_globals['_ARTIFACTLINKCONFLICTPOSTUREV1']._serialized_end=8462
|
|
59
|
+
_globals['_ARTIFACTRESOLVERPOSTUREV1']._serialized_start=8465
|
|
60
|
+
_globals['_ARTIFACTRESOLVERPOSTUREV1']._serialized_end=8812
|
|
61
|
+
_globals['_ARTIFACTLINKFALLBACKREASONV1']._serialized_start=8815
|
|
62
|
+
_globals['_ARTIFACTLINKFALLBACKREASONV1']._serialized_end=9106
|
|
63
|
+
_globals['_CONTENTDIGESTV1']._serialized_start=130
|
|
64
|
+
_globals['_CONTENTDIGESTV1']._serialized_end=246
|
|
65
|
+
_globals['_TELEMETRYREFV1']._serialized_start=249
|
|
66
|
+
_globals['_TELEMETRYREFV1']._serialized_end=532
|
|
67
|
+
_globals['_CONTENTRANGEREFV1']._serialized_start=534
|
|
68
|
+
_globals['_CONTENTRANGEREFV1']._serialized_end=642
|
|
69
|
+
_globals['_EVALUATIONRUNREFV1']._serialized_start=644
|
|
70
|
+
_globals['_EVALUATIONRUNREFV1']._serialized_end=708
|
|
71
|
+
_globals['_EVALUATIONCELLCOORDINATEV1']._serialized_start=711
|
|
72
|
+
_globals['_EVALUATIONCELLCOORDINATEV1']._serialized_end=986
|
|
73
|
+
_globals['_ATTEMPTREFV1']._serialized_start=989
|
|
74
|
+
_globals['_ATTEMPTREFV1']._serialized_end=1138
|
|
75
|
+
_globals['_EVALUATIONSUBJECTREFV1']._serialized_start=1141
|
|
76
|
+
_globals['_EVALUATIONSUBJECTREFV1']._serialized_end=1273
|
|
77
|
+
_globals['_AGENTRUNREFV1']._serialized_start=1275
|
|
78
|
+
_globals['_AGENTRUNREFV1']._serialized_end=1390
|
|
79
|
+
_globals['_DATASETDRAFTREFV1']._serialized_start=1392
|
|
80
|
+
_globals['_DATASETDRAFTREFV1']._serialized_end=1453
|
|
81
|
+
_globals['_DATASETCASEREVISIONREFV1']._serialized_start=1456
|
|
82
|
+
_globals['_DATASETCASEREVISIONREFV1']._serialized_end=1598
|
|
83
|
+
_globals['_RULESTEPREFV1']._serialized_start=1600
|
|
84
|
+
_globals['_RULESTEPREFV1']._serialized_end=1705
|
|
85
|
+
_globals['_RELEASEEVIDENCEREFV1']._serialized_start=1707
|
|
86
|
+
_globals['_RELEASEEVIDENCEREFV1']._serialized_end=1810
|
|
87
|
+
_globals['_EVIDENCEANCHORV1']._serialized_start=1813
|
|
88
|
+
_globals['_EVIDENCEANCHORV1']._serialized_end=2834
|
|
89
|
+
_globals['_EXTERNALARTIFACTREFV1']._serialized_start=2837
|
|
90
|
+
_globals['_EXTERNALARTIFACTREFV1']._serialized_end=3893
|
|
91
|
+
_globals['_ARTIFACTLINKV1']._serialized_start=3896
|
|
92
|
+
_globals['_ARTIFACTLINKV1']._serialized_end=5071
|
|
93
|
+
_globals['_LINKEXTERNALARTIFACTREQUEST']._serialized_start=5074
|
|
94
|
+
_globals['_LINKEXTERNALARTIFACTREQUEST']._serialized_end=5360
|
|
95
|
+
_globals['_LINKEXTERNALARTIFACTRESPONSE']._serialized_start=5363
|
|
96
|
+
_globals['_LINKEXTERNALARTIFACTRESPONSE']._serialized_end=5533
|
|
97
|
+
# @@protoc_insertion_point(module_scope)
|