腾讯云 OpenTelemetry-Python 探针
支持的 Python 版本
最低版本要求:Python 3.8+。
推荐版本:Python 3.9+(Agno、LiteLLM、LlamaIndex 等组件埋点要求3.9及以上的版本)。
若需要对 CrewAI 埋点,请使用 Python 3.10+。
支持的 AI 组件与框架
组件/框架 | 版本 |
OpenAI SDK | openai >= 1.26.0 |
Anthropic SDK(Claude) | anthropic >= 0.3.11 |
Ollama | ollama >= 0.4.0, < 1 |
LangChain / LangGraph | langchain >= 0.0.346,langchain-core > 0.1.0 |
LlamaIndex | llama-index >= 0.7.0,llama-index-core >= 0.7.0 |
LiteLLM | litellm >= 1.0.0 |
Google Vertex AI | google-cloud-aiplatform >= 1.64 |
Google GenAI SDK | google-genai >= 1.0.0 |
Agno | agno >= 2.0.0 |
CrewAI | crewai >= 1.0.0 |
OpenAI Agents SDK | openai-agents >= 0.18.0 |
MCP(Model Context Protocol) | mcp >= 1.6.0 |
Dify(平台侧埋点) | 运行时按 Dify 内部 wrapper 版本自动适配 |
vLLM | vllm >= 0.7.0 |