kshitijthakkar commited on
Commit
6d05e15
Β·
1 Parent(s): 3578f6e

docs: Expand TraceVerde supported frameworks to comprehensive 30+ list

Browse files

- Expanded from 6 to 30+ frameworks with descriptions
- Organized into 5 categories: Popular Frameworks, LLM Providers, Cloud AI Services, Agent Frameworks, Local/Self-Hosted
- Added description column to explain each framework/provider
- Now includes: AutoGen, Pydantic AI, DSPy, Haystack, Guardrails AI, Instructor, LangGraph, Bedrock Agents, OpenAI Agents, SambaNova, Hyperbolic, and more

Provides complete picture of genai_otel_instrument's instrumentation capabilities.

Files changed (1) hide show
  1. screens/documentation.py +52 -11
screens/documentation.py CHANGED
@@ -124,7 +124,7 @@ smoltrace-eval \\
124
 
125
  ### For Developers
126
  - βœ… **Zero-code Instrumentation**: Just import and go
127
- - βœ… **Framework Agnostic**: Works with LiteLLM, Transformers, LangChain, CrewAI, etc.
128
  - βœ… **Production Ready**: Lightweight, minimal overhead
129
  - βœ… **Standards Compliant**: Uses OpenTelemetry conventions
130
 
@@ -390,16 +390,57 @@ response = completion(
390
 
391
  ## 🎯 Supported Frameworks
392
 
393
- TraceVerde automatically instruments:
394
-
395
- | Framework | Status | Import Required |
396
- |-----------|--------|-----------------|
397
- | **LiteLLM** | βœ… Full Support | `from litellm import completion` |
398
- | **Transformers** | βœ… Full Support | `from transformers import pipeline` |
399
- | **LangChain** | βœ… Full Support | `from langchain import ...` |
400
- | **CrewAI** | βœ… Full Support | `from crewai import Agent` |
401
- | **smolagents** | βœ… Full Support | `from smolagents import ...` |
402
- | **OpenAI SDK** | βœ… Full Support | `from openai import OpenAI` |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
 
404
  **No code changes needed** - just import and use as normal!
405
 
 
124
 
125
  ### For Developers
126
  - βœ… **Zero-code Instrumentation**: Just import and go
127
+ - βœ… **Framework Agnostic**: Works with LiteLLM, Transformers, HF Inference, Ollama, etc.
128
  - βœ… **Production Ready**: Lightweight, minimal overhead
129
  - βœ… **Standards Compliant**: Uses OpenTelemetry conventions
130
 
 
390
 
391
  ## 🎯 Supported Frameworks
392
 
393
+ TraceVerde automatically instruments **30+ LLM frameworks and providers**:
394
+
395
+ ### πŸ”₯ Popular Frameworks
396
+ | Framework | Status | Description |
397
+ |-----------|--------|-------------|
398
+ | **LiteLLM** | βœ… Full Support | Universal LLM gateway (100+ models) |
399
+ | **Transformers** | βœ… Full Support | HuggingFace models |
400
+ | **LangChain** | βœ… Full Support | LLM application framework |
401
+ | **LangGraph** | βœ… Full Support | LangChain graph-based workflows |
402
+ | **CrewAI** | βœ… Full Support | Multi-agent orchestration |
403
+ | **smolagents** | βœ… Full Support | HuggingFace agent framework |
404
+ | **LlamaIndex** | βœ… Full Support | Data framework for LLMs |
405
+
406
+ ### 🏒 LLM Providers
407
+ | Provider | Status | Description |
408
+ |----------|--------|-------------|
409
+ | **OpenAI** | βœ… Full Support | GPT-4, GPT-3.5, etc. |
410
+ | **Anthropic** | βœ… Full Support | Claude models |
411
+ | **Google AI** | βœ… Full Support | Gemini models |
412
+ | **Cohere** | βœ… Full Support | Command models |
413
+ | **Mistral AI** | βœ… Full Support | Mistral models |
414
+ | **Groq** | βœ… Full Support | Fast LLM inference |
415
+ | **Together AI** | βœ… Full Support | Open source models |
416
+ | **Anyscale** | βœ… Full Support | Ray-based LLM serving |
417
+ | **Replicate** | βœ… Full Support | Open source model API |
418
+ | **SambaNova** | βœ… Full Support | Enterprise AI platform |
419
+ | **Hyperbolic** | βœ… Full Support | Decentralized AI |
420
+
421
+ ### ☁️ Cloud AI Services
422
+ | Service | Status | Description |
423
+ |---------|--------|-------------|
424
+ | **Azure OpenAI** | βœ… Full Support | Azure-hosted OpenAI |
425
+ | **AWS Bedrock** | βœ… Full Support | Amazon LLM service |
426
+ | **Bedrock Agents** | βœ… Full Support | AWS agent framework |
427
+ | **Vertex AI** | βœ… Full Support | Google Cloud AI |
428
+
429
+ ### πŸ€– Agent & Workflow Frameworks
430
+ | Framework | Status | Description |
431
+ |-----------|--------|-------------|
432
+ | **AutoGen** | βœ… Full Support | Microsoft agent framework |
433
+ | **OpenAI Agents** | βœ… Full Support | OpenAI assistants API |
434
+ | **Pydantic AI** | βœ… Full Support | Type-safe agent framework |
435
+ | **DSPy** | βœ… Full Support | Programming framework for LMs |
436
+ | **Haystack** | βœ… Full Support | NLP framework |
437
+ | **Guardrails AI** | βœ… Full Support | LLM validation framework |
438
+ | **Instructor** | βœ… Full Support | Structured LLM outputs |
439
+
440
+ ### πŸ–₯️ Local & Self-Hosted
441
+ | Provider | Status | Description |
442
+ |----------|--------|-------------|
443
+ | **Ollama** | βœ… Full Support | Local LLM runtime |
444
 
445
  **No code changes needed** - just import and use as normal!
446