diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 9fbcfd99596..f4b07a9534c 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -236,6 +236,11 @@ "fileMatch": ["**/policies/**/*.yaml"], "url": "https://raw.githubusercontent.com/aerleon/aerleon/main/schemas/aerleon-policies.schema.json" }, + { + "name": "Agent Run Metrics", + "description": "Report in the Agent Run Metrics format for resource accounting of language-model agent runs (IETF Internet-Draft draft-arsentev-agent-run-metrics)", + "url": "https://arsentev.ai/schemas/agent-run-metrics.json" + }, { "name": ".agripparc.json", "description": "the Agrippa config file", @@ -391,6 +396,12 @@ "fileMatch": ["aih-org-policy.json"], "url": "https://www.schemastore.org/aih-org-policy.json" }, + { + "name": "aibench", + "description": "aibench config (aibench.yaml): endpoint profiles and the prompt sets tested against them", + "fileMatch": ["aibench.yaml"], + "url": "https://raw.githubusercontent.com/petrsx/aibench/main/schema/aibench.schema.json" + }, { "name": "AIConfig", "description": "AIConfig that is used to store generative AI prompts, models and model parameters",