ragaai-catalyst 2.2.5b2__py3-none-any.whl → 2.2.5b3__py3-none-any.whl

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.
@@ -170,7 +170,7 @@ class Tracer(AgenticTracing):
170
170
  logger.error(f"Failed to retrieve projects list: {e}")
171
171
 
172
172
  # Handle agentic tracers
173
- if tracer_type == "agentic" or tracer_type.startswith("agentic/") or tracer_type == "langchain":
173
+ if tracer_type == "agentic" or tracer_type.startswith("agentic/") or tracer_type == "langchain" or tracer_type == "google-adk":
174
174
  # Setup instrumentors based on tracer type
175
175
  instrumentors = []
176
176
 
@@ -312,8 +312,11 @@ class Tracer(AgenticTracing):
312
312
 
313
313
  elif tracer_type == "agentic/openai_agents":
314
314
  from openinference.instrumentation.openai_agents import OpenAIAgentsInstrumentor
315
- instrumentors += [(OpenAIAgentsInstrumentor, [])]
315
+ instrumentors += [(OpenAIAgentsInstrumentor, [])]
316
316
 
317
+ elif tracer_type == "google-adk":
318
+ from openinference.instrumentation.google_adk import GoogleADKInstrumentor
319
+ instrumentors += [(GoogleADKInstrumentor, [])]
317
320
  else:
318
321
  # Unknown agentic tracer type
319
322
  logger.warning(f"Unknown agentic tracer type: {tracer_type}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ragaai_catalyst
3
- Version: 2.2.5b2
3
+ Version: 2.2.5b3
4
4
  Summary: RAGA AI CATALYST
5
5
  Author-email: Kiran Scaria <kiran.scaria@raga.ai>, Kedar Gaikwad <kedar.gaikwad@raga.ai>, Dushyant Mahajan <dushyant.mahajan@raga.ai>, Siddhartha Kosti <siddhartha.kosti@raga.ai>, Ritika Goel <ritika.goel@raga.ai>, Vijay Chaurasia <vijay.chaurasia@raga.ai>, Tushar Kumar <tushar.kumar@raga.ai>, Rishabh Pandey <rishabh.pandey@raga.ai>, Jyotsana C G <jyotsana@raga.ai>
6
6
  Requires-Python: <=3.13.2,>=3.10
@@ -41,6 +41,7 @@ Requires-Dist: openinference-instrumentation-crewai
41
41
  Requires-Dist: openinference-instrumentation-haystack
42
42
  Requires-Dist: openinference-instrumentation-openai-agents
43
43
  Requires-Dist: openinference-instrumentation-smolagents
44
+ Requires-Dist: openinference-instrumentation-google-adk
44
45
  Requires-Dist: opentelemetry-sdk
45
46
  Requires-Dist: opentelemetry-exporter-otlp
46
47
  Requires-Dist: opentelemetry-proto>=1.12.0
@@ -27,7 +27,7 @@ ragaai_catalyst/redteaming/utils/issue_description.py,sha256=iB0XbeOjdqHTPrikCKS
27
27
  ragaai_catalyst/redteaming/utils/rt.png,sha256=HzVC8bz_4UgwafKXuMe8RJVI6CyK_UmSgo53ceAOQK8,282154
28
28
  ragaai_catalyst/tracers/__init__.py,sha256=LfgTes-nHpazssbGKnn8kyLZNr49kIPrlkrqqoTFTfc,301
29
29
  ragaai_catalyst/tracers/distributed.py,sha256=CGPuOh4CsgEk428PPibieLaAG2Tt3BVygF6ZlmbXxg4,10009
30
- ragaai_catalyst/tracers/tracer.py,sha256=ulkotFgb_QQNwE85aY8jYFB00EqGHUdlVzGWRdfEknk,33387
30
+ ragaai_catalyst/tracers/tracer.py,sha256=Ig9e6Je2tFFXWsDXxIijcZr_Hm2AO8ugoF_tup5XQLc,33618
31
31
  ragaai_catalyst/tracers/agentic_tracing/README.md,sha256=X4QwLb7-Jg7GQMIXj-SerZIgDETfw-7VgYlczOR8ZeQ,4508
32
32
  ragaai_catalyst/tracers/agentic_tracing/__init__.py,sha256=yf6SKvOPSpH-9LiKaoLKXwqj5sez8F_5wkOb91yp0oE,260
33
33
  ragaai_catalyst/tracers/agentic_tracing/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -57,8 +57,8 @@ ragaai_catalyst/tracers/utils/model_prices_and_context_window_backup.json,sha256
57
57
  ragaai_catalyst/tracers/utils/rag_extraction_logic_final.py,sha256=3ygkRT__lLDRflRttjzPu28tIA8cTCiGQVMQjqMItqQ,11309
58
58
  ragaai_catalyst/tracers/utils/trace_json_converter.py,sha256=-HZVmijeUFLO7e9OAvi1RJdWVTxPRUHPd1MkKQlCD54,11785
59
59
  ragaai_catalyst/tracers/utils/utils.py,sha256=o-p9n2ZuophdrV0wrixu-BqRHCkovup_klc3mS8mU8g,2374
60
- ragaai_catalyst-2.2.5b2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
61
- ragaai_catalyst-2.2.5b2.dist-info/METADATA,sha256=vFJ9Lsi-FZtVdCvgW3LEs7PQcoN4oAzDCjyXm5iXIKM,17679
62
- ragaai_catalyst-2.2.5b2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
63
- ragaai_catalyst-2.2.5b2.dist-info/top_level.txt,sha256=HpgsdRgEJMk8nqrU6qdCYk3di7MJkDL0B19lkc7dLfM,16
64
- ragaai_catalyst-2.2.5b2.dist-info/RECORD,,
60
+ ragaai_catalyst-2.2.5b3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
61
+ ragaai_catalyst-2.2.5b3.dist-info/METADATA,sha256=tY3CWX-fXFNTZsvu2PAGkD6j2cIreoILQNFPxDqFY1E,17735
62
+ ragaai_catalyst-2.2.5b3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
63
+ ragaai_catalyst-2.2.5b3.dist-info/top_level.txt,sha256=HpgsdRgEJMk8nqrU6qdCYk3di7MJkDL0B19lkc7dLfM,16
64
+ ragaai_catalyst-2.2.5b3.dist-info/RECORD,,