agentx-python 0.8.2__tar.gz → 0.8.3__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.
- {agentx_python-0.8.2/agentx_python.egg-info → agentx_python-0.8.3}/PKG-INFO +1 -1
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/models.py +11 -3
- agentx_python-0.8.3/agentx/version.py +1 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3/agentx_python.egg-info}/PKG-INFO +1 -1
- agentx_python-0.8.2/agentx/version.py +0 -1
- {agentx_python-0.8.2 → agentx_python-0.8.3}/LICENSE +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/README.md +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/__init__.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/agentx.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/cli.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/__init__.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/_term.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/adapters/__init__.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/adapters/http_endpoint.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/adapters/precomputed.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/adapters/raw.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/client.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/datasets.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/evaluation_settings.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/prompts.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/reporting.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/results.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/runner.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/tool_schemas.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/evaluations/tracing.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/exceptions.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/export.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/feedback.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/__init__.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/_traced_call.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/anthropic.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/autogen.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/crewai.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/databricks.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/google_adk.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/google_genai.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/langchain.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/litellm.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/llamaindex.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/moveworks.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/openai.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/integrations/openai_agents.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/monitor/__init__.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/monitor/agents.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/monitor/client.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/monitor/judge_scorers.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/monitor/models.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/monitor/online_evaluators.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/monitor/patterns.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/monitor/profile.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/monitor/scorers.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/monitor/sessions.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/monitor/signals.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/outcomes.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/projects.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/py.typed +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/resources/__init__.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/resources/agent.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/resources/conversation.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/resources/workforce.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/testing.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/traces.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/tracing/__init__.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/tracing/ci_types.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/tracing/ingest_client.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/tracing/tracer.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx/util.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx_python.egg-info/SOURCES.txt +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx_python.egg-info/dependency_links.txt +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx_python.egg-info/entry_points.txt +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx_python.egg-info/not-zip-safe +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx_python.egg-info/requires.txt +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/agentx_python.egg-info/top_level.txt +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/setup.cfg +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/setup.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/tests/test_deep_dive_fixes.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/tests/test_docs_match_sdk.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/tests/test_integration.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/tests/test_integrations.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/tests/test_judge_scorers.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/tests/test_pairwise.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/tests/test_selfhost_analysis_fallback.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/tests/test_span_tree.py +0 -0
- {agentx_python-0.8.2 → agentx_python-0.8.3}/tests/test_testing.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
3
|
from typing import Any, Dict, List, Literal, Optional, Union
|
|
4
|
-
from pydantic import BaseModel, Field, model_validator
|
|
4
|
+
from pydantic import AliasChoices, BaseModel, Field, model_validator
|
|
5
5
|
|
|
6
6
|
# ---------------------------------------------------------------------------
|
|
7
7
|
# Observable trace
|
|
@@ -418,7 +418,11 @@ class RunResultRow(BaseModel):
|
|
|
418
418
|
latency_ms: Optional[float] = Field(default=None, alias="latencyMs")
|
|
419
419
|
input_tokens: Optional[int] = Field(default=None, alias="inputTokens")
|
|
420
420
|
output_tokens: Optional[int] = Field(default=None, alias="outputTokens")
|
|
421
|
-
|
|
421
|
+
# Self-host sends vectorSimilarity, the hosted platform cosineSimilarity - accept both
|
|
422
|
+
# (row.cosine_similarity was silently None forever on self-host before this).
|
|
423
|
+
cosine_similarity: Optional[float] = Field(
|
|
424
|
+
default=None, validation_alias=AliasChoices("cosineSimilarity", "vectorSimilarity")
|
|
425
|
+
)
|
|
422
426
|
jaccard_similarity: Optional[float] = Field(default=None, alias="jaccardSimilarity")
|
|
423
427
|
bleu_score: Optional[float] = Field(default=None, alias="bleuScore")
|
|
424
428
|
rouge_score: Optional[float] = Field(default=None, alias="rougeScore")
|
|
@@ -468,7 +472,11 @@ class ReportStatistics(BaseModel):
|
|
|
468
472
|
average_rating: float = Field(default=0.0, alias="averageRating")
|
|
469
473
|
min_rating: float = Field(default=0.0, alias="minRating")
|
|
470
474
|
max_rating: float = Field(default=0.0, alias="maxRating")
|
|
471
|
-
|
|
475
|
+
# Self-host sends vectorSimilarity, the hosted platform cosineSimilarity - accept both
|
|
476
|
+
# (row.cosine_similarity was silently None forever on self-host before this).
|
|
477
|
+
cosine_similarity: Optional[float] = Field(
|
|
478
|
+
default=None, validation_alias=AliasChoices("cosineSimilarity", "vectorSimilarity")
|
|
479
|
+
)
|
|
472
480
|
jaccard_similarity: Optional[float] = Field(default=None, alias="jaccardSimilarity")
|
|
473
481
|
bleu_score: Optional[float] = Field(default=None, alias="bleuScore")
|
|
474
482
|
rouge_score: Optional[float] = Field(default=None, alias="rougeScore")
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "0.8.3"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
VERSION = "0.8.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|