agentdebugx 0.2.7__tar.gz → 0.2.8__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.
Files changed (69) hide show
  1. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/PKG-INFO +1 -1
  2. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/22_industry_track_paper_eval_plan.md +2 -2
  3. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/23_status_v0_2.md +2 -1
  4. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/pyproject.toml +1 -1
  5. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/__init__.py +3 -1
  6. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/attribution.py +186 -1
  7. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/LICENSE +0 -0
  8. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/README.md +0 -0
  9. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/00_overview.md +0 -0
  10. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/01_literature_survey.md +0 -0
  11. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/02_architecture.md +0 -0
  12. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/03_taxonomy.md +0 -0
  13. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/04_trace_schema.md +0 -0
  14. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/05_adapters.md +0 -0
  15. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/06_detectors.md +0 -0
  16. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/07_attribution.md +0 -0
  17. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/08_recovery.md +0 -0
  18. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/09_error_database.md +0 -0
  19. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/10_taxonomy_induction.md +0 -0
  20. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/11_multimodal.md +0 -0
  21. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/12_ui_dashboard.md +0 -0
  22. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/13_class_design.md +0 -0
  23. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/14_api_reference.md +0 -0
  24. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/15_roadmap.md +0 -0
  25. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/16_governance.md +0 -0
  26. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/17_claude_code_design_patterns.md +0 -0
  27. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/18_comparison_codex_vs_design.md +0 -0
  28. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/19_error_hub.md +0 -0
  29. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/20_deep_debug.md +0 -0
  30. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/21_integrations.md +0 -0
  31. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/ERROR_TAXONOMY.md +0 -0
  32. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/OPEN_SOURCE_DEVELOPMENT_PLAN.md +0 -0
  33. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/README.md +0 -0
  34. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/RESEARCH_SURVEY.md +0 -0
  35. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/benchmarks/e2e_v0_2_3.md +0 -0
  36. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/benchmarks/e2e_v0_2_4.md +0 -0
  37. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/benchmarks/v0_1_smoke.json +0 -0
  38. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/benchmarks/v0_1_smoke.md +0 -0
  39. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/docs/benchmarks/who_when_v0_2_6_leaderboard.md +0 -0
  40. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/adapters/__init__.py +0 -0
  41. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/adapters/base.py +0 -0
  42. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/adapters/crewai.py +0 -0
  43. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/adapters/langgraph.py +0 -0
  44. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/adapters/otel.py +0 -0
  45. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/adapters/raw.py +0 -0
  46. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/analyzers.py +0 -0
  47. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/cli.py +0 -0
  48. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/deep.py +0 -0
  49. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/detectors.py +0 -0
  50. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/events.py +0 -0
  51. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/hub/__init__.py +0 -0
  52. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/hub/backend_base.py +0 -0
  53. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/hub/backends.py +0 -0
  54. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/hub/bundle.py +0 -0
  55. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/hub/scrub.py +0 -0
  56. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/instrumentation.py +0 -0
  57. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/integrations/__init__.py +0 -0
  58. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/integrations/claude_skill.py +0 -0
  59. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/integrations/openhands.py +0 -0
  60. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/judges.py +0 -0
  61. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/llm.py +0 -0
  62. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/models.py +0 -0
  63. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/recorder.py +0 -0
  64. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/recovery.py +0 -0
  65. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/storage.py +0 -0
  66. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/taxonomy.py +0 -0
  67. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/traceback.py +0 -0
  68. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/ui/__init__.py +0 -0
  69. {agentdebugx-0.2.7 → agentdebugx-0.2.8}/src/agentdebug/ui/server.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentdebugx
3
- Version: 0.2.7
3
+ Version: 0.2.8
4
4
  Summary: Portable error analysis, tracing, and recovery framework for agentic AI systems. Import as `agentdebug`.
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -37,14 +37,14 @@ Examples worth emulating:
37
37
 
38
38
  For AgentDebugX, the paper should therefore be framed as:
39
39
 
40
- > A deployment-oriented debugging layer for agentic NLP systems, evaluated on
40
+ > A deployment-oriented debugging framework for agentic NLP systems, evaluated on
41
41
  > whether it makes failures observable, attributable, shareable, and easier for
42
42
  > humans to fix.
43
43
 
44
44
  The central claim should not be "we beat every attributor." A stronger claim
45
45
  for the Industry Track is:
46
46
 
