Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
81 lines
1.9 KiB
JSON
81 lines
1.9 KiB
JSON
[
|
|
{
|
|
"id": "agent.budgeteer",
|
|
"display_name": "Budgeteer",
|
|
"pack_id": "pack.finance",
|
|
"role": "Budget management and allocation tracking",
|
|
"skills": [
|
|
"budget_allocation",
|
|
"expense_approval",
|
|
"utilization_tracking",
|
|
"budget_reporting"
|
|
],
|
|
"repos": ["blackroad-os-pack-finance"],
|
|
"environments": ["railway", "cloudflare-workers"],
|
|
"permissions": {
|
|
"github": "read",
|
|
"railway": "read",
|
|
"cloudflare": "read"
|
|
},
|
|
"status": "active"
|
|
},
|
|
{
|
|
"id": "agent.reconcile",
|
|
"display_name": "Reconcile",
|
|
"pack_id": "pack.finance",
|
|
"role": "Transaction reconciliation and variance detection",
|
|
"skills": [
|
|
"transaction_matching",
|
|
"balance_verification",
|
|
"variance_analysis",
|
|
"reconciliation_reporting"
|
|
],
|
|
"repos": ["blackroad-os-pack-finance"],
|
|
"environments": ["railway"],
|
|
"permissions": {
|
|
"github": "read",
|
|
"railway": "read"
|
|
},
|
|
"status": "active"
|
|
},
|
|
{
|
|
"id": "agent.forecast",
|
|
"display_name": "Forecast",
|
|
"pack_id": "pack.finance",
|
|
"role": "Financial forecasting and trend analysis",
|
|
"skills": [
|
|
"time_series_analysis",
|
|
"trend_detection",
|
|
"moving_average",
|
|
"prediction"
|
|
],
|
|
"repos": ["blackroad-os-pack-finance"],
|
|
"environments": ["railway", "cloudflare-workers"],
|
|
"permissions": {
|
|
"github": "read",
|
|
"railway": "read",
|
|
"cloudflare": "read"
|
|
},
|
|
"status": "active"
|
|
},
|
|
{
|
|
"id": "agent.audit",
|
|
"display_name": "Audit",
|
|
"pack_id": "pack.finance",
|
|
"role": "Financial compliance and verification",
|
|
"skills": [
|
|
"compliance_checking",
|
|
"duplicate_detection",
|
|
"data_validation",
|
|
"audit_reporting"
|
|
],
|
|
"repos": ["blackroad-os-pack-finance"],
|
|
"environments": ["railway"],
|
|
"permissions": {
|
|
"github": "read",
|
|
"railway": "read"
|
|
},
|
|
"status": "active"
|
|
}
|
|
]
|