Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions _artifacts/agent-health/agent-health-1.0.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
role: agent-health
artifact_id: agent-health
version: 1.0.0
platform: javascript
type: javascript
architecture: npm
slug: agent-health-1.0.0
category: opensearch
inline_instructions:
- label: "Command To Install"
code: npx @opensearch-project/agent-health
link:
label: View on npm
url: https://www.npmjs.com/package/@opensearch-project/agent-health
---
1 change: 1 addition & 0 deletions _includes/downloads/agent-health.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p><a href="https://github.com/opensearch-project/agent-health">Agent Health</a> is an evaluation and observability framework for AI agents. It provides real-time agent execution streaming, LLM-based evaluation with pass/fail scoring, batch experiments for comparing agents and models, and OpenTelemetry trace integration for performance analysis.</p>
7 changes: 7 additions & 0 deletions _layouts/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
data-prepper-no-jdk: OpenSearch Data Prepper (without bundled JDK)
logstash-oss-with-opensearch-output-plugin: Logstash OSS with OpenSearch Output Plugin
opensearch-sql-cli: SQL-CLI
agent-health: Agent Health
platforms:
windows: "Windows"
linux: "Linux"
Expand All @@ -30,6 +31,7 @@
docker: Docker
archlinux: "Arch Linux"
python: "Python"
javascript: "Node.js"
extensions:
targz: ".tar.gz"
exe: "Installer (exe)"
Expand All @@ -40,18 +42,21 @@
docker_hub: 'Dockerfile'
system-package: "System package"
python: ".tar.gz"
javascript: "npm"
architectures:
arm64: "ARM64"
x64: "x64"
x86: "x86"
jvm: Java Virtual Machine
python: "pypi"
npm: "npm"
sections:
opensearch: OpenSearch
opensearch-dashboards: OpenSearch Dashboards
command-line-tools: 'Command Line Tools'
sql-command-line: 'OpenSearch SQL CLI'
data-ingest: 'Ingest Tools'
agent-tools: 'AI Agent Tools'
docker-compose: 'Try OpenSearch with Docker Compose'
minimal: 'Minimal Distributions'
drivers: "Drivers"
Expand All @@ -62,6 +67,7 @@
- x86
- jvm
- python
- npm

platform_order:
- linux
Expand All @@ -72,6 +78,7 @@
- windows
- java
- python
- javascript
---

{%comment%}
Expand Down
10 changes: 10 additions & 0 deletions _versions/2025-02-27-opensearch-2.19.1.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ components:
- role: sql-command-line
artifact: opensearch-sql-cli
version: 1.0.0
- role: agent-health
artifact: agent-health
version: 1.0.0
platform_order:
- javascript
sections:
docker-compose:
explanation: "downloads/opensearch-docker.markdown"
Expand Down Expand Up @@ -64,6 +69,11 @@ sections:
artifacts:
opensearch-sql-cli:
explanation: "downloads/opensearch-sql-cli.markdown"
agent-tools:
explanation: "downloads/agent-health.markdown"
role: agent-health
artifacts:
agent-health:
drivers:
explanation: "downloads/drivers.markdown"
role: drivers
Expand Down
10 changes: 10 additions & 0 deletions _versions/2025-03-18-opensearch-3.0.0-alpha1.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ components:
- role: sql-command-line
artifact: opensearch-sql-cli
version: 1.0.0
- role: agent-health
artifact: agent-health
version: 1.0.0
platform_order:
- javascript
sections:
docker-compose:
explanation: "downloads/opensearch-docker.markdown"
Expand Down Expand Up @@ -64,6 +69,11 @@ sections:
artifacts:
opensearch-sql-cli:
explanation: "downloads/opensearch-sql-cli.markdown"
agent-tools:
explanation: "downloads/agent-health.markdown"
role: agent-health
artifacts:
agent-health:
drivers:
explanation: "downloads/drivers.markdown"
role: drivers
Expand Down
Loading