Skip to content

Commit 2cd60a1

Browse files
authored
docs: address Agent Health documentation feedback (opensearch-project#92)
1 parent 1b4c591 commit 2cd60a1

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

  • docs/starlight-docs/src/content/docs/agent-health

docs/starlight-docs/src/content/docs/agent-health/index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
title: "Agent Health"
33
description: "Evaluation and observability framework for AI agents with Golden Path trajectory comparison"
44
sidebar:
5+
label: "Overview"
56
order: 1
67
---
78

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.
919

1020
## Who uses Agent Health
1121

@@ -39,15 +49,6 @@ Agent Health uses a client-server architecture where all clients (UI, CLI) acces
3949

4050
For creating custom connectors, see [Connectors](/docs/agent-health/configuration/connectors/).
4151

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-
5152
## Next steps
5253

5354
- [Getting Started](/docs/agent-health/getting-started/) — step-by-step walkthrough from install to first evaluation

0 commit comments

Comments
 (0)