Files
crank/apps/ui/data/agents.json
T
github-ops 1230d3a547
Deploy / deploy (push) Successful in 2m31s
CI / Rust Checks (push) Failing after 5m12s
CI / UI Checks (push) Has been skipped
CI / Frontend E2E (push) Has been skipped
CI / Deployment Manifests (push) Has been skipped
chore: publish clean community baseline
2026-06-19 13:48:47 +00:00

59 lines
1.9 KiB
JSON

[
{
"id": "ag-001",
"slug": "customer-support",
"display_name": "Customer Support",
"description": "Handles ticket creation, status lookups, and customer data retrieval. Powers the support team's Claude integration.",
"status": "active",
"operation_count": 5,
"operation_ids": ["op_01", "op_02", "op_07", "op_09", "op_10"],
"key_count": 2,
"created_at": "2024-11-15T10:22:00Z",
"created_by": "AT",
"last_called_at": "2025-03-28T18:44:00Z",
"calls_today": 312
},
{
"id": "ag-002",
"slug": "sales-pipeline",
"display_name": "Sales Pipeline",
"description": "CRM operations for the sales team: lead creation, deal updates, contact lookup, and company enrichment.",
"status": "active",
"operation_count": 5,
"operation_ids": ["op_01", "op_06", "op_08", "op_11", "op_12"],
"key_count": 1,
"created_at": "2024-11-28T14:10:00Z",
"created_by": "AT",
"last_called_at": "2025-03-29T09:01:00Z",
"calls_today": 541
},
{
"id": "ag-003",
"slug": "internal-devops",
"display_name": "Internal DevOps",
"description": "Infrastructure tooling: deployment triggers, service health checks, and incident management workflows.",
"status": "draft",
"operation_count": 3,
"operation_ids": ["op_04", "op_05", "op_11"],
"key_count": 0,
"created_at": "2025-01-08T09:45:00Z",
"created_by": "AT",
"last_called_at": null,
"calls_today": 0
},
{
"id": "ag-004",
"slug": "product-analytics",
"display_name": "Product Analytics",
"description": "Queries usage metrics, feature adoption data, and user behaviour reports from the analytics stack.",
"status": "active",
"operation_count": 4,
"operation_ids": ["op_02", "op_03", "op_08", "op_12"],
"key_count": 3,
"created_at": "2025-02-01T11:30:00Z",
"created_by": "AT",
"last_called_at": "2025-03-29T11:22:00Z",
"calls_today": 87
}
]