47
- > AgentDebugX provides the missing operating layer between raw agent traces and
47
+ > AgentDebugX provides the missing operational bridge between raw agent traces and
48
48
  > actionable debugging workflows: aligned native/error traces, taxonomy-backed
49
49
  > reports, Error Hub bundles, and cost-aware analysis profiles.
50
50
 
@@ -22,6 +22,7 @@ the forward-looking plan; this doc is the rear-view mirror.
22
22
  | Attribution | `agentdebug.attribution.StepByStepAttributor` | ✅ **new 0.2.2** | scripted-LLM + fallback |
23
23
  | Attribution | `agentdebug.attribution.BinarySearchAttributor` | ✅ **new 0.2.3** | oracle-LLM logarithmic convergence + fallback + render elision |
24
24
  | Attribution | `agentdebug.attribution.CounterfactualAttributor` | ✅ **new 0.2.7** | scripted-rescue-prob ranking + candidate selection priority (findings → errors → tail) + dual fallback (no candidates / silent LLM) |
25
+ | Attribution | `agentdebug.attribution.SBFLAttributor` (Tarantula / Ochiai / DStar) | ✅ **new 0.2.8** | signature design + ranking on synthetic corpus + 3 formulas + dual fallback + edge cases. Model-free: zero LLM cost at inference. |
25
26
  | Recovery | `agentdebug.recovery.ReflexionSuggestion` | ✅ stable | per-finding + empty |
26
27
  | Recovery | `agentdebug.recovery.CriticRecoverer` + `VerifierSpec` registry | ✅ **new 0.2.3** | 5 family-matched verifier templates; dedup + custom-override |
27
28
  | DeepDebug | `agentdebug.deep.DeepDebugAnalyzer` | ✅ stable | full loop + silent LLM |
@@ -49,7 +50,7 @@ across 32 source files.
49
50
  | [06_detectors.md](./06_detectors.md) | `topic_drift` (embedding cosine) | needs embedding client; consider reusing `OpenAICompatClient` `/embeddings` | v0.3 |
50
51
  | [06_detectors.md](./06_detectors.md) | LTL spec monitors | requires user-supplied spec or LLM-synthesized monitors; gated on RV research | v1.2 |
51
52
  | [07_attribution.md](./07_attribution.md) | `CounterfactualAttributor` — *real* replay variant | true re-rollout requires framework-specific replay surface; the v0.2.7 LLM-simulated variant ships now, the real-replay variant is gated on adapter support (LangGraph checkpointer / OpenHands rewind) | v0.4 |
52
- | [07_attribution.md](./07_attribution.md) | `SBFLAttributor` (Tarantula/Ochiai) | needs corpus of passing + failing traces of same task; gated on Hub adoption | v0.4 |
53
+ | [07_attribution.md](./07_attribution.md) | `SBFLAttributor` *corpus* | shipped in 0.2.8 (`tarantula`/`ochiai`/`dstar`); awaiting paired-trace adoption to gather a useful corpus in production | corpus tooling deferred to v0.4 |
53
54
  | [07_attribution.md](./07_attribution.md) | `DeltaDebugAttributor` (Zeller) | same replay constraint | v0.3 |
54
55
  | [07_attribution.md](./07_attribution.md) | `EnsembleAttributor` | trivial once Counterfactual lands; awaits Counterfactual | v0.3 |
55
56
  | [08_recovery.md](./08_recovery.md) | `SelfRefineLoop` | small but needs a generator-critic-refiner orchestration | v0.3 |
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "agentdebugx"
3
- version = "0.2.7"
3
+ version = "0.2.8"
4
4
  description = "Portable error analysis, tracing, and recovery framework for agentic AI systems. Import as `agentdebug`."
5
5
  authors = ["ULab @ UIUC <ulab@illinois.edu>"]
6
6
  license = "MIT"
@@ -17,6 +17,7 @@ from agentdebug.attribution import (
17
17
  Blame,
18
18
  CounterfactualAttributor,
19
19
  HeuristicAttributor,
20
+ SBFLAttributor,
20
21
  StepByStepAttributor,
21
22
  )
