agentx-python 0.6.20__tar.gz → 0.6.21__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.6.20 → agentx_python-0.6.21}/PKG-INFO +1 -1
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/tracing/tracer.py +11 -6
- agentx_python-0.6.21/agentx/version.py +1 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx_python.egg-info/PKG-INFO +1 -1
- agentx_python-0.6.20/agentx/version.py +0 -1
- {agentx_python-0.6.20 → agentx_python-0.6.21}/LICENSE +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/README.md +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/__init__.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/agentx.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/cli.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/__init__.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/_term.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/adapters/__init__.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/adapters/http_endpoint.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/adapters/precomputed.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/adapters/raw.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/client.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/datasets.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/evaluation_settings.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/models.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/prompts.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/redaction.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/reporting.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/results.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/runner.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/evaluations/tracing.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/exceptions.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/feedback.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/__init__.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/_traced_call.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/anthropic.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/autogen.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/crewai.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/google_adk.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/google_genai.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/langchain.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/litellm.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/llamaindex.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/moveworks.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/openai.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/integrations/openai_agents.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/monitor/__init__.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/monitor/client.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/monitor/models.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/monitor/online_evaluators.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/monitor/patterns.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/monitor/profile.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/monitor/signals.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/outcomes.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/py.typed +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/resources/__init__.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/resources/agent.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/resources/conversation.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/resources/workforce.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/tracing/__init__.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/tracing/ci_types.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/tracing/ingest_client.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx/util.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx_python.egg-info/SOURCES.txt +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx_python.egg-info/dependency_links.txt +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx_python.egg-info/entry_points.txt +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx_python.egg-info/not-zip-safe +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx_python.egg-info/requires.txt +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/agentx_python.egg-info/top_level.txt +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/setup.cfg +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/setup.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/tests/test_integration.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/tests/test_integrations.py +0 -0
- {agentx_python-0.6.20 → agentx_python-0.6.21}/tests/test_span_tree.py +0 -0
|
@@ -99,9 +99,12 @@ class _TraceSpan:
|
|
|
99
99
|
self._parent_span_id: Optional[str] = None
|
|
100
100
|
# Numbers auto-named "LLM Call N"/"Retrieval N" child spans - see _merge_child_run.
|
|
101
101
|
self._child_span_count = 0
|
|
102
|
-
# Monitor:
|
|
103
|
-
# required
|
|
104
|
-
#
|
|
102
|
+
# Monitor: True checks this trace against patterns immediately on ingest, no dashboard
|
|
103
|
+
# profile required; False explicitly OPTS OUT of every ingest-time check (patterns,
|
|
104
|
+
# built-ins, online/custom evaluators, topics) - what eval-run traces send, since the
|
|
105
|
+
# run's own evaluator already judges each case. None (default) leaves the server's
|
|
106
|
+
# standard behavior. pattern_ids (if given) fully defines what's checked. See
|
|
107
|
+
# Tracer.trace()'s monitor/pattern_ids params.
|
|
105
108
|
self._monitor = monitor
|
|
106
109
|
self._pattern_ids = pattern_ids
|
|
107
110
|
|
|
@@ -152,7 +155,7 @@ class _TraceSpan:
|
|
|
152
155
|
|
|
153
156
|
self._trace_id = self._tracer._send(
|
|
154
157
|
sync=self._sync,
|
|
155
|
-
monitor=self._monitor
|
|
158
|
+
monitor=self._monitor,
|
|
156
159
|
pattern_ids=self._pattern_ids,
|
|
157
160
|
name=self.name,
|
|
158
161
|
agent_id=self._agent_id,
|
|
@@ -769,7 +772,7 @@ class Tracer:
|
|
|
769
772
|
model: Optional[str] = None,
|
|
770
773
|
session_id: Optional[str] = None,
|
|
771
774
|
sync: bool = False,
|
|
772
|
-
monitor: bool =
|
|
775
|
+
monitor: Optional[bool] = None,
|
|
773
776
|
pattern_ids: Optional[List[str]] = None,
|
|
774
777
|
agent_id: Optional[str] = None,
|
|
775
778
|
) -> _TraceSpan:
|
|
@@ -799,7 +802,9 @@ class Tracer:
|
|
|
799
802
|
return {"output": resp, "trace_id": span.trace_id}
|
|
800
803
|
|
|
801
804
|
Pass ``monitor=True`` to check this trace against Monitor patterns immediately, with no
|
|
802
|
-
dashboard profile required. ``
|
|
805
|
+
dashboard profile required. Pass ``monitor=False`` to explicitly skip EVERY ingest-time
|
|
806
|
+
check (patterns, built-ins, online/custom evaluators, topics) - use this for traces
|
|
807
|
+
created inside an evaluation run, which the run's own evaluator already judges. ``pattern_ids`` (ids from ``client.monitor.patterns.builder(
|
|
803
808
|
...).publish()``) restricts detection to exactly those patterns; omit it to run the full
|
|
804
809
|
default sweep (built-in checks plus every enabled workspace pattern)::
|
|
805
810
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "0.6.21"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
VERSION = "0.6.20"
|
|
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
|