Skip to content

Commit f545053

Browse files
committed
Fix incorrect paths in root README.md for instrumentation guides and installation commands
Change-Id: I00f7da94ca04f2f3873dcdff5497b5bbf5e54589 Co-developed-by: Cursor <[email protected]> Co-authored-by: ralf0131 <[email protected]>
1 parent c1c9e19 commit f545053

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Loongsuite Python Agent is also a customized distribution of upstream [OTel Pyth
1515
The 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)
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)
2020
* [LangChain](https://github.com/langchain-ai/langchain): [Guide](instrumentation-genai/opentelemetry-instrumentation-langchain/README.md)
2121
* [MCP Client](https://github.com/modelcontextprotocol/python-sdk)
22-
* [Agno](https://github.com/agno-agi/agno): [Guide](instrumentation-genai/opentelemetry-instrumentation-agno/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)
2424

2525
## Quick start
@@ -41,7 +41,7 @@ pip install agentscope
4141
#AgentScopeInstrumentor
4242
git clone https://github.com/alibaba/loongsuite-python-agent.git
4343
cd loongsuite-python-agent
44-
pip install ./instrumentation-genai/opentelemetry-instrumentation-agentscope
44+
pip install ./instrumentation-loongsuite/loongsuite-instrumentation-agentscope
4545
```
4646

4747
### RUN

0 commit comments

Comments
 (0)