@@ -15,16 +15,22 @@ Loongsuite Python Agent is also a customized distribution of upstream [OTel Pyth
1515The implementation follows the latest GenAI [ semantic conventions] ( https://github.com/open-telemetry/semantic-conventions ) .
1616
1717## Supported AI Frameworks and components
18- * [ AgentScope] ( https://github.com/agentscope-ai/agentscope ) : [ Guide] ( instrumentation-genai/opentelemetry -instrumentation-agentscope/README.md )
19- * [ Dify] ( https://github.com/langgenius/dify ) : [ Guide] ( instrumentation-genai/opentelemetry -instrumentation-dify/README.md )
20- * [ LangChain] ( https://github.com/langchain-ai/langchain ) : [ Guide] ( instrumentation-genai/opentelemetry -instrumentation-langchain/README.md )
21- * [ MCP Client] ( https://github.com/modelcontextprotocol/python-sdk )
22- * [ Agno] ( https://github.com/agno-agi/agno ) : [ Guide] ( instrumentation-genai/opentelemetry -instrumentation-agno/README.md )
18+ * [ AgentScope] ( https://github.com/agentscope-ai/agentscope ) : [ Guide] ( instrumentation-loongsuite/loongsuite -instrumentation-agentscope/README.md )
19+ * [ Dify] ( https://github.com/langgenius/dify ) : [ Guide] ( instrumentation-loongsuite/loongsuite -instrumentation-dify/README.md )
20+ * [ LangChain] ( https://github.com/langchain-ai/langchain ) : [ Guide] ( instrumentation-loongsuite/loongsuite -instrumentation-langchain/README.md )
21+ * [ MCP Client] ( https://github.com/modelcontextprotocol/python-sdk ) : [ Guide ] ( instrumentation-loongsuite/loongsuite-instrumentation-mcp/README.md )
22+ * [ Agno] ( https://github.com/agno-agi/agno ) : [ Guide] ( instrumentation-loongsuite/loongsuite -instrumentation-agno/README.md )
2323* [ OpenAI] ( https://github.com/openai/openai-python ) : [ Guide] ( instrumentation-genai/opentelemetry-instrumentation-openai-v2/README.rst )
24+ * [ OpenAI Agents] ( https://pypi.org/project/openai-agents/ ) : [ Guide] ( instrumentation-genai/opentelemetry-instrumentation-openai-agents-v2/README.rst )
25+ * [ Google GenAI] ( https://pypi.org/project/google-genai/ ) : [ Guide] ( instrumentation-genai/opentelemetry-instrumentation-google-genai/README.rst )
26+ * [ Vertex AI] ( https://pypi.org/project/google-cloud-aiplatform/ ) : [ Guide] ( instrumentation-genai/opentelemetry-instrumentation-vertexai/README.rst )
27+ * [ DashScope] ( https://help.aliyun.com/zh/dashscope/ ) : [ Guide] ( instrumentation-loongsuite/loongsuite-instrumentation-dashscope/README.rst )
28+ * [ Mem0] ( https://github.com/mem0ai/mem0 ) : [ Guide] ( instrumentation-loongsuite/loongsuite-instrumentation-mem0/README.md )
29+ * [ Weaviate] ( https://weaviate.io/ ) : [ Guide] ( instrumentation-genai/opentelemetry-instrumentation-weaviate/README.rst )
2430
2531## Quick start
2632
27- LoongSuite Python Agent provides observability for Python applications. Taking [ agentscope] ( https://github.com/modelscope /agentscope ) as an example, this document demonstrates how to use OpenTelemetry to collect OTLP data and forward it via LoongCollector to Jaeger.
33+ LoongSuite Python Agent provides observability for Python applications. Taking [ agentscope] ( https://github.com/agentscope-ai /agentscope ) as an example, this document demonstrates how to use OpenTelemetry to collect OTLP data and forward it via LoongCollector to Jaeger.
2834
2935### INSTALL
3036
@@ -286,5 +292,5 @@ our [DingTalk group](https://qr.dingtalk.com/action/joingroup?code=v1,k1,mexukXI
286292| <img src =" docs/_assets/img/loongsuite-go-sig-dingtalk.png " height =" 150 " > | <img src =" docs/_assets/img/loongsuite-java-sig-dingtalk.jpg " height =" 150 " > |
287293
288294## Resources
289- * AgentScope: https://github.com/modelscope /agentscope
295+ * AgentScope: https://github.com/agentscope-ai /agentscope
290296* Observability Community: https://observability.cn
0 commit comments