You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/starlight-docs/src/content/docs/agent-health/index.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,20 @@
2
2
title: "Agent Health"
3
3
description: "Evaluation and observability framework for AI agents with Golden Path trajectory comparison"
4
4
sidebar:
5
+
label: "Overview"
5
6
order: 1
6
7
---
7
8
8
-
Agent Health is an evaluation and observability framework for AI agents. It helps you measure agent performance through "Golden Path" trajectory comparison — where an LLM judge evaluates agent actions against expected outcomes.
9
+
Agent Health is an evaluation and observability framework for AI agents. It helps you measure agent performance through "Golden Path" trajectory comparison — where an LLM judge evaluates agent actions against expected outcomes. Check out the [GitHub repository](https://github.com/opensearch-project/agent-health) for source code and contributions.
10
+
11
+
## Quick start
12
+
13
+
```bash
14
+
# Start Agent Health with demo data (no configuration needed)
15
+
npx @opensearch-project/agent-health@latest
16
+
```
17
+
18
+
Opens http://localhost:4001 with pre-loaded sample data for exploration.
9
19
10
20
## Who uses Agent Health
11
21
@@ -39,15 +49,6 @@ Agent Health uses a client-server architecture where all clients (UI, CLI) acces
39
49
40
50
For creating custom connectors, see [Connectors](/docs/agent-health/configuration/connectors/).
41
51
42
-
## Quick start
43
-
44
-
```bash
45
-
# Start Agent Health with demo data (no configuration needed)
46
-
npx @opensearch-project/agent-health@latest
47
-
```
48
-
49
-
Opens http://localhost:4001 with pre-loaded sample data for exploration.
50
-
51
52
## Next steps
52
53
53
54
-[Getting Started](/docs/agent-health/getting-started/) — step-by-step walkthrough from install to first evaluation
0 commit comments