From beb373f1365438a2c933de26cbacb613c2464c0a Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 6 Mar 2026 16:39:19 -0500 Subject: [PATCH] Add agent-trace-eval-scheduler as a new OS plugin Signed-off-by: Peter Zhu --- .gitignore | 3 ++- plugins/.gitignore | 1 + plugins/.meta | 5 +++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3a24424..795d9c7 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ /geospatial/ /opensearch-oci-object-storage/ /search-relevance/ -.DS_Store \ No newline at end of file +/agent-trace-eval-scheduler/ +.DS_Store diff --git a/plugins/.gitignore b/plugins/.gitignore index 8afc3f2..f04a3e8 100644 --- a/plugins/.gitignore +++ b/plugins/.gitignore @@ -28,3 +28,4 @@ /opensearch-prometheus-exporter/ /user-behavior-insights/ /search-relevance/ +/agent-trace-eval-scheduler/ diff --git a/plugins/.meta b/plugins/.meta index 6693c76..6622a48 100644 --- a/plugins/.meta +++ b/plugins/.meta @@ -29,6 +29,7 @@ "search-relevance": "git@github.com:opensearch-project/search-relevance.git", "dashboards-investigation": "git@github.com:opensearch-project/dashboards-investigation.git", "opensearch-prometheus-exporter": "git@github.com:opensearch-project/opensearch-prometheus-exporter", - "user-behavior-insights": "git@github.com:opensearch-project/user-behavior-insights.git" + "user-behavior-insights": "git@github.com:opensearch-project/user-behavior-insights.git", + "agent-trace-eval-scheduler": git@github.com:opensearch-project/agent-trace-eval-scheduler.git } -} \ No newline at end of file +}