agentx-python 0.8.11__tar.gz → 0.8.12__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.11/agentx_python.egg-info → agentx_python-0.8.12}/PKG-INFO +1 -1
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/tracing/ingest_client.py +9 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/version.py +2 -2
- {agentx_python-0.8.11 → agentx_python-0.8.12/agentx_python.egg-info}/PKG-INFO +1 -1
- {agentx_python-0.8.11 → agentx_python-0.8.12}/LICENSE +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/README.md +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/__init__.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/agentx.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/cli.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/__init__.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/_term.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/adapters/__init__.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/adapters/http_endpoint.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/adapters/precomputed.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/adapters/raw.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/client.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/datasets.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/evaluation_settings.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/models.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/prompts.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/reporting.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/results.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/runner.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/tool_schemas.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/evaluations/tracing.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/exceptions.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/export.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/feedback.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/__init__.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/_traced_call.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/anthropic.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/autogen.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/crewai.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/databricks.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/google_adk.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/google_genai.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/langchain.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/litellm.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/llamaindex.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/moveworks.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/openai.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/integrations/openai_agents.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/__init__.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/agents.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/client.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/judge_scorers.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/models.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/online_evaluators.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/patterns.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/profile.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/review_queue.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/rules.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/scorers.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/sessions.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/monitor/signals.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/outcomes.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/projects.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/py.typed +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/resources/__init__.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/resources/agent.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/resources/conversation.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/resources/workforce.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/testing.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/traces.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/tracing/__init__.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/tracing/ci_types.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/tracing/eval_scope.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/tracing/tracer.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx/util.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx_python.egg-info/SOURCES.txt +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx_python.egg-info/dependency_links.txt +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx_python.egg-info/entry_points.txt +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx_python.egg-info/not-zip-safe +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx_python.egg-info/requires.txt +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/agentx_python.egg-info/top_level.txt +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/setup.cfg +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/setup.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_cli_launcher.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_deep_dive_fixes.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_docs_match_sdk.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_eval_scope.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_integration.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_integrations.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_judge_scorers.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_pairwise.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_review_queue.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_runner_features.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_selfhost_analysis_fallback.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_span_tree.py +0 -0
- {agentx_python-0.8.11 → agentx_python-0.8.12}/tests/test_testing.py +0 -0
|
@@ -428,6 +428,15 @@ class IngestClient:
|
|
|
428
428
|
continue
|
|
429
429
|
|
|
430
430
|
if resp.status_code in _RETRYABLE_STATUS and attempt < _MAX_RETRIES - 1:
|
|
431
|
+
# 429 = the engine's bounded ingest queue shedding load (its ADR-0005): honor
|
|
432
|
+
# Retry-After exactly instead of the generic backoff schedule, so the SDK backs
|
|
433
|
+
# off in step with the server's own flush cadence.
|
|
434
|
+
retry_after = resp.headers.get("Retry-After")
|
|
435
|
+
if resp.status_code == 429 and retry_after:
|
|
436
|
+
try:
|
|
437
|
+
time.sleep(min(30.0, float(retry_after)))
|
|
438
|
+
except ValueError:
|
|
439
|
+
pass
|
|
431
440
|
last_exc = Exception(f"HTTP {resp.status_code}")
|
|
432
441
|
continue
|
|
433
442
|
if not resp.ok:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
VERSION = "0.8.
|
|
1
|
+
VERSION = "0.8.12"
|
|
2
2
|
|
|
3
3
|
# The AgentX-trace-eval release this SDK version is tested against - what `agentx-trace-eval`
|
|
4
4
|
# installs and converges to (see agentx/cli.py). Bump together with VERSION when releasing, so
|
|
5
5
|
# every published SDK names a known-good engine+dashboard pair. Users can override with
|
|
6
6
|
# AGENTX_TRACE_EVAL_VERSION=<tag|latest>.
|
|
7
|
-
ENGINE_VERSION = "v0.3.
|
|
7
|
+
ENGINE_VERSION = "v0.3.4"
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|