diff --git a/assets/agent-observability.svg b/assets/agent-observability.svg new file mode 100644 index 0000000..526da60 --- /dev/null +++ b/assets/agent-observability.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/cloud-download.svg b/assets/cloud-download.svg new file mode 100644 index 0000000..bd31fc9 --- /dev/null +++ b/assets/cloud-download.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/catalog/integrations/agent-observability.json b/catalog/integrations/agent-observability.json new file mode 100644 index 0000000..e245d9f --- /dev/null +++ b/catalog/integrations/agent-observability.json @@ -0,0 +1,14 @@ +{ + "id": "agent-observability", + "name": "Agent Observability", + "resource": "llm-ai-agents", + "telemetry_types": ["traces"], + "description": "Set up trace datasets for AI agent observability. Guided multi-step configuration.", + "isOtel": true, + "links": { + "docs": "https://www.parseable.com/docs/user-guide/agent-observability/manual-instrumentation" + }, + "assets": { + "logo": "assets/agent.svg" + } +} diff --git a/dist/resources.json b/dist/resources.json index 91d8fd2..1aaaedc 100644 --- a/dist/resources.json +++ b/dist/resources.json @@ -58,6 +58,24 @@ "label": "LLMs & AI Agents", "order": 3, "items": [ + { + "id": "agent-observability", + "name": "Agent Observability", + "resource": "llm-ai-agents", + "telemetry_types":[ + "traces" + ], + "description": "Set up trace datasets for AI agent observability. Guided multi-step configuration.", + "isOtel": true, + "links": { + "docs": "https://www.parseable.com/docs/user-guide/agent-observability/manual-instrumentation" + }, + "assets": { + "logo": "assets/agent-observability.svg" + }, + "resource_label": "LLMs & AI Agents", + "resource_order": 3 + }, { "id": "anthropic", "name": "Anthropic",