Skip to content

Commit de398d6

Browse files
fix links
1 parent fab142f commit de398d6

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed
495 KB
Loading

docs/explorer/benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Once you have prepared and ensured that your agent traces are in a compatible fo
3838

3939
### Step 3: Associate Your Agent Dataset with a Benchmark and Score
4040

41-
[Instructions on updating](./Explorer_API/Dataset_Metadata/update_dataset_metadata_api.html) the datasets's metadata to include the `benchmark`, `name` and `accuracy` fields, that will associate your agent dataset with a specific benchmark and score.
41+
[Instructions on updating the datasets's metadata](./Explorer_API/Dataset_Metadata/update_dataset_metadata_api.md) to include the `benchmark`, `name` and `accuracy` fields, that will associate your agent dataset with a specific benchmark and score.
4242

4343
For instance, to associate your `gpt-4o` agent dataset with the `webarena` benchmark and an accuracy score of `0.5`, you can update the dataset's metadata as follows:
4444

docs/explorer/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This quickstart guide will walk you through the process of setting up the Invari
1010

1111
You can use Explorer to visualize, analyze, and collaborate on your AI agent traces, as well as compare them with other agents and models.
1212

13+
![Explorer](./assets/explorer-overview.png)
14+
<center>Viewing agent traces in Explorer</center>
15+
1316
## 1. Create an Explorer Account
1417

1518
First, navigate to the <img class='inline-invariant' src="assets/logo.svg"/> [Invariant Explorer](https://explorer.invariantlabs.ai) and create an account via GitHub Sign-In.
@@ -91,22 +94,22 @@ To learn more about what you can do with Explorer, check out any of the followin
9194

9295
<div class='tiles'>
9396

94-
<a href="benchmarks.html" class='tile'>
97+
<a href="benchmarks" class='tile'>
9598
<span class='tile-title'>Benchmarks →</span>
9699
<span class='tile-description'>Submit your AI agent to the Invariant benchmark registry for comparison</span>
97100
</a>
98101

99-
<a href="Explorer_API/2_traces.html" class='tile'>
102+
<a href="Explorer_API/2_traces" class='tile'>
100103
<span class='tile-title'>Trace Format →</span>
101104
<span class='tile-description'>Learn about the Invariant trace format and how to structure your traces for ingestion</span>
102105
</a>
103106

104-
<a href="Explorer_API/1_client_setup.html" class='tile'>
107+
<a href="Explorer_API/1_client_setup" class='tile'>
105108
<span class='tile-title'>Client Setup →</span>
106109
<span class='tile-description'>Setting up endpoints and authentication for the Invariant SDK</span>
107110
</a>
108111

109-
<a href="Explorer_API/Uploading_Traces/push_api.html" class='tile'>
112+
<a href="Explorer_API/Uploading_Traces/push_api" class='tile'>
110113
<span class='tile-title'>Pushing Traces →</span>
111114
<span class='tile-description'>Learn about traces, datasets and annotations.</span>
112115
</a>

0 commit comments

Comments
 (0)