22
23
  from agentdebug.detectors import (
@@ -71,6 +72,7 @@ __all__ = [
71
72
  'DetectorConfig',
72
73
  'RepeatedStateDetector',
73
74
  'RepeatedToolCallDetector',
75
+ 'SBFLAttributor',
74
76
  'StepByStepAttributor',
75
77
  'StepCountLimitDetector',
76
78
  'VerifierSpec',
@@ -98,4 +100,4 @@ __all__ = [
98
100
  'get_failure_mode',
99
101
  ]
100
102
 
101
- __version__ = '0.2.7'
103
+ __version__ = '0.2.8'
@@ -751,8 +751,193 @@ class CounterfactualAttributor:
751
751
  return default
752
752
 
753
753
 
754
+ class SBFLAttributor:
755
+ """Spectrum-based fault localization (Tarantula / Ochiai / DStar).
756
+
757
+ Model-free. Costs ZERO LLM calls at inference time. The price: it needs
758
+ a corpus of *other* traces of the same task (a mix of passing and
759
+ failing). For each step in the failing trace under attribution, compute
760
+ suspiciousness from how often that step's signature appears in failing
761
+ vs passing traces of the same task.
762
+
763
+ Signature design — the cross-trace identity of a "step":
764
+
765
+ (agent_name, event_type, module, normalized_io_hash)
766
+
767
+ The normalized I/O hash collapses whitespace + truncates to 120 chars
768
+ so semantically-equivalent step executions match across runs (a
769
+ `search` call with the same query produces the same signature even if
770
+ the wrapping prompt differs trace-to-trace).
771
+
772
+ Suspiciousness formulas:
773
+
774
+ Tarantula = (ef / nf) / (ef / nf + ep / np)
775
+ Ochiai = ef / sqrt((ef + ep) * (nf))
776
+ DStar* = ef^* / (ep + (nf - ef)) [* = exponent, default 2]
777
+
778
+ where for the candidate step:
779
+ ef = # failing corpus traces containing this signature
780
+ ep = # passing corpus traces containing this signature
781
+ nf = total failing traces in the corpus
782
+ np = total passing traces in the corpus
783
+
784
+ Reference: Jones & Harrold (Tarantula, ICSE 2002); Abreu et al.
785
+ (Ochiai, TR 2007); Wong et al. (DStar, IEEE TR 2014).
786
+ """
787
+
788
+ id = 'sbfl'
789
+
790
+ def __init__(
791
+ self,
792
+ *,
793
+ passing_corpus: List[AgentTrajectory],
794
+ failing_corpus: List[AgentTrajectory],
795
+ formula: str = 'ochiai',
796
+ dstar_exponent: float = 2.0,
797
+ top_k: int = 5,
798
+ fallback: Optional[Attributor] = None,
799
+ ) -> None:
800
+ if formula not in {'tarantula', 'ochiai', 'dstar'}:
801
+ raise ValueError(
802
+ f"Unknown SBFL formula {formula!r}; "
803
+ "use 'tarantula', 'ochiai', or 'dstar'"
804
+ )
805
+ self.passing_corpus = list(passing_corpus)
806
+ self.failing_corpus = list(failing_corpus)
807
+ self.formula = formula
808
+ self.dstar_exponent = dstar_exponent
809
+ self.top_k = top_k
810
+ self.fallback: Attributor = fallback or HeuristicAttributor()
811
+ # Precompute signature presence per trace so attribution is O(N) over
812
+ # the candidate's events × O(corpus_size).
813
+ self._sigs_in_failing: List[set[str]] = [
814
+ _signatures_for(t) for t in self.failing_corpus
815
+ ]
816
+ self._sigs_in_passing: List[set[str]] = [
817
+ _signatures_for(t) for t in self.passing_corpus
818
+ ]
819
+
820
+ def attribute(
821
+ self,
822
+ trajectory: AgentTrajectory,
823
+ findings: List[FailureFinding],
824
+ ) -> AttributionResult:
825
+ nf = len(self._sigs_in_failing)
826
+ np = len(self._sigs_in_passing)
827
+ if nf == 0 and np == 0:
828
+ return self.fallback.attribute(trajectory, findings)
829
+
830
+ scored: List[tuple[AgentEvent, float, int, int]] = []
831
+ for evt in trajectory.events:
832
+ sig = _signature_for(evt)
833
+ if not sig:
834
+ continue
835
+ ef = sum(1 for s in self._sigs_in_failing if sig in s)
836
+ ep = sum(1 for s in self._sigs_in_passing if sig in s)
837
+ score = _suspiciousness(
838
+ ef=ef, ep=ep, nf=max(nf, 1), np=max(np, 1),
839
+ formula=self.formula, dstar_exponent=self.dstar_exponent,
840
+ )
841
+ scored.append((evt, score, ef, ep))
842
+
843
+ if not scored:
844
+ return self.fallback.attribute(trajectory, findings)
845
+
846
+ # Sort by suspiciousness desc, tie-break by step index asc (earlier wins).
847
+ scored.sort(key=lambda r: (-r[1], r[0].step_index or 10**9))
848
+ hypotheses: List[Blame] = []
849
+ for evt, score, ef, ep in scored[: self.top_k]:
850
+ if score <= 0.0:
851
+ continue # nothing suspicious about this step
852
+ hypotheses.append(Blame(
853
+ span_id=evt.event_id,
854
+ step_index=evt.step_index,
855
+ agent_name=evt.agent_name,
856
+ confidence=min(1.0, max(0.0, score)),
857
+ rationale=(
858
+ f'{self.formula} suspiciousness={score:.3f} '
859
+ f'(ef={ef}/{nf}, ep={ep}/{np})'
860
+ ),
861
+ evidence=[
862
+ f'signature occurs in {ef}/{nf} failing and {ep}/{np} '
863
+ f'passing corpus traces',
864
+ ],
865
+ sources=[self.id],
866
+ ))
867
+ if not hypotheses:
868
+ return self.fallback.attribute(trajectory, findings)
869
+ return AttributionResult(
870
+ method=self.id,
871
+ hypotheses=hypotheses,
872
+ raw={
873
+ 'formula': self.formula,
874
+ 'corpus_size': {'failing': nf, 'passing': np},
875
+ 'scored_events': len(scored),
876
+ },
877
+ )
878
+
879
+
880
+ def _signature_for(event: AgentEvent) -> Optional[str]:
881
+ """Cross-trace identity of a step. Returns None for events that should
882
+ not contribute to suspiciousness:
883
+
884
+ * ``run.start`` / ``run.end`` — trajectory lifecycle markers.
885
+ * ``error`` events emitted by ``agent_name='system'`` — these are the
886
+ synthetic markers from ``AgentDebug.finish_trace(success=False)`` and
887
+ are present in every failed trace; they would saturate suspiciousness
888
+ without revealing anything about the cause.
889
+ """
890
+ et = getattr(event.event_type, 'value', event.event_type)
891
+ if et in {'run.start', 'run.end'}:
892
+ return None
893
+ if et == 'error' and (event.agent_name or '') == 'system':
894
+ return None
895
+ payload = ' '.join(str(event.output or event.input or '').split())[:120]
896
+ return '|'.join([
897
+ str(et),
898
+ str(event.agent_name or ''),
899
+ str(event.module or ''),
900
+ payload,
901
+ ])
902
+
903
+
904
+ def _signatures_for(trajectory: AgentTrajectory) -> set[str]:
905
+ out: set[str] = set()
906
+ for evt in trajectory.events:
907
+ sig = _signature_for(evt)
908
+ if sig:
909
+ out.add(sig)
910
+ return out
911
+
912
+
913
+ def _suspiciousness(
914
+ *, ef: int, ep: int, nf: int, np: int,
915
+ formula: str, dstar_exponent: float,
916
+ ) -> float:
917
+ import math
918
+ if formula == 'tarantula':
919
+ # Defined as 0 when the step never appears in failing traces.
920
+ if ef == 0:
921
+ return 0.0
922
+ # Defensive: nf>=1 by caller.
923
+ f_rate = ef / nf
924
+ p_rate = (ep / np) if np > 0 else 0.0
925
+ denom = f_rate + p_rate
926
+ return f_rate / denom if denom > 0 else 0.0
927
+ if formula == 'ochiai':
928
+ denom = math.sqrt((ef + ep) * nf)
929
+ return (ef / denom) if denom > 0 else 0.0
930
+ # dstar
931
+ if ep == 0 and (nf - ef) == 0:
932
+ return float('inf') if ef > 0 else 0.0
933
+ denom = ep + (nf - ef)
934
+ if denom == 0:
935
+ return 0.0
936
+ return float((ef ** dstar_exponent) / denom)
937
+
938
+
754
939
  __all__ = [
755
940
  'Attributor', 'Blame', 'AttributionResult',
756
941
  'HeuristicAttributor', 'AllAtOnceAttributor', 'StepByStepAttributor',
757
- 'BinarySearchAttributor', 'CounterfactualAttributor',
942
+ 'BinarySearchAttributor', 'CounterfactualAttributor', 'SBFLAttributor',
758
943
  ]
File without changes
File without changes
File without changes