Skip to content

Commit 87bedf0

Browse files
Copilotralf0131
andcommitted
Update README: make Jaeger section optional and add AgentScope Studio section
Co-authored-by: ralf0131 <[email protected]>
1 parent 95601a1 commit 87bedf0

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ If everything is working correctly, you should see logs similar to th
144144
}
145145
```
146146

147-
### Forwarding OTLP Data to Jaeger via LoongCollector
147+
### (Optional) Forwarding OTLP Data to Jaeger via LoongCollector
148148

149149
#### Launch Jaeger
150150

@@ -221,6 +221,30 @@ Access the Jaeger UI to view the collected trace data. You should no
221221

222222
![image.png](docs/_assets/img/quickstart-results.png)
223223

224+
### Using AgentScope Studio to View Tracing Data
225+
226+
[AgentScope Studio](https://github.com/agentscope-ai/agentscope-studio) provides a web-based interface for visualizing and analyzing tracing data from AgentScope applications.
227+
228+
#### Installation
229+
230+
Install AgentScope Studio:
231+
232+
```shell
233+
pip install agentscope-studio
234+
```
235+
236+
#### Launch AgentScope Studio
237+
238+
Start the AgentScope Studio server:
239+
240+
```shell
241+
as_studio
242+
```
243+
244+
This will launch a web interface where you can view and analyze the tracing data collected from your AgentScope applications.
245+
246+
For more details, please refer to the [AgentScope Studio documentation](https://github.com/agentscope-ai/agentscope-studio).
247+
224248
## Community
225249

226250
We are looking forward to your feedback and suggestions. You can join

0 commit comments

Comments
 (0)