Skip to content
Merged
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
11 changes: 11 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down